|
Geant4
10.00.p02
|
#include <G4AttHolder.hh>
Public Member Functions | |
| G4AttHolder () | |
| ~G4AttHolder () | |
| const std::vector< const std::vector< G4AttValue > * > & | GetAttValues () const |
| const std::vector< const std::map< G4String, G4AttDef > * > & | GetAttDefs () const |
| void | AddAtts (const std::vector< G4AttValue > *values, const std::map< G4String, G4AttDef > *defs) |
Private Member Functions | |
| G4AttHolder (const G4AttHolder &) | |
| G4AttHolder & | operator= (const G4AttHolder &) |
Private Attributes | |
| std::vector< const std::vector < G4AttValue > * > | fValues |
| std::vector< const std::map < G4String, G4AttDef > * > | fDefs |
Definition at line 53 of file G4AttHolder.hh.
|
inline |
Definition at line 57 of file G4AttHolder.hh.
| G4AttHolder::~G4AttHolder | ( | ) |
Definition at line 34 of file G4AttHolder.cc.
References fValues.
|
private |
|
inline |
Definition at line 65 of file G4AttHolder.hh.
References fDefs, and fValues.
Referenced by G4VSceneHandler::LoadAtts().
Here is the caller graph for this function:Definition at line 62 of file G4AttHolder.hh.
References fDefs.
Referenced by G4OpenInventorXtExaminerViewer::findAndSetRefPath(), G4OpenInventorXtExaminerViewer::mouseoverCB(), and G4OpenInventorXtExaminerViewer::pickingCB().
Here is the caller graph for this function:
|
inline |
Definition at line 60 of file G4AttHolder.hh.
References fValues.
Referenced by G4OpenInventorXtExaminerViewer::findAndSetRefPath(), G4OpenInventorXtExaminerViewer::mouseoverCB(), and G4OpenInventorXtExaminerViewer::pickingCB().
Here is the caller graph for this function:
|
private |
Definition at line 76 of file G4AttHolder.hh.
Referenced by AddAtts(), and GetAttDefs().
|
private |
Definition at line 75 of file G4AttHolder.hh.
Referenced by AddAtts(), GetAttValues(), and ~G4AttHolder().