Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csDefaultVertexArrayPool Class Reference

This is a default implementation of csVertexArrayPool. More...

#include <vtpool.h>

Inheritance diagram for csDefaultVertexArrayPool:

csVertexArrayPool List of all members.

Public Methods

 csDefaultVertexArrayPool ()
virtual csVector3GetVertexArray (int n)
 Fetch a new array of n vertices. More...

virtual void FreeVertexArray (csVector3 *ar, int)
 Free an array of n vertices.


Detailed Description

This is a default implementation of csVertexArrayPool.

This implementation is rather trival. It will just do 'new' and 'delete' to get the vertex arrays.


Member Function Documentation

csVector3 * csDefaultVertexArrayPool::GetVertexArray ( int n ) [inline, virtual]
 

Fetch a new array of n vertices.

Return NULL on failure.

Reimplemented from csVertexArrayPool.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000