VTK
|
#include <vtkVector.h>
Public Member Functions | |
vtkVector3i (int x=0, int y=0, int z=0) | |
vtkVector3i (const int *init) | |
![]() | |
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 |
![]() | |
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 | |
![]() | |
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.