Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

#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
 

Detailed Description

Custom HBaseModel object which provides a few tutorial-specific data members

Constructor & Destructor Documentation

HAnalysisModel::HAnalysisModel ( )
virtual HAnalysisModel::~HAnalysisModel ( )
virtual

Member Function Documentation

void HAnalysisModel::Init ( )

Creates a starting HOOPS/3dGS scene graph containing a colormap and a legend bar

bool HAnalysisModel::IsSolidModel ( )
inline
HFileInputResult HAnalysisModel::Read ( const char *  FileName)
bool HAnalysisModel::Write ( const char *  FileName,
HBaseView *  pHView,
int  version,
int  width = 0,
int  height = 0 
)

Member Data Documentation

bool HAnalysisModel::m_bSolidModel
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


The documentation for this class was generated from the following file: