VTK
Public Member Functions | List of all members
vtkVector3< T > Class Template Reference

#include <vtkVector.h>

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

Public Member Functions

 vtkVector3 ()
 
 vtkVector3 (const T &scalar)
 
 vtkVector3 (const T *init)
 
 vtkVector3 (const T &x, const T &y, const T &z)
 
void SetX (const T &x)
 Set the x component of the vector, i.e. More...
 
const T & GetX () const
 Get the x component of the vector, i.e. More...
 
void SetY (const T &y)
 Set the y component of the vector, i.e. More...
 
const T & GetY () const
 Get the y component of the vector, i.e. More...
 
void SetZ (const T &z)
 Set the z component of the vector, i.e. More...
 
const T & GetZ () const
 Get the z component of the vector, i.e. More...
 
void Set (const T &x, const T &y, const T &z)
 Set the x, y and z components of the vector. More...
 
vtkVector3< T > Cross (const vtkVector3< T > &other) const
 Return the cross product of this X other. More...
 
bool operator< (const vtkVector3< T > &v) const
 Lexicographical comparison of two vector. More...
 
- Public Member Functions inherited from vtkVector< T, 3 >
 vtkVector ()
 
 vtkVector (const T &scalar)
 Initialize all of the vector's elements with the supplied scalar. More...
 
 vtkVector (const T *init)
 Initialize the vector's elements with the elements of the supplied array. More...
 
double Norm () const
 Get the norm of the vector, i.e. More...
 
SquaredNorm () const
 Get the squared norm of the vector. More...
 
double Normalize ()
 Normalize the vector in place. More...
 
vtkVector< T, Size > Normalized () const
 Return the normalized form of this vector. More...
 
Dot (const vtkVector< T, Size > &other) const
 The dot product of this and the supplied vector. More...
 
vtkVector< TR, Size > Cast () const
 Cast the vector to the specified type, returning the result. More...
 
- Public Member Functions inherited from vtkTuple< T, Size >
 vtkTuple ()
 The default constructor does not initialize values. More...
 
 vtkTuple (const T &scalar)
 Initialize all of the tuple's elements with the supplied scalar. More...
 
 vtkTuple (const T *init)
 Initialize the tuple's elements with the elements of the supplied array. More...
 
int GetSize () const
 Get the size of the tuple. More...
 
T * GetData ()
 Get a pointer to the underlying data of the tuple. More...
 
const T * GetData () const
 
T & operator[] (int i)
 Get a reference to the underlying data element of the tuple. More...
 
const T & operator[] (int i) const
 
operator() (int i) const
 Get the value of the tuple at the index specified. More...
 
bool Compare (const vtkTuple< T, Size > &other, const T &tol) const
 Equality operator with a tolerance to allow fuzzy comparisons. More...
 
template<typename TR >
vtkTuple< TR, Size > Cast () const
 Cast the tuple to the specified type, returning the result. More...
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< T, Size >
Data [Size]
 The only thing stored in memory! More...
 

Detailed Description

template<typename T>
class vtkVector3< T >

Definition at line 217 of file vtkVector.h.

Constructor & Destructor Documentation

template<typename T>
vtkVector3< T >::vtkVector3 ( )
inline

Definition at line 220 of file vtkVector.h.

template<typename T>
vtkVector3< T >::vtkVector3 ( const T &  scalar)
inlineexplicit

Definition at line 224 of file vtkVector.h.

template<typename T>
vtkVector3< T >::vtkVector3 ( const T *  init)
inlineexplicit

Definition at line 228 of file vtkVector.h.

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

Definition at line 232 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 243 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 254 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 259 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 264 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 269 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 274 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 279 of file vtkVector.h.

template<typename T>
vtkVector3<T> vtkVector3< T >::Cross ( const vtkVector3< T > &  other) const
inline

Return the cross product of this X other.

Definition at line 285 of file vtkVector.h.

template<typename T>
bool vtkVector3< T >::operator< ( const vtkVector3< T > &  v) const
inline

Lexicographical comparison of two vector.

Definition at line 299 of file vtkVector.h.


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