ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SoTrd Class Reference

#include <geant4/tree/geant4-10.6-release/source/visualization/OpenInventor/include/HEPVis/nodes/SoTrd.h>

+ Inheritance diagram for SoTrd:
+ Collaboration diagram for SoTrd:

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 &center)
 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.
 

Private Member Functions

 SO_NODE_HEADER (SoTrd)
 This is required.
 
void generateChildren ()
 
void updateChildren ()
 

Private Attributes

SoChildList * children
 ChildList. Required whenever the class has hidden children.
 

Detailed Description

Definition at line 62 of file SoTrd.h.

View newest version in sPHENIX GitHub at line 62 of file SoTrd.h

Constructor & Destructor Documentation

SoTrd::SoTrd ( )

Constructor, required.

virtual SoTrd::~SoTrd ( )
protectedvirtual

Destructor, required.

Member Function Documentation

virtual void SoTrd::clearAlternateRep ( )
virtual

We better be able to clear it, too!

virtual void SoTrd::computeBBox ( SoAction *  action,
SbBox3f &  box,
SbVec3f &  center 
)
protectedvirtual

compute bounding Box, required

virtual void SoTrd::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.

void SoTrd::generateChildren ( )
private

Generate Children. Used to create the hidden children. Required whenever the node has hidden children.

virtual void SoTrd::generatePrimitives ( SoAction *  action)
protectedvirtual

Generate Primitives, required.

virtual SoChildList* SoTrd::getChildren ( ) const
protectedvirtual

GetChildList, required whenever the class has hidden children.

static void SoTrd::initClass ( )
static

Class Initializer, required.

SoTrd::SO_NODE_HEADER ( SoTrd  )
private

This is required.

void SoTrd::updateChildren ( )
private

Used to modify hidden children when a data field is changed. Required whenever the class has hidden children.

Member Data Documentation

SoSFNode SoTrd::alternateRep

Alternate rep - required.

Definition at line 99 of file SoTrd.h.

View newest version in sPHENIX GitHub at line 99 of file SoTrd.h

SoChildList* SoTrd::children
private

ChildList. Required whenever the class has hidden children.

Definition at line 167 of file SoTrd.h.

View newest version in sPHENIX GitHub at line 167 of file SoTrd.h

SoSFFloat SoTrd::fDx1

half-length of x, at -fDz

Definition at line 74 of file SoTrd.h.

View newest version in sPHENIX GitHub at line 74 of file SoTrd.h

SoSFFloat SoTrd::fDx2

half-length of x, at +fDz

Definition at line 79 of file SoTrd.h.

View newest version in sPHENIX GitHub at line 79 of file SoTrd.h

SoSFFloat SoTrd::fDy1

half-length of y, at -fDz

Definition at line 84 of file SoTrd.h.

View newest version in sPHENIX GitHub at line 84 of file SoTrd.h

SoSFFloat SoTrd::fDy2

half-length of y, at +fDz

Definition at line 89 of file SoTrd.h.

View newest version in sPHENIX GitHub at line 89 of file SoTrd.h

SoSFFloat SoTrd::fDz

half-length along Z

Definition at line 94 of file SoTrd.h.

View newest version in sPHENIX GitHub at line 94 of file SoTrd.h


The documentation for this class was generated from the following file: