Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <SoTrd.h>
Public Member Functions | |
SoTrd () | |
Constructor, required. | |
virtual void | generateAlternateRep () |
virtual void | clearAlternateRep () |
We better be able to clear it, too! | |
Static Public Member Functions | |
static void | initClass () |
Class Initializer, required. | |
Public Attributes | |
SoSFFloat | fDx1 |
half-length of x, at -fDz | |
SoSFFloat | fDx2 |
half-length of x, at +fDz | |
SoSFFloat | fDy1 |
half-length of y, at -fDz | |
SoSFFloat | fDy2 |
half-length of y, at +fDz | |
SoSFFloat | fDz |
half-length along Z | |
SoSFNode | alternateRep |
Alternate rep - required. | |
Protected Member Functions | |
virtual void | computeBBox (SoAction *action, SbBox3f &box, SbVec3f ¢er) |
compute bounding Box, required | |
virtual void | generatePrimitives (SoAction *action) |
Generate Primitives, required. | |
virtual SoChildList * | getChildren () const |
GetChildList, required whenever the class has hidden children. | |
virtual | ~SoTrd () |
Destructor, required. | |
SoTrd::SoTrd | ( | ) |
Constructor, required.
Definition at line 67 of file SoTrd.cc.
Referenced by SoTrd().
|
protectedvirtual |
|
virtual |
We better be able to clear it, too!
Definition at line 343 of file SoTrd.cc.
Referenced by clearAlternateRep().
|
protectedvirtual |
compute bounding Box, required
Definition at line 230 of file SoTrd.cc.
Referenced by computeBBox().
|
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.
Definition at line 332 of file SoTrd.cc.
Referenced by generateAlternateRep().
|
protectedvirtual |
Generate Primitives, required.
Definition at line 84 of file SoTrd.cc.
Referenced by generatePrimitives().
|
protectedvirtual |
GetChildList, required whenever the class has hidden children.
Definition at line 224 of file SoTrd.cc.
Referenced by getChildren().
|
static |
SoSFNode SoTrd::alternateRep |
Alternate rep - required.
Definition at line 99 of file SoTrd.h.
Referenced by clearAlternateRep(), generateAlternateRep(), and SoTrd().
SoSFFloat SoTrd::fDx1 |
half-length of x, at -fDz
Definition at line 74 of file SoTrd.h.
Referenced by computeBBox(), generatePrimitives(), and SoTrd().
SoSFFloat SoTrd::fDx2 |
half-length of x, at +fDz
Definition at line 79 of file SoTrd.h.
Referenced by computeBBox(), generatePrimitives(), and SoTrd().
SoSFFloat SoTrd::fDy1 |
half-length of y, at -fDz
Definition at line 84 of file SoTrd.h.
Referenced by computeBBox(), generatePrimitives(), and SoTrd().
SoSFFloat SoTrd::fDy2 |
half-length of y, at +fDz
Definition at line 89 of file SoTrd.h.
Referenced by computeBBox(), generatePrimitives(), and SoTrd().
SoSFFloat SoTrd::fDz |
half-length along Z
Definition at line 94 of file SoTrd.h.
Referenced by computeBBox(), generatePrimitives(), and SoTrd().