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

#include <vtkVector.h>

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

Public Member Functions

 vtkVector2f (float x=0.0, float y=0.0)
 
 vtkVector2f (const float *i)
 
- Public Member Functions inherited from vtkVector2< float >
 vtkVector2 (const float &x=0, const float &y=0)
 
 vtkVector2 (const float *init)
 
void SetX (const float &x)
 
void SetY (const float &y)
 
void Set (const float &x, const float &y)
 
const float & GetX () const
 
const float & X () const
 
const float & GetY () const
 
const float & Y () const
 
- Public Member Functions inherited from vtkVector< float, 2 >
 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, 2 >
float Data [Size]
 

Detailed Description

Definition at line 202 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector2f::vtkVector2f ( float  x = 0.0,
float  y = 0.0 
)
inline

Definition at line 205 of file vtkVector.h.

vtkVector2f::vtkVector2f ( const float *  i)
inline

Definition at line 206 of file vtkVector.h.


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