Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <SoTubs.h>
Public Member Functions | |
SoTubs () | |
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 | pRMin |
Inside radius of the tube. | |
SoSFFloat | pRMax |
Outside radius of the tube. | |
SoSFFloat | pDz |
Half-length in Z. | |
SoSFFloat | pSPhi |
Starting angle, in radians. | |
SoSFFloat | pDPhi |
Delta-angle, in radians. | |
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 | ~SoTubs () |
Destructor, required. | |
SoTubs::SoTubs | ( | ) |
Constructor, required.
Definition at line 61 of file SoTubs.cc.
|
protectedvirtual |
|
virtual |
We better be able to clear it, too!
|
protectedvirtual |
|
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 458 of file SoTubs.cc.
|
protectedvirtual |
Generate Primitives, required.
Definition at line 94 of file SoTubs.cc.
|
protectedvirtual |
|
static |
Class Initializer, required.
Definition at line 84 of file SoTubs.cc.
Referenced by G4OpenInventor::InitNodes().
SoSFNode SoTubs::alternateRep |
Alternate rep - required.
Definition at line 101 of file SoTubs.h.
Referenced by clearAlternateRep(), and generateAlternateRep().
SoSFFloat SoTubs::pDPhi |
Delta-angle, in radians.
Definition at line 97 of file SoTubs.h.
Referenced by generatePrimitives().
SoSFFloat SoTubs::pDz |
Half-length in Z.
Definition at line 89 of file SoTubs.h.
Referenced by computeBBox(), and generatePrimitives().
SoSFFloat SoTubs::pRMax |
Outside radius of the tube.
Definition at line 85 of file SoTubs.h.
Referenced by computeBBox(), and generatePrimitives().
SoSFFloat SoTubs::pRMin |
Inside radius of the tube.
Definition at line 81 of file SoTubs.h.
Referenced by generatePrimitives().
SoSFFloat SoTubs::pSPhi |
Starting angle, in radians.
Definition at line 93 of file SoTubs.h.
Referenced by generatePrimitives().