MHEG5  15.3.0
source/classes/inc/mh5rectangle.h File Reference

Implement the MHEG5 Rectangle Class Rectangle Class Defines a data structure that deals with rectangles Base class: LineArt Subclasses: None Status: Concrete class. More...

#include "mh5lineart.h"

Go to the source code of this file.

Data Structures

struct  MHEG5Rectangle

Functions

MHEG5RectangleMHEG5rectangleClone (MHEG5Rectangle *source)
 <Function description>="">
void MHEG5rectangleInit (MHEG5Rectangle *rectangle)
 Initialise a rectangle object with default values.
void MHEG5rectangleFree (MHEG5Rectangle *rectangle)
 Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed.
void MHEG5rectanglePrepare (MHEG5Rectangle *rectangle)
void MHEG5rectangleActivate (MHEG5Rectangle *rectangle)
void MHEG5rectangleDeactivate (MHEG5Rectangle *rectangle)
void MHEG5rectangleDestruct (MHEG5Rectangle *rectangle)

Detailed Description

Implement the MHEG5 Rectangle Class Rectangle Class Defines a data structure that deals with rectangles Base class: LineArt Subclasses: None Status: Concrete class.

Date:
05/02/2002
Author:
R.Freeman

Function Documentation

<Function description>="">

Returns:
<Return value>="">
void MHEG5rectangleFree ( MHEG5Rectangle rectangle)

Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed.

Parameters:
rectanglePointer to object to free.
Returns:
Void
void MHEG5rectangleInit ( MHEG5Rectangle rectangle)

Initialise a rectangle object with default values.

Parameters:
rectanglePointer to object to initialise.
Returns:
Void
 All Data Structures Files Functions Variables Typedefs Defines