#include <SoShadowSwitch.h>
Public Member Functions | |
| virtual SbBool | affectsState () const |
| SoShadowSwitch () | |
| virtual void | doAction (SoAction *action) |
| virtual void | callback (SoCallbackAction *action) |
| virtual void | GLRender (SoGLRenderAction *action) |
| virtual void | pick (SoPickAction *action) |
| virtual void | getBoundingBox (SoGetBoundingBoxAction *action) |
| virtual void | handleEvent (SoHandleEventAction *action) |
| virtual void | getMatrix (SoGetMatrixAction *action) |
| virtual void | search (SoSearchAction *action) |
Static Public Member Functions | |
| static void | initClass () |
Public Attributes | |
| SoSFInt32 | nonshadowChild |
| SoSFInt32 | shadowChild |
Protected Member Functions | |
| virtual | ~SoShadowSwitch () |
Definition at line 32 of file SoShadowSwitch.h.
| virtual SoShadowSwitch::~SoShadowSwitch | ( | ) | [protected, virtual] |
| SoShadowSwitch::SoShadowSwitch | ( | ) |
| virtual SbBool SoShadowSwitch::affectsState | ( | ) | const [virtual] |
| virtual void SoShadowSwitch::callback | ( | SoCallbackAction * | action | ) | [virtual] |
| virtual void SoShadowSwitch::doAction | ( | SoAction * | action | ) | [virtual] |
| virtual void SoShadowSwitch::getBoundingBox | ( | SoGetBoundingBoxAction * | action | ) | [virtual] |
| virtual void SoShadowSwitch::getMatrix | ( | SoGetMatrixAction * | action | ) | [virtual] |
| virtual void SoShadowSwitch::GLRender | ( | SoGLRenderAction * | action | ) | [virtual] |
| virtual void SoShadowSwitch::handleEvent | ( | SoHandleEventAction * | action | ) | [virtual] |
| static void SoShadowSwitch::initClass | ( | ) | [static] |
| virtual void SoShadowSwitch::pick | ( | SoPickAction * | action | ) | [virtual] |
| virtual void SoShadowSwitch::search | ( | SoSearchAction * | action | ) | [virtual] |
| SoSFInt32 SoShadowSwitch::nonshadowChild |
Definition at line 43 of file SoShadowSwitch.h.
| SoSFInt32 SoShadowSwitch::shadowChild |
Definition at line 44 of file SoShadowSwitch.h.
1.5.8