VTK
|
#include <vtkVector.h>
Public Member Functions | |
vtkVector2i (int x=0, int y=0) | |
vtkVector2i (const int *init) | |
![]() | |
vtkVector2 (const int &x=0, const int &y=0) | |
vtkVector2 (const int *init) | |
void | SetX (const int &x) |
void | SetY (const int &y) |
void | Set (const int &x, const int &y) |
const int & | GetX () const |
const int & | X () const |
const int & | GetY () const |
const int & | Y () 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] |
Some derived classes for the different vectors commonly used.
Definition at line 194 of file vtkVector.h.
|
inline |
Definition at line 197 of file vtkVector.h.
|
inlineexplicit |
Definition at line 198 of file vtkVector.h.