vtkVector3< T > Class Template Reference

#include <vtkVector.h>

Inheritance diagram for vtkVector3< T >:

Inheritance graph
[legend]
Collaboration diagram for vtkVector3< T >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename T>
class vtkVector3< T >

Definition at line 125 of file vtkVector.h.


Public Member Functions

 vtkVector3 (const T &x=0.0, const T &y=0.0, const T &z=0.0)
void SetX (const T &x)
void SetY (const T &y)
void SetZ (const T &z)
void Set (const T &x, const T &y, const T &z)
const T & GetX () const
const T & X () const
const T & GetY () const
const T & Y () const
const T & GetZ () const
const T & Z () const

Constructor & Destructor Documentation

template<typename T>
vtkVector3< T >::vtkVector3 ( const T &  x = 0.0,
const T &  y = 0.0,
const T &  z = 0.0 
) [inline]

Definition at line 128 of file vtkVector.h.


Member Function Documentation

template<typename T>
void vtkVector3< T >::Set ( const T &  x,
const T &  y,
const T &  z 
) [inline]

Set the x, y and z components of the vector.

Definition at line 137 of file vtkVector.h.

template<typename T>
void vtkVector3< T >::SetX ( const T &  x  )  [inline]

Set the x component of the vector, i.e. element 0.

Definition at line 146 of file vtkVector.h.

template<typename T>
const T& vtkVector3< T >::GetX (  )  const [inline]

Get the x component of the vector, i.e. element 0.

Definition at line 150 of file vtkVector.h.

template<typename T>
const T& vtkVector3< T >::X (  )  const [inline]

Get the x component of the vector, i.e. element 0.

Definition at line 151 of file vtkVector.h.

template<typename T>
void vtkVector3< T >::SetY ( const T &  y  )  [inline]

Set the y component of the vector, i.e. element 1.

Definition at line 155 of file vtkVector.h.

template<typename T>
const T& vtkVector3< T >::GetY (  )  const [inline]

Get the y component of the vector, i.e. element 1.

Definition at line 159 of file vtkVector.h.

template<typename T>
const T& vtkVector3< T >::Y (  )  const [inline]

Get the y component of the vector, i.e. element 1.

Definition at line 160 of file vtkVector.h.

template<typename T>
void vtkVector3< T >::SetZ ( const T &  z  )  [inline]

Set the z component of the vector, i.e. element 2.

Definition at line 164 of file vtkVector.h.

template<typename T>
const T& vtkVector3< T >::GetZ (  )  const [inline]

Get the z component of the vector, i.e. element 2.

Definition at line 168 of file vtkVector.h.

template<typename T>
const T& vtkVector3< T >::Z (  )  const [inline]

Get the z component of the vector, i.e. element 2.

Definition at line 169 of file vtkVector.h.


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

Generated on Mon Sep 27 18:59:15 2010 for VTK by  doxygen 1.5.6