Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Data Fields | Protected Member Functions
SoBox Class Reference

#include <SoBox.h>

Inheritance diagram for SoBox:

Public Member Functions

 SoBox ()
 Constructor, required. More...
 
virtual void generateAlternateRep ()
 
virtual void clearAlternateRep ()
 We better be able to clear it, too! More...
 

Static Public Member Functions

static void initClass ()
 Class Initializer, required. More...
 

Data Fields

SoSFFloat fDx
 Half-length along X. More...
 
SoSFFloat fDy
 Half-length along Y. More...
 
SoSFFloat fDz
 Half-length along Z. More...
 
SoSFNode alternateRep
 Alternate rep - for use by users without HEPVis shared objects. More...
 

Protected Member Functions

virtual void computeBBox (SoAction *action, SbBox3f &box, SbVec3f &center)
 compute bounding Box, required More...
 
virtual void generatePrimitives (SoAction *action)
 Generate Primitives, required. More...
 
virtual SoChildList * getChildren () const
 GetChildList, required whenever the class has hidden children. More...
 
virtual ~SoBox ()
 Destructor, required. More...
 

Detailed Description

Definition at line 64 of file SoBox.h.

Constructor & Destructor Documentation

SoBox::SoBox ( )

Constructor, required.

virtual SoBox::~SoBox ( )
protectedvirtual

Destructor, required.

Member Function Documentation

virtual void SoBox::clearAlternateRep ( )
virtual

We better be able to clear it, too!

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

compute bounding Box, required

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

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

Generate Primitives, required.

virtual SoChildList* SoBox::getChildren ( ) const
protectedvirtual

GetChildList, required whenever the class has hidden children.

static void SoBox::initClass ( )
static

Class Initializer, required.

Field Documentation

SoSFNode SoBox::alternateRep

Alternate rep - for use by users without HEPVis shared objects.

Definition at line 86 of file SoBox.h.

SoSFFloat SoBox::fDx

Half-length along X.

Definition at line 74 of file SoBox.h.

SoSFFloat SoBox::fDy

Half-length along Y.

Definition at line 78 of file SoBox.h.

SoSFFloat SoBox::fDz

Half-length along Z.

Definition at line 82 of file SoBox.h.


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