#include <SoShadowRenderElement.h>
Public Member Functions | |
| virtual void | init (SoState *state) |
| Initializes element. | |
Static Public Member Functions | |
| static void | set (SoState *state, SbBool shadowRender) |
| Sets in the state whether or not this pass is for shadowing. | |
| static SbBool | get (SoState *state) |
| Returns from the state whether or not this pass is for shadowing. | |
| static SbBool | getDefault () |
| Returns the default rendering pass purpose. | |
| static void | initClass () |
| Initializes the SoShadowRenderElement class. | |
Protected Member Functions | |
| virtual | ~SoShadowRenderElement () |
Definition at line 23 of file SoShadowRenderElement.h.
| virtual SoShadowRenderElement::~SoShadowRenderElement | ( | ) | [protected, virtual] |
| static SbBool SoShadowRenderElement::get | ( | SoState * | state | ) | [inline, static] |
Returns from the state whether or not this pass is for shadowing.
Definition at line 41 of file SoShadowRenderElement.h.
References boost::get().
| static SbBool SoShadowRenderElement::getDefault | ( | ) | [inline, static] |
| virtual void SoShadowRenderElement::init | ( | SoState * | state | ) | [virtual] |
Initializes element.
| static void SoShadowRenderElement::initClass | ( | ) | [static] |
Initializes the SoShadowRenderElement class.
| static void SoShadowRenderElement::set | ( | SoState * | state, | |
| SbBool | shadowRender | |||
| ) | [inline, static] |
Sets in the state whether or not this pass is for shadowing.
Definition at line 37 of file SoShadowRenderElement.h.
1.5.8