SRGCompiledPolygon::AssignPointBlock

void SRGCompiledPolygon::AssignPointBlock(void)

Assigns, re-assigns, or reclaims memory used for the integer point list
To increase efficiency, the assignment routine grabs blocks of 128 CPoint objects at a time. Therefore no integer polygon will be less than 128 points in size. It should be noted that polygons having less than 128 floating-point coordinates will simply not use some of the integer points. This method has been used to decrease reallocation problems and reduce memory fragmentation.

Defined in: SRGCPly.cpp