VTK
Public Types | Public Member Functions | List of all members
vtkVector3f Class Reference

#include <vtkVector.h>

Inheritance diagram for vtkVector3f:
[legend]
Collaboration diagram for vtkVector3f:
[legend]

Public Types

typedef vtkVector3< floatSuperclass
 

Public Member Functions

 vtkVector3f ()
 
 vtkVector3f (float x, float y, float z)
 
 vtkVectorDerivedMacro (vtkVector3f, float, 3) vtkVector3Cross(vtkVector3f
 
- Public Member Functions inherited from vtkVector3< float >
 vtkVector3 ()
 
 vtkVector3 (const float &scalar)
 
 vtkVector3 (const float *init)
 
 vtkVector3 (const float &x, const float &y, const float &z)
 
void SetX (const float &x)
 Set the x component of the vector, i.e. More...
 
const floatGetX () const
 Get the x component of the vector, i.e. More...
 
void SetY (const float &y)
 Set the y component of the vector, i.e. More...
 
const floatGetY () const
 Get the y component of the vector, i.e. More...
 
void SetZ (const float &z)
 Set the z component of the vector, i.e. More...
 
const floatGetZ () const
 Get the z component of the vector, i.e. More...
 
void Set (const float &x, const float &y, const float &z)
 Set the x, y and z components of the vector. More...
 
vtkVector3< floatCross (const vtkVector3< float > &other) const
 Return the cross product of this X other. More...
 
bool operator< (const vtkVector3< float > &v) const
 Lexicographical comparison of two vector. More...
 
- Public Member Functions inherited from vtkVector< float, 3 >
 vtkVector ()
 
 vtkVector (const float &scalar)
 Initialize all of the vector's elements with the supplied scalar. More...
 
 vtkVector (const float *init)
 Initialize the vector's elements with the elements of the supplied array. More...
 
double Norm () const
 Get the norm of the vector, i.e. More...
 
float SquaredNorm () const
 Get the squared norm of the vector. More...
 
double Normalize ()
 Normalize the vector in place. More...
 
vtkVector< float, Size > Normalized () const
 Return the normalized form of this vector. More...
 
float Dot (const vtkVector< float, Size > &other) const
 The dot product of this and the supplied vector. More...
 
vtkVector< TR, Size > Cast () const
 Cast the vector to the specified type, returning the result. More...
 
- Public Member Functions inherited from vtkTuple< float, Size >
 vtkTuple ()
 The default constructor does not initialize values. More...
 
 vtkTuple (const float &scalar)
 Initialize all of the tuple's elements with the supplied scalar. More...
 
 vtkTuple (const float *init)
 Initialize the tuple's elements with the elements of the supplied array. More...
 
int GetSize () const
 Get the size of the tuple. More...
 
floatGetData ()
 Get a pointer to the underlying data of the tuple. More...
 
const floatGetData () const
 
floatoperator[] (int i)
 Get a reference to the underlying data element of the tuple. More...
 
const floatoperator[] (int i) const
 
float operator() (int i) const
 Get the value of the tuple at the index specified. More...
 
bool Compare (const vtkTuple< float, Size > &other, const float &tol) const
 Equality operator with a tolerance to allow fuzzy comparisons. More...
 
vtkTuple< TR, Size > Cast () const
 Cast the tuple to the specified type, returning the result. More...
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< float, Size >
float Data [Size]
 The only thing stored in memory! More...
 

Detailed Description

Definition at line 452 of file vtkVector.h.

Member Typedef Documentation

Definition at line 455 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector3f::vtkVector3f ( )
inline

Definition at line 456 of file vtkVector.h.

vtkVector3f::vtkVector3f ( float  x,
float  y,
float  z 
)
inline

Definition at line 457 of file vtkVector.h.

Member Function Documentation

vtkVector3f::vtkVectorDerivedMacro ( vtkVector3f  ,
float  ,
 
)

The documentation for this class was generated from the following file: