47#define ID_TESSELLATE_SINGLE 340
48#define ID_TESSELLATE_UNION 341
49#define ID_TESSELLATE_INTERSECT 342
50#define ID_TESSELLATE_DIFFERENCE 343
The disti::DynamicArray class. A templated array of objects capable of dynamically growing.
A file for all GL Studio files to include.
#define GLS_EXPORT
Macro denoting which functions should be visible from the runtime library.
Definition: gls_include.h:52
Force inclusion of the DirectShow library.
Definition: bmpimage.h:47
DisplayObject *(* CreatePolyFunc)()
Typedef for a function pointer used to create a polygon.
Definition: tessellate.h:55
Group * Tessellate(Group *obj_list, CreateGroupFunc, CreatePolyFunc, DecomposeFunc)
DisplayObject *(* CreateGroupFunc)()
Typedef for a function pointer used to create a group.
Definition: tessellate.h:54
Group *(* DecomposeFunc)(DisplayObject *)
Typedef for a function pointer used to decompose an object.
Definition: tessellate.h:56
Group * TessellateGlyph(Group *obj_list, CreateGroupFunc, CreatePolyFunc, DecomposeFunc)