#include <HSpheresModel.h>
Public Member Functions | |
HSpheresModel () | |
~HSpheresModel () | |
HFileInputResult | Read (const char *FileName) |
bool | Write (const char *FileName, HBaseView *pHView, int version, int width=0, int height=0) |
void | DeleteAllEntities () |
bool | IsSolidModel () |
Protected Attributes | |
bool | m_bSolidModel |
HSpheresModel::HSpheresModel | ( | ) |
HSpheresModel::~HSpheresModel | ( | ) |
HFileInputResult HSpheresModel::Read | ( | const char * | FileName | ) |
bool HSpheresModel::Write | ( | const char * | FileName, | |
HBaseView * | pHView, | |||
int | version, | |||
int | width = 0 , |
|||
int | height = 0 | |||
) |
void HSpheresModel::DeleteAllEntities | ( | ) |
Delete all the entities in the model
bool HSpheresModel::IsSolidModel | ( | ) | [inline] |
Returns true if this represents a solid modeller model
bool HSpheresModel::m_bSolidModel [protected] |