
Public Member Functions | |
| GR_BaryCenter () | |
| virtual | ~GR_BaryCenter () |
| virtual void | renderWire (GU_Detail *gdp, RE_Render &ren, const GR_AttribOffset &ptinfo, const GR_DisplayOption *dopt, float lod, const GU_PrimGroupClosure *hidden_geometry) |
| virtual void | renderShaded (GU_Detail *gdp, RE_Render &ren, const GR_AttribOffset &ptinfo, const GR_DisplayOption *dopt, float lod, const GU_PrimGroupClosure *hidden_geometry) |
| virtual const char * | getName () const |
Definition at line 42 of file GR_BaryCenter.C.
| HDK_Sample::GR_BaryCenter::GR_BaryCenter | ( | ) | [inline] |
| virtual HDK_Sample::GR_BaryCenter::~GR_BaryCenter | ( | ) | [inline, virtual] |
| virtual const char* HDK_Sample::GR_BaryCenter::getName | ( | void | ) | const [inline, virtual] |
Implements GR_RenderHook.
Definition at line 62 of file GR_BaryCenter.C.
| void GR_BaryCenter::renderShaded | ( | GU_Detail * | gdp, | |
| RE_Render & | ren, | |||
| const GR_AttribOffset & | ptinfo, | |||
| const GR_DisplayOption * | dopt, | |||
| float | lod, | |||
| const GU_PrimGroupClosure * | hidden_geometry | |||
| ) | [virtual] |
Implements GR_RenderHook.
Definition at line 98 of file GR_BaryCenter.C.
| void GR_BaryCenter::renderWire | ( | GU_Detail * | gdp, | |
| RE_Render & | ren, | |||
| const GR_AttribOffset & | ptinfo, | |||
| const GR_DisplayOption * | dopt, | |||
| float | lod, | |||
| const GU_PrimGroupClosure * | hidden_geometry | |||
| ) | [virtual] |
Implements GR_RenderHook.
Definition at line 68 of file GR_BaryCenter.C.
1.5.9