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 (float x=0.0, float y=0.0, float z=0.0)
 
 vtkVector3f (const float *init)
 
- Public Member Functions inherited from vtkVector3< float >
 vtkVector3 (const float &x=0, const float &y=0, const float &z=0)
 
 vtkVector3 (const float *init)
 
void SetX (const float &x)
 
void SetY (const float &y)
 
void SetZ (const float &z)
 
void Set (const float &x, const float &y, const float &z)
 
const float & GetX () const
 
const float & X () const
 
const float & GetY () const
 
const float & Y () const
 
const float & GetZ () const
 
const float & Z () const
 
- Public Member Functions inherited from vtkVector< float, 3 >
 vtkVector ()
 
 vtkVector (const float *init)
 
int GetSize () const
 
float operator() (int i) const
 
float * GetData ()
 
const float * GetData () const
 
float & operator[] (int i)
 
const float & operator[] (int i) const
 
vtkVector< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkVector< float, 3 >
float Data [Size]
 

Detailed Description

Definition at line 223 of file vtkVector.h.

Constructor & Destructor Documentation

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

Definition at line 226 of file vtkVector.h.

vtkVector3f::vtkVector3f ( const float *  init)
inlineexplicit

Definition at line 228 of file vtkVector.h.


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