#include <SoGroundplaneVerticesElement.h>
Public Member Functions | |
| virtual void | init (SoState *state) |
| Initializes element. | |
| virtual SbBool | matches (const SoElement *elt) const |
| Returns TRUE if the stored SbShadow matches the given element. | |
| virtual SoElement * | copyMatchInfo () const |
| Create and return a copy of this element. | |
| virtual void | print (FILE *fp) const |
| Prints element (for debugging). | |
Static Public Member Functions | |
| static void | set (SoState *state, SoNode *node, const SbGroundplane &plane) |
| Sets in the state. | |
| static const SbGroundplane & | get (SoState *state) |
| Returns from the state. | |
| static SbGroundplane | getDefault () |
| Returns the default. | |
| static void | initClass () |
| Initializes the SoGroundplaneVerticesElement class. | |
Protected Member Functions | |
| virtual | ~SoGroundplaneVerticesElement () |
Protected Attributes | |
| SbGroundplane | _plane |
Definition at line 24 of file SoGroundplaneVerticesElement.h.
| virtual SoGroundplaneVerticesElement::~SoGroundplaneVerticesElement | ( | ) | [protected, virtual] |
| virtual SoElement* SoGroundplaneVerticesElement::copyMatchInfo | ( | ) | const [virtual] |
Create and return a copy of this element.
| static const SbGroundplane& SoGroundplaneVerticesElement::get | ( | SoState * | state | ) | [static] |
Returns from the state.
| static SbGroundplane SoGroundplaneVerticesElement::getDefault | ( | ) | [static] |
Returns the default.
| virtual void SoGroundplaneVerticesElement::init | ( | SoState * | state | ) | [virtual] |
Initializes element.
| static void SoGroundplaneVerticesElement::initClass | ( | ) | [static] |
Initializes the SoGroundplaneVerticesElement class.
| virtual SbBool SoGroundplaneVerticesElement::matches | ( | const SoElement * | elt | ) | const [virtual] |
Returns TRUE if the stored SbShadow matches the given element.
| virtual void SoGroundplaneVerticesElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
| static void SoGroundplaneVerticesElement::set | ( | SoState * | state, | |
| SoNode * | node, | |||
| const SbGroundplane & | plane | |||
| ) | [static] |
Sets in the state.
SbGroundplane SoGroundplaneVerticesElement::_plane [protected] |
Definition at line 31 of file SoGroundplaneVerticesElement.h.
1.5.8