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 ()
 
 vtkVector2f (float x, float y)
 
 vtkVector2f (float scalar)
 
 vtkVector2f (const float *i)
 
- Public Member Functions inherited from vtkVector2< float >
 vtkVector2 ()
 
 vtkVector2 (const float &scalar)
 
 vtkVector2 (const float *init)
 
 vtkVector2 (const float &x, const float &y)
 
void SetX (const float &x)
 
const floatGetX () const
 
void SetY (const float &y)
 
void Set (const float &x, const float &y)
 
const floatGetY () const
 
- Public Member Functions inherited from vtkVector< float, 2 >
 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 276 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector2f::vtkVector2f ( )
inline

Definition at line 279 of file vtkVector.h.

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

Definition at line 280 of file vtkVector.h.

vtkVector2f::vtkVector2f ( float  scalar)
inlineexplicit

Definition at line 281 of file vtkVector.h.

vtkVector2f::vtkVector2f ( const float i)
inlineexplicit

Definition at line 282 of file vtkVector.h.


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