Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HFrWireframe Class Reference

#include <HConstantFrameRate.h>

List of all members.

Public Member Functions

ConstFRType GetType ()
 HFrWireframe ()
 HFrWireframe (int min, int max)
void Set (HConstantFrameRate *pCfr, int SimpLevel)

Static Public Member Functions

static HConstFRSimpTypeCreate (int min, int max)

Detailed Description

This simplification type activates wireframe drawing and sets the Heuristic 'no hidden surfaces'. A simplification level of 0 displays a no lod wireframe drawing. A simplification level of 1 takes the lod settings in the list into account


Constructor & Destructor Documentation

HFrWireframe::HFrWireframe ( ) [inline]

The default constructor.

HFrWireframe::HFrWireframe ( int  min,
int  max 
) [inline]

The constructor that allows you the set the minimum and maximum simplification levels.

Parameters:
minThe minimum simplification level.
maxThe maximum simplification level.

Member Function Documentation

static HConstFRSimpType* HFrWireframe::Create ( int  min,
int  max 
) [inline, static]

Create a new simplification type object. Use this method to avoid object ownership problems.

Parameters:
minlowest simplification level
maxhighest simplification level
ConstFRType HFrWireframe::GetType ( ) [inline, virtual]
Returns:
The simplification type associated with this class.

Implements HConstFRSimpType.

References ConstFRWireframeType.

void HFrWireframe::Set ( HConstantFrameRate pCfr,
int  SimpLevel 
) [virtual]

If SimpLevel is 0, the methods tells HOOPS to render a wirefram drawing. If SimpLevel is 1, then it takes into account other lod settings in the simplification level list.

Parameters:
pCfrA pointer to a HConstantFrameRate Object.
SimpLevelSimplification level for the current type

Implements HConstFRSimpType.


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