Vis::VertexArrayTCP Class Reference

#include <VisVertexArrayTCP.h>

Inherits Vis::VertexArray< Vis::VertexTCP >.

Collaboration diagram for Vis::VertexArrayTCP:
[legend]

List of all members.

Public Member Functions

 VertexArrayTCP ()
 ~VertexArrayTCP ()
void bind ()
void render (const int start, const int size)
void unbind ()


Detailed Description

Manages the OpenGL calls for binding and drawing vertices. The vertex has a texture, color and a position attribute. The indices define triangles.

Constructor & Destructor Documentation

Vis::VertexArrayTCP::VertexArrayTCP (  ) 

ctor.

Vis::VertexArrayTCP::~VertexArrayTCP (  ) 

dtor.


Member Function Documentation

void Vis::VertexArrayTCP::bind (  )  [virtual]

Bind the vertex array.

Implements Vis::VertexArray< T >.

void Vis::VertexArrayTCP::render ( const int  start,
const int  size 
) [virtual]

Render triangles defined by the vertex- and index-array.

Parameters:
start start-index in the index array
size size of indices to render.

Implements Vis::VertexArray< T >.

void Vis::VertexArrayTCP::unbind (  )  [virtual]

Unbind the vertex array.

Implements Vis::VertexArray< T >.


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

Generated on Mon Jan 26 15:00:42 2009 for FlowVis by  doxygen 1.5.7.1