This class is an optimized memory holder for management of contours and vertex memory.
Remarks
This class represents a memory manager for elements that take part in the tessellation process. It allocates memory for growing arrays in blocks and does not relocate memory as std::vector, for example. This approach increases performance and reduces the time required to tessellate contours.