Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HFrNoSimp Class Reference

#include <HConstantFrameRate.h>

List of all members.

Public Member Functions

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

Static Public Member Functions

static HConstFRSimpTypeCreate (int min, int max)

Detailed Description

HFrNoSimp is a no simplification type. Use this type as your base simplification type list if there is no antialiasing in the scene.


Constructor & Destructor Documentation

HFrNoSimp::HFrNoSimp ( ) [inline]

The default construtor.

HFrNoSimp::HFrNoSimp ( 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* HFrNoSimp::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 HFrNoSimp::GetType ( ) [inline, virtual]
Returns:
The simplification type associated with this class.

Implements HConstFRSimpType.

References ConstFRNoSimpType.

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

If SimpLevel is 1 or 0, this method turns off shadow and cutting plane regeneration.

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: