Equalizer  1.2.1
Public Member Functions | Public Types | Protected Member Functions | Protected Attributes
mesh::VertexBufferState Class Reference
+ Inheritance diagram for mesh::VertexBufferState:
+ Collaboration diagram for mesh::VertexBufferState:

List of all members.

Public Member Functions

virtual bool useColors () const
virtual void setColors (const bool colors)
virtual bool stopRendering () const
virtual RenderMode getRenderMode () const
virtual void setRenderMode (const RenderMode mode)
void setProjectionModelViewMatrix (const Matrix4f &pmv)
const Matrix4f & getProjectionModelViewMatrix () const
void setRange (const Range &range)
const RangegetRange () const
virtual GLuint getDisplayList (const void *key)=0
virtual GLuint newDisplayList (const void *key)=0
virtual GLuint getBufferObject (const void *key)=0
virtual GLuint newBufferObject (const void *key)=0
virtual void deleteAll ()=0
const GLEWContext * glewGetContext () const
virtual bool useColors () const
virtual void setColors (const bool colors)
virtual bool stopRendering () const
virtual RenderMode getRenderMode () const
virtual void setRenderMode (const RenderMode mode)
void setProjectionModelViewMatrix (const Matrix4f &pmv)
const Matrix4f & getProjectionModelViewMatrix () const
void setRange (const Range &range)
const RangegetRange () const
virtual GLuint getDisplayList (const void *key)=0
virtual GLuint newDisplayList (const void *key)=0
virtual GLuint getBufferObject (const void *key)=0
virtual GLuint newBufferObject (const void *key)=0
virtual void deleteAll ()=0
const GLEWContext * glewGetContext () const

Public Types

enum  { INVALID = 0 }
enum  { INVALID = 0 }

Protected Member Functions

 VertexBufferState (const GLEWContext *glewContext)
 VertexBufferState (const GLEWContext *glewContext)

Protected Attributes

Matrix4f _pmvMatrix
 projection * modelView matrix
Range _range
 normalized [0,1] part of the model to draw
const GLEWContext *const _glewContext
RenderMode _renderMode
bool _useColors

Detailed Description

Definition at line 45 of file eqPly/vertexBufferState.h.


The documentation for this class was generated from the following files:
Generated on Fri Jun 8 2012 15:44:37 for Equalizer 1.2.1 by  doxygen 1.8.0