VTK
9.1.0
|
Go to the source code of this file.
Classes | |
class | vtkVector< T, Size > |
templated base type for storage of vectors. More... | |
class | vtkVector2< T > |
class | vtkVector3< T > |
class | vtkVector4< T > |
class | vtkVector2i |
Some derived classes for the different vectors commonly used. More... | |
class | vtkVector2f |
class | vtkVector2d |
class | vtkVector3i |
class | vtkVector3f |
class | vtkVector3d |
class | vtkVector4i |
class | vtkVector4d |
Macros | |
#define | vtkVectorNormalized(vectorType, type, size) |
Some inline functions for the derived types. | |
#define | vtkVectorDerivedMacro(vectorType, type, size) |
#define | vtkVector3Cross(vectorType, type) |
#define vtkVectorNormalized | ( | vectorType, | |
type, | |||
size | |||
) |
Some inline functions for the derived types.
Definition at line 448 of file vtkVector.h.
#define vtkVectorDerivedMacro | ( | vectorType, | |
type, | |||
size | |||
) |
Definition at line 454 of file vtkVector.h.
#define vtkVector3Cross | ( | vectorType, | |
type | |||
) |
Definition at line 514 of file vtkVector.h.