38#include <Inventor/fields/SoSFFloat.h>
39#include <Inventor/fields/SoSFNode.h>
40#include <Inventor/nodes/SoShape.h>
61#define SoBox Geant4_SoBox
66 SO_NODE_HEADER(
SoBox);
116 virtual void computeBBox(SoAction *action, SbBox3f &box, SbVec3f ¢er );
141 void generateChildren();
147 void updateChildren();
152 SoChildList *children;
#define SoBox
SoBox - Inventor version of the G4Box Geant Geometry entity.
virtual void generateAlternateRep()
SoSFFloat fDx
Half-length along X.
SoSFNode alternateRep
Alternate rep - for use by users without HEPVis shared objects.
SoSFFloat fDy
Half-length along Y.
virtual void clearAlternateRep()
We better be able to clear it, too!
static void initClass()
Class Initializer, required.
SoSFFloat fDz
Half-length along Z.
virtual SoChildList * getChildren() const
GetChildList, required whenever the class has hidden children.
virtual void generatePrimitives(SoAction *action)
Generate Primitives, required.
virtual void computeBBox(SoAction *action, SbBox3f &box, SbVec3f ¢er)
compute bounding Box, required