#include <HAnalysisModel.h>
Public Member Functions | |
HAnalysisModel () | |
virtual | ~HAnalysisModel () |
void | Init () |
HFileInputResult | Read (const char *FileName) |
bool | Write (const char *FileName, HBaseView *pHView, int version, int width=0, int height=0) |
bool | IsSolidModel () |
Public Attributes | |
int | m_DataCycles |
number of datacycles for the contour animation | |
HShellVertexData | m_ShellVertexData |
pointer to the data structure that will store the color index data | |
Protected Attributes | |
bool | m_bSolidModel |
HAnalysisModel::HAnalysisModel | ( | ) |
virtual HAnalysisModel::~HAnalysisModel | ( | ) | [virtual] |
void HAnalysisModel::Init | ( | ) | [virtual] |
Creates a starting HOOPS/3dGS scene graph containing a colormap and a legend bar
Reimplemented from HBaseModel.
HFileInputResult HAnalysisModel::Read | ( | const char * | FileName | ) |
bool HAnalysisModel::Write | ( | const char * | FileName, | |
HBaseView * | pHView, | |||
int | version, | |||
int | width = 0 , |
|||
int | height = 0 | |||
) |
bool HAnalysisModel::IsSolidModel | ( | ) | [inline] |
number of datacycles for the contour animation
pointer to the data structure that will store the color index data
bool HAnalysisModel::m_bSolidModel [protected] |