HFrLodThreshold

Functions

HFrLodThreshold

HFrLodThreshold

~HFrLodThreshold

void

Set

ConstFRType

GetType

HConstFRSimpType *

Create

Detailed Description

class HFrLodThreshold : public HConstFRSimpType

LOD Simplification type using the THRESHOLD option. The simplification level describes a range from 1 to 200 for the threshold rendering option (in reverse order).

Public Functions

inline HFrLodThreshold()

The default constructor.

inline HFrLodThreshold(int min, int max)

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

Parameters
  • min – The minimum simplification level.

  • max – The maximum simplification level.

inline virtual ~HFrLodThreshold()
virtual void Set(HConstantFrameRate *pCfr, int SimpLevel)

Set rendering options based on simplification type

Parameters
  • pCfr – A pointer to a HConstantFrameRate Object.

  • SimpLevel – Simplification level for the current type

inline virtual ConstFRType GetType()
Returns

The simplification type associated with this class.

Public Static Functions

static inline HConstFRSimpType *Create(int min, int max)

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

Parameters
  • min – lowest simplification level

  • max – highest simplification level