class csPoly2DPool This is an object pool which holds objects of type csPolygon2D
This is an object pool which holds objects of type csPolygon2D. You can ask new instances from this pool. If needed it will allocate one for you but ideally it can give you one which was allocated earlier.
PoolObj* freed
csPoly2DPool(csPoly2DFactory* fact)
~csPoly2DPool()
csPoly2D* Alloc()
void Free(csPoly2D* pol)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de