|
| vtkRecti () |
|
| vtkRecti (int x, int y, int width, int height) |
|
| vtkRecti (const int *init) |
|
| vtkRect () |
|
| vtkRect (const int &x, const int &y, const int &width, const int &height) |
|
| vtkRect (const int *init) |
|
void | SetX (const int &x) |
|
const int & | GetX () const |
|
void | SetY (const int &y) |
|
const int & | GetY () const |
|
void | SetWidth (const int &width) |
|
const int & | GetWidth () const |
|
void | SetHeight (const int &height) |
|
const int & | GetHeight () const |
|
const int & | GetLeft () const |
|
int | GetRight () const |
|
int | GetTop () const |
|
const int & | GetBottom () const |
|
void | Set (const int &x, const int &y, const int &width, const int &height) |
|
vtkVector2< int > | GetBottomLeft () const |
|
vtkVector< int, 2 > | GetTopLeft () const |
|
vtkVector< int, 2 > | GetBottomRight () const |
|
vtkVector< int, 2 > | GetTopRight () const |
|
void | AddPoint (const intpoint[2]) |
|
void | AddPoint (intx, inty) |
|
void | AddRect (const vtkRect< int > &rect) |
|
bool | IntersectsWith (const vtkRect< int > &rect) |
|
| vtkVector () |
|
| vtkVector (const int &scalar) |
|
| vtkVector (const int *init) |
|
int | SquaredNorm () const |
|
double | Norm () const |
|
double | Normalize () |
|
vtkVector< int, Size > | Normalized () const |
|
int | Dot (const vtkVector< int, Size > &other) const |
|
vtkVector< TR, Size > | Cast () const |
|
int | GetSize () const |
|
| vtkTuple () |
|
| vtkTuple (const int &scalar) |
|
| vtkTuple (const int *init) |
|
int * | GetData () |
|
const int * | GetData () const |
|
int & | operator[] (int i) |
|
const int & | operator[] (int i) const |
|
int | operator() (int i) const |
|
bool | Compare (const vtkTuple< int, Size > &other, const int &tol) const |
|
vtkTuple< TR, Size > | Cast () const |
|
Definition at line 254 of file vtkRect.h.