#include <SoSlabRenderingElement.h>
Static Public Member Functions | |
| static void | set (SoState *state, SoNode *node, const SbSlabRenderingProperties &props) |
| Sets the current SbSlabRenderingProperties in the state. | |
| static const SbSlabRenderingProperties & | get (SoState *state) |
| Returns the current SbSlabRenderingProperties from the state. | |
| static void | initClass () |
| Initialize class with runtime type system. | |
Protected Member Functions | |
| virtual | ~SoSlabRenderingElement () |
| Destructor. | |
Protected Attributes | |
| SbSlabRenderingProperties | _props |
Definition at line 46 of file SoSlabRenderingElement.h.
| virtual SoSlabRenderingElement::~SoSlabRenderingElement | ( | ) | [protected, virtual] |
Destructor.
| static const SbSlabRenderingProperties& SoSlabRenderingElement::get | ( | SoState * | state | ) | [static] |
Returns the current SbSlabRenderingProperties from the state.
| static void SoSlabRenderingElement::initClass | ( | ) | [static] |
Initialize class with runtime type system.
| static void SoSlabRenderingElement::set | ( | SoState * | state, | |
| SoNode * | node, | |||
| const SbSlabRenderingProperties & | props | |||
| ) | [static] |
Sets the current SbSlabRenderingProperties in the state.
Definition at line 66 of file SoSlabRenderingElement.h.
1.5.8