コード例 #1
0
ファイル: HSolidModel.cpp プロジェクト: binhpt/vltest
HSolidModel::~HSolidModel()
{
	// Model cleanup : delete all the entities from the 
	// partition associated with this model
	DeleteAllEntities();
#ifdef INTEROP
	delete iop_fio;
#endif // INTEROP
}
コード例 #2
0
EntityManager::~EntityManager()
{
	DeleteAllEntities();
}