VTK
Public Member Functions | List of all members
vtkRectd Class Reference

#include <vtkRect.h>

Inheritance diagram for vtkRectd:
[legend]
Collaboration diagram for vtkRectd:
[legend]

Public Member Functions

 vtkRectd ()
 
 vtkRectd (double x, double y, double width, double height)
 
 vtkRectd (const double *init)
 
- Public Member Functions inherited from vtkRect< double >
 vtkRect ()
 
 vtkRect (const double &x, const double &y, const double &width, const double &height)
 
 vtkRect (const double *init)
 
void SetX (const double &x)
 
const doubleGetX () const
 
void SetY (const double &y)
 
const doubleGetY () const
 
void SetWidth (const double &width)
 
const doubleGetWidth () const
 
void SetHeight (const double &height)
 
const doubleGetHeight () const
 
const doubleGetLeft () const
 
double GetRight () const
 
double GetTop () const
 
const doubleGetBottom () const
 
void Set (const double &x, const double &y, const double &width, const double &height)
 
vtkVector2< doubleGetBottomLeft () const
 
vtkVector< double, 2 > GetTopLeft () const
 
vtkVector< double, 2 > GetBottomRight () const
 
vtkVector< double, 2 > GetTopRight () const
 
void AddPoint (const doublepoint[2])
 
void AddPoint (doublex, doubley)
 
void AddRect (const vtkRect< double > &rect)
 
bool IntersectsWith (const vtkRect< double > &rect)
 
- Public Member Functions inherited from vtkVector< double, 4 >
 vtkVector ()
 
 vtkVector (const double &scalar)
 
 vtkVector (const double *init)
 
double SquaredNorm () const
 
double Norm () const
 
double Normalize ()
 
vtkVector< double, Size > Normalized () const
 
double Dot (const vtkVector< double, Size > &other) const
 
vtkVector< TR, Size > Cast () const
 
- Public Member Functions inherited from vtkTuple< double, Size >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const double &scalar)
 
 vtkTuple (const double *init)
 
doubleGetData ()
 
const doubleGetData () const
 
doubleoperator[] (int i)
 
const doubleoperator[] (int i) const
 
double operator() (int i) const
 
bool Compare (const vtkTuple< double, Size > &other, const double &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< double, Size >
double Data [Size]
 

Detailed Description

Definition at line 272 of file vtkRect.h.

Constructor & Destructor Documentation

vtkRectd::vtkRectd ( )
inline

Definition at line 275 of file vtkRect.h.

vtkRectd::vtkRectd ( double  x,
double  y,
double  width,
double  height 
)
inline

Definition at line 276 of file vtkRect.h.

vtkRectd::vtkRectd ( const double init)
inlineexplicit

Definition at line 278 of file vtkRect.h.


The documentation for this class was generated from the following file: