#include <SoBox.h>
|
SoChildList * | children |
| ChildList. Required whenever the class has hidden children. More...
|
|
Definition at line 64 of file SoBox.h.
◆ SoBox()
◆ ~SoBox()
virtual SoBox::~SoBox |
( |
| ) |
|
|
protectedvirtual |
◆ clearAlternateRep()
virtual void SoBox::clearAlternateRep |
( |
| ) |
|
|
virtual |
We better be able to clear it, too!
◆ computeBBox()
virtual void SoBox::computeBBox |
( |
SoAction * |
action, |
|
|
SbBox3f & |
box, |
|
|
SbVec3f & |
center |
|
) |
| |
|
protectedvirtual |
compute bounding Box, required
◆ generateAlternateRep()
virtual void SoBox::generateAlternateRep |
( |
| ) |
|
|
virtual |
Generate AlternateRep, required. Generating an alternate representation must be done upon users request. It allows an Inventor program to read back the file without requiring this code to be dynamically linked. If the users expects that this code will be dynamically linked, he need not invoke this method.
◆ generateChildren()
void SoBox::generateChildren |
( |
| ) |
|
|
private |
Generate Children. Used to create the hidden children. Required whenever the node has hidden children.
◆ generatePrimitives()
virtual void SoBox::generatePrimitives |
( |
SoAction * |
action | ) |
|
|
protectedvirtual |
Generate Primitives, required.
◆ getChildren()
virtual SoChildList* SoBox::getChildren |
( |
| ) |
const |
|
protectedvirtual |
GetChildList, required whenever the class has hidden children.
◆ initClass()
static void SoBox::initClass |
( |
| ) |
|
|
static |
Class Initializer, required.
◆ SO_NODE_HEADER()
SoBox::SO_NODE_HEADER |
( |
SoBox |
| ) |
|
|
private |
◆ updateChildren()
void SoBox::updateChildren |
( |
| ) |
|
|
private |
Used to modify hidden children when a data field is changed. Required whenever the class has hidden children.
◆ alternateRep
SoSFNode SoBox::alternateRep |
Alternate rep - for use by users without HEPVis shared objects.
Definition at line 86 of file SoBox.h.
◆ children
SoChildList* SoBox::children |
|
private |
ChildList. Required whenever the class has hidden children.
Definition at line 153 of file SoBox.h.
◆ fDx
Half-length along X.
Definition at line 74 of file SoBox.h.
◆ fDy
Half-length along Y.
Definition at line 78 of file SoBox.h.
◆ fDz
Half-length along Z.
Definition at line 82 of file SoBox.h.
The documentation for this class was generated from the following file: