Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csPolygonArray Class Reference

An dynamic array of csPolygon3D objects. More...

#include <arrays.h>

Inheritance diagram for csPolygonArray:

csVector csBasicVector List of all members.

Public Methods

 csPolygonArray (int iLimit, int iDelta)
 Create the polygon array object.

virtual ~csPolygonArray ()
 Destroy the polygon array and all inserted polygons.

virtual bool FreeItem (csSome Item)
 Delete a particular array element.

virtual int CompareKey (csSome Item, csConstSome Key, int Mode) const
 Find a polygon by name.

csPolygon3DGet (int iIndex) const
 Get a polygon given its index in the array.

csPolygonInt** GetArray ()
 Get the entire array of polygons as an array of pointers.


Detailed Description

An dynamic array of csPolygon3D objects.

This class is used in polygon set class and thing template class for storing the polygons that the model consists of.


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