version 3.3

VRS::VertexData< DIM, T > Class Template Reference

#include <vrs/vertexdata.h>

List of all members.

Public Member Functions

 VertexData ()
 VertexData (T x)
 VertexData (T x, T y)
 VertexData (T x, T y, T z)
 VertexData (T x, T y, T z, T w)
bool operator== (const VertexData &other) const
bool operator!= (const VertexData &other) const
bool operator< (const VertexData &other) const
operator[] (UINT i) const
T & operator[] (UINT i)
get (UINT i) const
void set (UINT i, T t)
const T * pointer () const
T * pointer ()
 VRS_SERIALIZABLE_NO_SO_CLASS (VertexData)

Protected Attributes

data_ [DIM]

template<UINT DIM, typename T>
class VRS::VertexData< DIM, T >


Constructor & Destructor Documentation

template<UINT DIM, typename T>
VRS::VertexData< DIM, T >::VertexData (  )  [inline]

template<UINT DIM, typename T>
VRS::VertexData< DIM, T >::VertexData ( x  )  [inline, explicit]

template<UINT DIM, typename T>
VRS::VertexData< DIM, T >::VertexData ( x,
y 
) [inline]

template<UINT DIM, typename T>
VRS::VertexData< DIM, T >::VertexData ( x,
y,
z 
) [inline]

template<UINT DIM, typename T>
VRS::VertexData< DIM, T >::VertexData ( x,
y,
z,
w 
) [inline]


Member Function Documentation

template<UINT DIM, typename T>
bool VRS::VertexData< DIM, T >::operator== ( const VertexData< DIM, T > &  other  )  const [inline]

template<UINT DIM, typename T>
bool VRS::VertexData< DIM, T >::operator!= ( const VertexData< DIM, T > &  other  )  const [inline]

template<UINT DIM, typename T>
bool VRS::VertexData< DIM, T >::operator< ( const VertexData< DIM, T > &  other  )  const [inline]

template<UINT DIM, typename T>
T VRS::VertexData< DIM, T >::operator[] ( UINT  i  )  const [inline]

template<UINT DIM, typename T>
T& VRS::VertexData< DIM, T >::operator[] ( UINT  i  )  [inline]

template<UINT DIM, typename T>
T VRS::VertexData< DIM, T >::get ( UINT  i  )  const [inline]

template<UINT DIM, typename T>
void VRS::VertexData< DIM, T >::set ( UINT  i,
t 
) [inline]

template<UINT DIM, typename T>
const T* VRS::VertexData< DIM, T >::pointer (  )  const [inline]

template<UINT DIM, typename T>
T* VRS::VertexData< DIM, T >::pointer (  )  [inline]

template<UINT DIM, typename T>
VRS::VertexData< DIM, T >::VRS_SERIALIZABLE_NO_SO_CLASS ( VertexData< DIM, T >   ) 


Member Data Documentation

template<UINT DIM, typename T>
T VRS::VertexData< DIM, T >::data_[DIM] [protected]


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

Generated on Wed May 23 06:00:31 2012 by Doxygen 1.5.6
© 2001-2010 Hasso-Plattner-Institut | Impressum | Contact