31 #ifndef _MH5RECTANGLE_H    32 #define _MH5RECTANGLE_H void MHEG5rectangleInit(MHEG5Rectangle *rectangle)
Initialise a rectangle object with default values. 
Definition: mh5rectangle.c:96
 
Definition: mh5rectangle.h:42
 
Implement the MHEG5 LineArt Class. Defines functionality associated with vectorial representation of ...
 
MHEG5Rectangle * MHEG5rectangleClone(MHEG5Rectangle *source)
<Function description>=""> 
Definition: mh5rectangle.c:71
 
void MHEG5rectangleFree(MHEG5Rectangle *rectangle)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5rectangle.c:110
 
Definition: mh5lineart.h:48