#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 More... | |
HShellVertexData | m_ShellVertexData |
pointer to the data structure that will store the color index data More... | |
Protected Attributes | |
bool | m_bSolidModel |
Custom HBaseModel object which provides a few tutorial-specific data members
HAnalysisModel::HAnalysisModel | ( | ) |
|
virtual |
void HAnalysisModel::Init | ( | ) |
Creates a starting HOOPS/3dGS scene graph containing a colormap and a legend bar
|
inline |
HFileInputResult HAnalysisModel::Read | ( | const char * | FileName | ) |
bool HAnalysisModel::Write | ( | const char * | FileName, |
HBaseView * | pHView, | ||
int | version, | ||
int | width = 0 , |
||
int | height = 0 |
||
) |
|
protected |
int HAnalysisModel::m_DataCycles |
number of datacycles for the contour animation
HShellVertexData HAnalysisModel::m_ShellVertexData |
pointer to the data structure that will store the color index data