|
VTK
|
#include <vtkVector.h>
Public Member Functions | |
| vtkVector2f (float x=0.0, float y=0.0) | |
| vtkVector2f (const float *i) | |
Public Member Functions inherited from vtkVector2< float > | |
| vtkVector2 (const float &x=0, const float &y=0) | |
| vtkVector2 (const float *init) | |
| void | SetX (const float &x) |
| void | SetY (const float &y) |
| void | Set (const float &x, const float &y) |
| const float & | GetX () const |
| const float & | X () const |
| const float & | GetY () const |
| const float & | Y () const |
Public Member Functions inherited from vtkVector< float, 2 > | |
| vtkVector () | |
| vtkVector (const float *init) | |
| int | GetSize () const |
| float | operator() (int i) const |
| float * | GetData () |
| const float * | GetData () const |
| float & | operator[] (int i) |
| const float & | operator[] (int i) const |
| vtkVector< TR, Size > | Cast () const |
Definition at line 202 of file vtkVector.h.
|
inline |
Definition at line 205 of file vtkVector.h.
|
inline |
Definition at line 206 of file vtkVector.h.
1.8.1