VTK
|
#include <vtkVector.h>
Public Member Functions | |
vtkVector3f (float x=0.0, float y=0.0, float z=0.0) | |
vtkVector3f (const float *init) | |
![]() | |
vtkVector3 (const float &x=0, const float &y=0, const float &z=0) | |
vtkVector3 (const float *init) | |
void | SetX (const float &x) |
void | SetY (const float &y) |
void | SetZ (const float &z) |
void | Set (const float &x, const float &y, const float &z) |
const float & | GetX () const |
const float & | X () const |
const float & | GetY () const |
const float & | Y () const |
const float & | GetZ () const |
const float & | Z () 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 223 of file vtkVector.h.
|
inline |
Definition at line 226 of file vtkVector.h.
|
inlineexplicit |
Definition at line 228 of file vtkVector.h.