#include <vtkRect.h>
List of all members.
Public Member Functions |
| vtkRectd (double x=0.0, double y=0.0, double width=0.0, double height=0.0) |
| vtkRectd (const double *init) |
| vtkRect (const double &x=0, const double &y=0, const double &width=0, const double &height=0) |
| vtkRect (const double *init) |
void | SetX (const double &x) |
void | SetY (const double &y) |
void | SetWidth (const double &width) |
void | SetHeight (const double &height) |
void | Set (const double &x, const double &y, const double &width, const double &height) |
const double & | GetX () const |
const double & | X () const |
const double & | GetY () const |
const double & | Y () const |
const double & | GetWidth () const |
const double & | Width () const |
const double & | GetHeight () const |
const double & | Height () const |
| vtkVector () |
| vtkVector (const double *init) |
int | GetSize () const |
double | operator() (int i) const |
double * | GetData () |
const double * | GetData () const |
double & | operator[] (int i) |
const double & | operator[] (int i) const |
vtkVector< TR, Size > | Cast () const |
Detailed Description
Definition at line 111 of file vtkRect.h.
Constructor & Destructor Documentation
vtkRectd::vtkRectd |
( |
double |
x = 0.0 , |
|
|
double |
y = 0.0 , |
|
|
double |
width = 0.0 , |
|
|
double |
height = 0.0 |
|
) |
| |
|
inline |
vtkRectd::vtkRectd |
( |
const double * |
init | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: