Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SoCons Class Reference

#include <SoCons.h>

Inheritance diagram for SoCons:
Collaboration diagram for SoCons:

Public Member Functions

 SoCons ()
 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...
 

Public Attributes

SoSFFloat fRmin1
 Inside radius at -fDz. More...
 
SoSFFloat fRmin2
 Inside radius at +fDz. More...
 
SoSFFloat fRmax1
 Outside radius at -fDz. More...
 
SoSFFloat fRmax2
 Outside radius at +fDz. More...
 
SoSFFloat fDz
 Half-length along Z. More...
 
SoSFFloat fSPhi
 Starting angle, in radians. More...
 
SoSFFloat fDPhi
 Delta-angle, in radians. More...
 
SoSFBool smoothDraw
 An Inventor option - slightly better render, worse performance. More...
 
SoSFNode alternateRep
 Alternate rep required - 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 ~SoCons ()
 Destructor, required. More...
 

Detailed Description

Definition at line 72 of file SoCons.h.

Constructor & Destructor Documentation

SoCons::SoCons ( )

Constructor, required.

virtual SoCons::~SoCons ( )
protectedvirtual

Destructor, required.

Member Function Documentation

virtual void SoCons::clearAlternateRep ( )
virtual

We better be able to clear it, too!

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

compute bounding Box, required

virtual void SoCons::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 SoCons::generatePrimitives ( SoAction *  action)
protectedvirtual

Generate Primitives, required.

virtual SoChildList* SoCons::getChildren ( ) const
protectedvirtual

GetChildList, required whenever the class has hidden children.

static void SoCons::initClass ( )
static

Class Initializer, required.

Member Data Documentation

SoSFNode SoCons::alternateRep

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

Definition at line 114 of file SoCons.h.

SoSFFloat SoCons::fDPhi

Delta-angle, in radians.

Definition at line 106 of file SoCons.h.

SoSFFloat SoCons::fDz

Half-length along Z.

Definition at line 98 of file SoCons.h.

SoSFFloat SoCons::fRmax1

Outside radius at -fDz.

Definition at line 90 of file SoCons.h.

SoSFFloat SoCons::fRmax2

Outside radius at +fDz.

Definition at line 94 of file SoCons.h.

SoSFFloat SoCons::fRmin1

Inside radius at -fDz.

Definition at line 82 of file SoCons.h.

SoSFFloat SoCons::fRmin2

Inside radius at +fDz.

Definition at line 86 of file SoCons.h.

SoSFFloat SoCons::fSPhi

Starting angle, in radians.

Definition at line 102 of file SoCons.h.

SoSFBool SoCons::smoothDraw

An Inventor option - slightly better render, worse performance.

Definition at line 110 of file SoCons.h.


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