Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <SoCounterAction.h>
Public Types | |
enum | LookFor { NODE = 1 , TYPE = 2 , NAME = 3 } |
Public Member Functions | |
SoCounterAction () | |
virtual | ~SoCounterAction () |
void | setLookFor (LookFor) |
void | setType (const SoType, SbBool=TRUE) |
int | getCount () const |
Static Public Member Functions | |
static void | initClass (void) |
Protected Member Functions | |
virtual void | beginTraversal (SoNode *) |
Definition at line 36 of file SoCounterAction.h.
SoCounterAction::SoCounterAction | ( | ) |
Definition at line 56 of file SoCounterAction.cc.
|
virtual |
Definition at line 60 of file SoCounterAction.cc.
|
protectedvirtual |
Definition at line 61 of file SoCounterAction.cc.
int SoCounterAction::getCount | ( | ) | const |
Definition at line 104 of file SoCounterAction.cc.
Referenced by G4OpenInventorViewer::SceneGraphStatistics().
|
static |
Definition at line 45 of file SoCounterAction.cc.
Referenced by G4OpenInventor::InitNodes().
void SoCounterAction::setLookFor | ( | LookFor | aLookFor | ) |
Definition at line 94 of file SoCounterAction.cc.
Referenced by G4OpenInventorViewer::SceneGraphStatistics().
void SoCounterAction::setType | ( | const SoType | aType, |
SbBool | aCheckDerived = TRUE |
||
) |
Definition at line 97 of file SoCounterAction.cc.
Referenced by G4OpenInventorViewer::SceneGraphStatistics().