|
VTK
|
#include <vtkVector.h>
Public Types | |
| typedef vtkVector2< float > | Superclass |
Public Member Functions | |
| vtkVector2f () | |
| vtkVector2f (float x, float y) | |
Public Member Functions inherited from vtkVector2< float > | |
| vtkVector2 () | |
| vtkVector2 (const float &scalar) | |
| vtkVector2 (const float *init) | |
| vtkVector2 (const float &x, const float &y) | |
| void | SetX (const float &x) |
| const float & | GetX () const |
| void | SetY (const float &y) |
| void | Set (const float &x, const float &y) |
| const float & | GetY () const |
Public Member Functions inherited from vtkVector< float, 2 > | |
| 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 |
Public Member Functions inherited from vtkTuple< float, Size > | |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from vtkTuple< float, Size > | |
| float | Data [Size] |
Definition at line 279 of file vtkVector.h.
| typedef vtkVector2<float> vtkVector2f::Superclass |
Definition at line 282 of file vtkVector.h.
|
inline |
Definition at line 283 of file vtkVector.h.
Definition at line 284 of file vtkVector.h.
1.8.9.1