|
VTK
|
#include <vtkVector.h>
Public Types | |
| typedef vtkVector2< int > | Superclass |
Public Member Functions | |
| vtkVector2i () | |
| vtkVector2i (int x, int y) | |
Public Member Functions inherited from vtkVector2< int > | |
| vtkVector2 () | |
| vtkVector2 (const int &scalar) | |
| vtkVector2 (const int *init) | |
| vtkVector2 (const int &x, const int &y) | |
| void | SetX (const int &x) |
| const int & | GetX () const |
| void | SetY (const int &y) |
| void | Set (const int &x, const int &y) |
| const int & | GetY () const |
Public Member Functions inherited from vtkVector< int, 2 > | |
| 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 |
| vtkTuple< TR, Size > | Cast () const |
Additional Inherited Members | |
Protected Attributes inherited from vtkTuple< int, Size > | |
| int | Data [Size] |
Some derived classes for the different vectors commonly used.
Definition at line 269 of file vtkVector.h.
| typedef vtkVector2<int> vtkVector2i::Superclass |
Definition at line 272 of file vtkVector.h.
|
inline |
Definition at line 273 of file vtkVector.h.
Definition at line 274 of file vtkVector.h.
1.8.9.1