VTK
|
#include <vtkVector.h>
Public Member Functions | |
vtkVector2f (float x=0.0, float y=0.0) | |
vtkVector2f (const float *i) | |
![]() | |
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 |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
float | Data [Size] |
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.