|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <SoCounterAction.h>
Inheritance diagram for SoCounterAction: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.
| enum SoCounterAction::LookFor |
| SoCounterAction::SoCounterAction | ( | ) |
Definition at line 56 of file SoCounterAction.cc.
Referenced by initClass(), and SoCounterAction().
|
virtual |
|
protectedvirtual |
Definition at line 61 of file SoCounterAction.cc.
Referenced by beginTraversal().
| int SoCounterAction::getCount | ( | ) | const |
Definition at line 104 of file SoCounterAction.cc.
Referenced by getCount(), and G4OpenInventorViewer::SceneGraphStatistics().
|
static |
Definition at line 45 of file SoCounterAction.cc.
Referenced by initClass().
| void SoCounterAction::setLookFor | ( | LookFor | aLookFor | ) |
Definition at line 94 of file SoCounterAction.cc.
Referenced by G4OpenInventorViewer::SceneGraphStatistics(), and setLookFor().
| void SoCounterAction::setType | ( | const SoType | aType, |
| SbBool | aCheckDerived = TRUE ) |
Definition at line 97 of file SoCounterAction.cc.
Referenced by G4OpenInventorViewer::SceneGraphStatistics(), and setType().