Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HFrLodClamp Class Reference

#include <HConstantFrameRate.h>

List of all members.

Public Member Functions

ConstFRType GetType ()
 HFrLodClamp ()
 HFrLodClamp (int min, int max)
void Reset (HConstantFrameRate *pCfr)
void Set (HConstantFrameRate *pCfr, int SimpLevel)
void SetSegmentSwitch (bool ssl)

Static Public Member Functions

static HConstFRSimpTypeCreate (int min, int max)

Public Attributes

bool m_bSegmentSwitch

Detailed Description

LOD Simplification type using the CLAMP option. The simplification level corresponds directly to the clamp value rendering option.


Constructor & Destructor Documentation

HFrLodClamp::HFrLodClamp ( ) [inline]

The default constructor.

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

Implements HConstFRSimpType.

References ConstFRLodClampType.

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

This methods set the LOD clamp value to the SimpLevel. It also sets the tessellation option for cylinders.

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: