#include <SoGroundplaneElement.h>
|
| void | init (SoState *state) override |
| | Initializes element.
|
| |
| SbBool | matches (const SoElement *elt) const override |
| | Returns TRUE if the stored SbShadow matches the given element.
|
| |
| SoElement * | copyMatchInfo () const override |
| | Create and return a copy of this element.
|
| |
| void | print (FILE *fp) const override |
| | Prints element (for debugging).
|
| |
|
| static void | set (SoState *state, SoNode *node, const SbPlane &plane) |
| | Sets in the state.
|
| |
| static const SbPlane & | get (SoState *state) |
| | Returns from the state.
|
| |
| static SbPlane | getDefault () |
| | Returns the default.
|
| |
| static void | initClass () |
| | Initializes the SoGroundplaneElement class.
|
| |
Definition at line 25 of file SoGroundplaneElement.h.
◆ ~SoGroundplaneElement()
| virtual SoGroundplaneElement::~SoGroundplaneElement |
( |
| ) |
|
|
protectedvirtual |
◆ copyMatchInfo()
| SoElement * SoGroundplaneElement::copyMatchInfo |
( |
| ) |
const |
|
override |
Create and return a copy of this element.
◆ get()
| static const SbPlane & SoGroundplaneElement::get |
( |
SoState * |
state | ) |
|
|
static |
◆ getDefault()
| static SbPlane SoGroundplaneElement::getDefault |
( |
| ) |
|
|
static |
◆ init()
| void SoGroundplaneElement::init |
( |
SoState * |
state | ) |
|
|
override |
◆ initClass()
| static void SoGroundplaneElement::initClass |
( |
| ) |
|
|
static |
◆ matches()
| SbBool SoGroundplaneElement::matches |
( |
const SoElement * |
elt | ) |
const |
|
override |
Returns TRUE if the stored SbShadow matches the given element.
◆ print()
| void SoGroundplaneElement::print |
( |
FILE * |
fp | ) |
const |
|
override |
Prints element (for debugging).
◆ set()
| static void SoGroundplaneElement::set |
( |
SoState * |
state, |
|
|
SoNode * |
node, |
|
|
const SbPlane & |
plane |
|
) |
| |
|
static |
◆ _plane
| SbPlane SoGroundplaneElement::_plane |
|
protected |
The documentation for this class was generated from the following file: