|
VTK
|
#include <vtkVector.h>
Public Member Functions | |
| vtkVector3i (int x=0, int y=0, int z=0) | |
| vtkVector3i (const int *init) | |
Public Member Functions inherited from vtkVector3< int > | |
| vtkVector3 (const int &x=0, const int &y=0, const int &z=0) | |
| vtkVector3 (const int *init) | |
| void | SetX (const int &x) |
| void | SetY (const int &y) |
| void | SetZ (const int &z) |
| void | Set (const int &x, const int &y, const int &z) |
| const int & | GetX () const |
| const int & | X () const |
| const int & | GetY () const |
| const int & | Y () const |
| const int & | GetZ () const |
| const int & | Z () const |
Public Member Functions inherited from vtkVector< int, 3 > | |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from vtkVector< int, 3 > | |
| int | Data [Size] |
Definition at line 216 of file vtkVector.h.
|
inline |
Definition at line 219 of file vtkVector.h.
|
inlineexplicit |
Definition at line 220 of file vtkVector.h.
1.8.6