|
VTK
|
#include <vtkVector.h>
Public Member Functions | |
| vtkVector3f (float x=0.0, float y=0.0, float z=0.0) | |
| vtkVector3f (const float *init) | |
Public Member Functions inherited from vtkVector3< float > | |
| 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 |
Public Member Functions inherited from vtkVector< float, 3 > | |
| 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 | |
Protected Attributes inherited from vtkVector< float, 3 > | |
| 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.
1.8.6