Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <SoCons.h>
Public Member Functions | |
SoCons () | |
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 | fRmin1 |
Inside radius at -fDz. | |
SoSFFloat | fRmin2 |
Inside radius at +fDz. | |
SoSFFloat | fRmax1 |
Outside radius at -fDz. | |
SoSFFloat | fRmax2 |
Outside radius at +fDz. | |
SoSFFloat | fDz |
Half-length along Z. | |
SoSFFloat | fSPhi |
Starting angle, in radians. | |
SoSFFloat | fDPhi |
Delta-angle, in radians. | |
SoSFBool | smoothDraw |
An Inventor option - slightly better render, worse performance. | |
SoSFNode | alternateRep |
Alternate rep required - for use by users without HEPVis shared objects. | |
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 | ~SoCons () |
Destructor, required. | |
SoCons::SoCons | ( | ) |
Constructor, required.
Definition at line 60 of file SoCons.cc.
|
protectedvirtual |
|
virtual |
We better be able to clear it, too!
Definition at line 442 of file SoCons.cc.
Referenced by clearAlternateRep().
|
protectedvirtual |
compute bounding Box, required
Definition at line 240 of file SoCons.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 431 of file SoCons.cc.
Referenced by generateAlternateRep().
|
protectedvirtual |
Generate Primitives, required.
Definition at line 95 of file SoCons.cc.
Referenced by generatePrimitives().
|
protectedvirtual |
GetChildList, required whenever the class has hidden children.
Definition at line 234 of file SoCons.cc.
Referenced by getChildren().
|
static |
Class Initializer, required.
Definition at line 84 of file SoCons.cc.
Referenced by initClass().
SoSFNode SoCons::alternateRep |
Alternate rep required - for use by users without HEPVis shared objects.
Definition at line 113 of file SoCons.h.
Referenced by clearAlternateRep(), and generateAlternateRep().
SoSFFloat SoCons::fDPhi |
Delta-angle, in radians.
Definition at line 105 of file SoCons.h.
Referenced by generatePrimitives().
SoSFFloat SoCons::fDz |
Half-length along Z.
Definition at line 97 of file SoCons.h.
Referenced by computeBBox(), and generatePrimitives().
SoSFFloat SoCons::fRmax1 |
Outside radius at -fDz.
Definition at line 89 of file SoCons.h.
Referenced by computeBBox(), and generatePrimitives().
SoSFFloat SoCons::fRmax2 |
Outside radius at +fDz.
Definition at line 93 of file SoCons.h.
Referenced by computeBBox(), and generatePrimitives().
SoSFFloat SoCons::fRmin1 |
SoSFFloat SoCons::fRmin2 |
SoSFFloat SoCons::fSPhi |
Starting angle, in radians.
Definition at line 101 of file SoCons.h.
Referenced by generatePrimitives().
SoSFBool SoCons::smoothDraw |