VTK
|
#include <vtkVector.h>
Public Member Functions | |
vtkVector2 () | |
vtkVector2 (const T &scalar) | |
vtkVector2 (const T *init) | |
vtkVector2 (const T &x, const T &y) | |
void | SetX (const T &x) |
void | SetY (const T &y) |
void | Set (const T &x, const T &y) |
const T & | GetX () const |
const T & | X () const |
const T & | GetY () const |
const T & | Y () const |
Definition at line 139 of file vtkVector.h.
vtkVector2< T >::vtkVector2 | ( | ) | [inline] |
Definition at line 142 of file vtkVector.h.
vtkVector2< T >::vtkVector2 | ( | const T & | scalar | ) | [inline, explicit] |
Definition at line 146 of file vtkVector.h.
vtkVector2< T >::vtkVector2 | ( | const T * | init | ) | [inline, explicit] |
Definition at line 150 of file vtkVector.h.
vtkVector2< T >::vtkVector2 | ( | const T & | x, |
const T & | y | ||
) | [inline] |
Definition at line 154 of file vtkVector.h.
void vtkVector2< T >::Set | ( | const T & | x, |
const T & | y | ||
) | [inline] |
Set the x and y components of the vector.
Definition at line 162 of file vtkVector.h.
void vtkVector2< T >::SetX | ( | const T & | x | ) | [inline] |
Set the x component of the vector, i.e. element 0.
Definition at line 170 of file vtkVector.h.
const T& vtkVector2< T >::GetX | ( | ) | const [inline] |
Get the x component of the vector, i.e. element 0.
Definition at line 174 of file vtkVector.h.
const T& vtkVector2< T >::X | ( | ) | const [inline] |
Get the x component of the vector, i.e. element 0.
Definition at line 175 of file vtkVector.h.
void vtkVector2< T >::SetY | ( | const T & | y | ) | [inline] |
Set the y component of the vector, i.e. element 1.
Definition at line 179 of file vtkVector.h.
const T& vtkVector2< T >::GetY | ( | ) | const [inline] |
Get the y component of the vector, i.e. element 1.
Definition at line 183 of file vtkVector.h.
const T& vtkVector2< T >::Y | ( | ) | const [inline] |
Get the y component of the vector, i.e. element 1.
Definition at line 184 of file vtkVector.h.