Example #1
0
HSolidModel::~HSolidModel()
{
	// Model cleanup : delete all the entities from the 
	// partition associated with this model
	DeleteAllEntities();
#ifdef INTEROP
	delete iop_fio;
#endif // INTEROP
}
Example #2
0
EntityManager::~EntityManager()
{
	DeleteAllEntities();
}