#include <vtkVector.h>
|
| | vtkVector3f () |
| |
| | vtkVector3f (float x, float y, float z) |
| |
| | vtkVector3f (float scalar) |
| |
| | vtkVector3f (const float *init) |
| |
| | vtkVectorDerivedMacro (vtkVector3f, float, 3) vtkVector3Cross(vtkVector3f |
| |
| | vtkVector3 () |
| |
| | vtkVector3 (const float &scalar) |
| |
| | vtkVector3 (const float *init) |
| |
| | vtkVector3 (const float &x, const float &y, const float &z) |
| |
| void | SetX (const float &x) |
| |
| const float & | GetX () const |
| |
| void | SetY (const float &y) |
| |
| const float & | GetY () const |
| |
| void | SetZ (const float &z) |
| |
| const float & | GetZ () const |
| |
| void | Set (const float &x, const float &y, const float &z) |
| |
| vtkVector3< float > | Cross (const vtkVector3< float > &other) const |
| |
| | vtkVector () |
| |
| | vtkVector (const float &scalar) |
| |
| | vtkVector (const float *init) |
| |
| float | SquaredNorm () const |
| |
| double | Norm () const |
| |
| double | Normalize () |
| |
| vtkVector< float, Size > | Normalized () const |
| |
| float | Dot (const vtkVector< float, Size > &other) const |
| |
| vtkVector< TR, Size > | Cast () const |
| |
| int | GetSize () const |
| |
| | vtkTuple () |
| |
| | vtkTuple (const float &scalar) |
| |
| | vtkTuple (const float *init) |
| |
| float * | GetData () |
| |
| const float * | GetData () const |
| |
| float & | operator[] (int i) |
| |
| const float & | operator[] (int i) const |
| |
| float | operator() (int i) const |
| |
| bool | Compare (const vtkTuple< float, Size > &other, const float &tol) const |
| |
| vtkTuple< TR, Size > | Cast () const |
| |
Definition at line 313 of file vtkVector.h.
| vtkVector3f::vtkVector3f |
( |
| ) |
|
|
inline |
| vtkVector3f::vtkVector3f |
( |
float |
scalar | ) |
|
|
inlineexplicit |
| vtkVector3f::vtkVector3f |
( |
const float * |
init | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file:
- /home/boeckb/code/depot/group-kitware/vtk/build-release/Utilities/Doxygen/dox/Common/DataModel/vtkVector.h