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