Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
SoAlternateRepAction Class Reference

#include <SoAlternateRepAction.h>

+ Inheritance diagram for SoAlternateRepAction:

Public Member Functions

 SoAlternateRepAction ()
 
virtual ~SoAlternateRepAction ()
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
 
void setGenerate (SbBool)
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
 
SbBool getGenerate () const
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
 

Static Public Member Functions

static void initClass (void)
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
 

Detailed Description

Definition at line 36 of file SoAlternateRepAction.h.

Constructor & Destructor Documentation

◆ SoAlternateRepAction()

SoAlternateRepAction::SoAlternateRepAction ( )

Definition at line 55 of file SoAlternateRepAction.cc.

57:fGenerate(FALSE)
58//////////////////////////////////////////////////////////////////////////////
59//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
60{
61 SO_ACTION_CONSTRUCTOR(SoAlternateRepAction);
62}
#define FALSE
Definition: globals.hh:38

◆ ~SoAlternateRepAction()

SoAlternateRepAction::~SoAlternateRepAction ( )
virtual

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//

Definition at line 64 of file SoAlternateRepAction.cc.

68{
69}

Member Function Documentation

◆ getGenerate()

SbBool SoAlternateRepAction::getGenerate ( ) const

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//

Definition at line 80 of file SoAlternateRepAction.cc.

84{
85 return fGenerate;
86}

◆ initClass()

void SoAlternateRepAction::initClass ( void  )
static

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//

Definition at line 38 of file SoAlternateRepAction.cc.

42{
43 static bool first = true;
44 if (first) {
45 first = false;
46 SO_ACTION_INIT_CLASS(SoAlternateRepAction,SoAction);
47
48 SO_ENABLE(SoAlternateRepAction,SoSwitchElement); //SGI wants that.
49 SO_ENABLE(SoAlternateRepAction,SoCoordinateElement); //For SoMarkerSet.
50
51 SO_ACTION_ADD_METHOD(SoNode,nodeAction);
52 }
53}

Referenced by G4OpenInventor::InitNodes().

◆ setGenerate()

void SoAlternateRepAction::setGenerate ( SbBool  aGenerate)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//

Definition at line 71 of file SoAlternateRepAction.cc.

76{
77 fGenerate = aGenerate;
78}

Referenced by G4OpenInventorViewer::WriteInventor().


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