|
VTK
|
#include <vtkRect.h>


Public Member Functions | |
| vtkRecti () | |
| vtkRecti (int x, int y, int width, int height) | |
| vtkRecti (const int *init) | |
Public Member Functions inherited from vtkRect< int > | |
| vtkRect () | |
| vtkRect (const int &x, const int &y, const int &width, const int &height) | |
| 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 |
Public Member Functions inherited from vtkVector< int, 4 > | |
| 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 |
Public Member Functions inherited from vtkTuple< int, Size > | |
| 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 |
1.8.1