le3d - LightEngine 3D
A straightforward C++ 3D software engine for real-time graphics
Public Member Functions | Public Attributes | List of all members
LeVerList Class Reference

Contain and manage vertex lists. More...

#include <verlist.h>

Public Member Functions

 LeVerList ()
 
 LeVerList (int noVertexes)
 
 ~LeVerList ()
 
void allocate (int noVertexes)
 Allocate memory to hold vertexes. More...
 

Public Attributes

LeVertexvertexes
 
int noAllocated
 
int noUsed
 

Detailed Description

Contain and manage vertex lists.

Constructor & Destructor Documentation

LeVerList::LeVerList ( )
LeVerList::LeVerList ( int  noVertexes)
LeVerList::~LeVerList ( )

Member Function Documentation

void LeVerList::allocate ( int  noVertexes)

Allocate memory to hold vertexes.

Parameters
[in]noVertexesmaximum number of vertexes

Member Data Documentation

int LeVerList::noAllocated

number of allocated vertexes

int LeVerList::noUsed

number of used vertexes

LeVertex* LeVerList::vertexes

array of vertexes


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