#include <arrays.h>
Inheritance diagram for csPolygonArray:
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. | |
csPolygon3D* | Get (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. |
This class is used in polygon set class and thing template class for storing the polygons that the model consists of.