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

#include <vtkVector.h>

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

Public Member Functions

 vtkVector3f ()
 
 vtkVector3f (float x, float y, float z)
 
 vtkVector3f (float scalar)
 
 vtkVector3f (const float *init)
 
 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)
 
const floatGetX () const
 
void SetY (const float &y)
 
const floatGetY () const
 
void SetZ (const float &z)
 
const floatGetZ () const
 
void Set (const float &x, const float &y, const float &z)
 
vtkVector3< floatCross (const vtkVector3< float > &other) const
 
- Public Member Functions inherited from vtkVector< float, 3 >
 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)
 
floatGetData ()
 
const floatGetData () const
 
floatoperator[] (int i)
 
const floatoperator[] (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]
 

Detailed Description

Definition at line 313 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector3f::vtkVector3f ( )
inline

Definition at line 316 of file vtkVector.h.

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

Definition at line 317 of file vtkVector.h.

vtkVector3f::vtkVector3f ( float  scalar)
inlineexplicit

Definition at line 318 of file vtkVector.h.

vtkVector3f::vtkVector3f ( const float init)
inlineexplicit

Definition at line 319 of file vtkVector.h.

Member Function Documentation

vtkVector3f::vtkVectorDerivedMacro ( vtkVector3f  ,
float  ,
 
)

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