[ Maverik Level 1 functions ]
mav_compositeEmpty
Summary
Empty a composite object.
Syntax
void mav_compositeEmpty(MAV_composite *c);
Description
This function empties the composite object c that has been read with
mav_compositeReadAC3D. It deletes the objects it contains and free's up
the memory associated with these.
Back to the index page.