#include <GR_RenderHook.h>

euclid/GR_Euclid.C, GR/GR_BaryCenter.C, GR/GR_BoundingBox.C, and GR/GR_SimpleNoise.C.
Definition at line 38 of file GR_RenderHook.h.
| OPACITY_OPAQUE | |
| OPACITY_TRANSPARENT_DEPTH_PEEL | |
| OPACITY_TRANSPARENT_NON_DEPTH_PEEL | |
| OPACITY_TRANSPARENT_BOTH |
Definition at line 108 of file GR_RenderHook.h.
Definition at line 88 of file GR_RenderHook.h.
| GR_RenderHook::GR_RenderHook | ( | ) | [inline] |
Definition at line 41 of file GR_RenderHook.h.
| virtual GR_RenderHook::~GR_RenderHook | ( | ) | [inline, virtual] |
Definition at line 42 of file GR_RenderHook.h.
| virtual GR_HookRender GR_RenderHook::getHookRenderType | ( | GU_Detail * | , | |
| const GR_DisplayOption * | ||||
| ) | [inline, virtual] |
Definition at line 94 of file GR_RenderHook.h.
| virtual const char* GR_RenderHook::getName | ( | ) | const [pure virtual] |
Implemented in HDK_Sample::GR_Euclid, HDK_Sample::GR_BaryCenter, HDK_Sample::GR_BoundingBox, and HDK_Sample::GR_SimpleNoise.
| virtual GA_PrimCompat::TypeMask GR_RenderHook::getShadedMask | ( | GU_Detail * | , | |
| const GR_DisplayOption * | ||||
| ) | const [inline, virtual] |
Reimplemented in HDK_Sample::GR_Euclid, HDK_Sample::GR_BoundingBox, and HDK_Sample::GR_SimpleNoise.
Definition at line 63 of file GR_RenderHook.h.
| virtual GR_HookOpacity GR_RenderHook::getTransparencyMode | ( | GU_Detail * | , | |
| const GR_DisplayOption * | ||||
| ) | [inline, virtual] |
Definition at line 115 of file GR_RenderHook.h.
| virtual GA_PrimCompat::TypeMask GR_RenderHook::getWireMask | ( | GU_Detail * | , | |
| const GR_DisplayOption * | ||||
| ) | const [inline, virtual] |
Reimplemented in HDK_Sample::GR_Euclid, HDK_Sample::GR_BoundingBox, and HDK_Sample::GR_SimpleNoise.
Definition at line 48 of file GR_RenderHook.h.
| virtual void GR_RenderHook::renderShaded | ( | GU_Detail * | gdp, | |
| RE_Render & | ren, | |||
| const GR_AttribOffset & | ptinfo, | |||
| const GR_DisplayOption * | dopt, | |||
| float | lod, | |||
| const GU_PrimGroupClosure * | hidden_geometry | |||
| ) | [pure virtual] |
Implemented in HDK_Sample::GR_Euclid, HDK_Sample::GR_BaryCenter, HDK_Sample::GR_BoundingBox, and HDK_Sample::GR_SimpleNoise.
| virtual void GR_RenderHook::renderWire | ( | GU_Detail * | gdp, | |
| RE_Render & | ren, | |||
| const GR_AttribOffset & | ptinfo, | |||
| const GR_DisplayOption * | dopt, | |||
| float | lod, | |||
| const GU_PrimGroupClosure * | hidden_geometry | |||
| ) | [pure virtual] |
Implemented in HDK_Sample::GR_Euclid, HDK_Sample::GR_BaryCenter, HDK_Sample::GR_BoundingBox, and HDK_Sample::GR_SimpleNoise.
1.5.9