#include <HConstantFrameRate.h>
Public Member Functions | |
ConstFRType | GetType () |
HFrWireframe (int min, int max) | |
HFrWireframe () | |
void | Set (HConstantFrameRate *pCfr, int SimpLevel) |
Static Public Member Functions | |
static HConstFRSimpType * | Create (int min, int max) |
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.
min | The minimum simplification level. | |
max | The maximum simplification level. |
static HConstFRSimpType* HFrWireframe::Create | ( | int | min, | |
int | max | |||
) | [inline, static] |
Create a new simplification type object. Use this method to avoid object ownership problems.
min | lowest simplification level | |
max | highest simplification level |
ConstFRType HFrWireframe::GetType | ( | ) | [inline, virtual] |
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.
pCfr | A pointer to a HConstantFrameRate Object. | |
SimpLevel | Simplification level for the current type |
Implements HConstFRSimpType.