csDefaultVertexArrayPool Class Reference
[Geometry utilities]
This is a default implementation of csVertexArrayPool.
More...
#include <vtpool.h>
Inheritance diagram for csDefaultVertexArrayPool:

Public Methods | |
virtual csVector3 * | GetVertexArray (int n) |
Fetch a new array of n vertices. | |
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.
Definition at line 58 of file vtpool.h.
Member Function Documentation
|
Free an array of n vertices.
Implements csVertexArrayPool. |
|
Fetch a new array of n vertices. Return 0 on failure. Implements csVertexArrayPool. |
The documentation for this class was generated from the following file:
- csgeom/vtpool.h
Generated for Crystal Space by doxygen 1.2.18