|
VTK
|
#include <vtkVector.h>
Public Member Functions | |
| vtkVector2i (int x=0, int y=0) | |
| vtkVector2i (const int *init) | |
Public Member Functions inherited from vtkVector2< int > | |
| 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 |
Public Member Functions inherited from vtkVector< int, 2 > | |
| 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, 2 > | |
| 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.
1.8.6