#include <vtkRect.h>
|
| vtkRecti (int x=0, int y=0, int width=0, int height=0) |
|
| vtkRecti (const int *init) |
|
| vtkRect (const int &x=0, const int &y=0, const int &width=0, const int &height=0) |
|
| vtkRect (const int *init) |
|
void | SetX (const int &x) |
|
void | SetY (const int &y) |
|
void | SetWidth (const int &width) |
|
void | SetHeight (const int &height) |
|
void | Set (const int &x, const int &y, const int &width, const int &height) |
|
const int & | GetX () const |
|
const int & | X () const |
|
const int & | GetY () const |
|
const int & | Y () const |
|
const int & | GetWidth () const |
|
const int & | Width () const |
|
const int & | GetHeight () const |
|
const int & | Height () const |
|
| vtkVector () |
|
| vtkVector (const int *init) |
|
int | GetSize () const |
|
int | operator() (int i) const |
|
int * | GetData () |
|
const int * | GetData () const |
|
int & | operator[] (int i) |
|
const int & | operator[] (int i) const |
|
vtkVector< TR, Size > | Cast () const |
|
Definition at line 95 of file vtkRect.h.
vtkRecti::vtkRecti |
( |
int |
x = 0 , |
|
|
int |
y = 0 , |
|
|
int |
width = 0 , |
|
|
int |
height = 0 |
|
) |
| |
|
inline |
vtkRecti::vtkRecti |
( |
const int * |
init | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: