GlobeEngine
ge::VBOVertex4< T > Class Template Reference

#include <VBOVertex.h>

Inheritance diagram for ge::VBOVertex4< T >:
ge::VBOVertex< 4, T >

Public Member Functions

 VBOVertex4 ()
 
 VBOVertex4 (T _x, T _y, T _z, T _w)
 
void set (T _x, T _y, T _z, T _w)
 
x () const
 
y () const
 
z () const
 
w () const
 
r () const
 
g () const
 
b () const
 
a () const
 
void x (T _x)
 
void y (T _y)
 
void z (T _z)
 
void w (T _w)
 
void r (T _r)
 
void g (T _g)
 
void b (T _b)
 
void a (T _a)
 
bool operator< (const VBOVertex4 &other) const
 
bool operator== (const VBOVertex4 &other) const
 
- Public Member Functions inherited from ge::VBOVertex< 4, T >
 VBOVertex ()
 
 ~VBOVertex ()
 
getArray ()
 

Additional Inherited Members

- Protected Attributes inherited from ge::VBOVertex< 4, T >
data [D]
 

Constructor & Destructor Documentation

template<class T>
ge::VBOVertex4< T >::VBOVertex4 ( )
inline
template<class T>
ge::VBOVertex4< T >::VBOVertex4 ( _x,
_y,
_z,
_w 
)
inline

Member Function Documentation

template<class T>
T ge::VBOVertex4< T >::a ( ) const
inline
template<class T>
void ge::VBOVertex4< T >::a ( _a)
inline
template<class T>
T ge::VBOVertex4< T >::b ( ) const
inline
template<class T>
void ge::VBOVertex4< T >::b ( _b)
inline
template<class T>
T ge::VBOVertex4< T >::g ( ) const
inline
template<class T>
void ge::VBOVertex4< T >::g ( _g)
inline
template<class T>
bool ge::VBOVertex4< T >::operator< ( const VBOVertex4< T > &  other) const
inline
template<class T>
bool ge::VBOVertex4< T >::operator== ( const VBOVertex4< T > &  other) const
inline
template<class T>
T ge::VBOVertex4< T >::r ( ) const
inline
template<class T>
void ge::VBOVertex4< T >::r ( _r)
inline
template<class T>
void ge::VBOVertex4< T >::set ( _x,
_y,
_z,
_w 
)
inline
template<class T>
T ge::VBOVertex4< T >::w ( ) const
inline
template<class T>
void ge::VBOVertex4< T >::w ( _w)
inline
template<class T>
T ge::VBOVertex4< T >::x ( ) const
inline
template<class T>
void ge::VBOVertex4< T >::x ( _x)
inline
template<class T>
T ge::VBOVertex4< T >::y ( ) const
inline
template<class T>
void ge::VBOVertex4< T >::y ( _y)
inline
template<class T>
T ge::VBOVertex4< T >::z ( ) const
inline
template<class T>
void ge::VBOVertex4< T >::z ( _z)
inline

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