![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/graphics_reps/include/G4AttHolder.hh>
Inheritance diagram for G4AttHolder:
Collaboration diagram for G4AttHolder: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 52 of file G4AttHolder.hh.
View newest version in sPHENIX GitHub at line 52 of file G4AttHolder.hh
|
inline |
Definition at line 56 of file G4AttHolder.hh.
View newest version in sPHENIX GitHub at line 56 of file G4AttHolder.hh
| G4AttHolder::~G4AttHolder | ( | ) |
Definition at line 33 of file G4AttHolder.cc.
View newest version in sPHENIX GitHub at line 33 of file G4AttHolder.cc
References fValues.
|
private |
|
inline |
Definition at line 64 of file G4AttHolder.hh.
View newest version in sPHENIX GitHub at line 64 of file G4AttHolder.hh
References fDefs, and fValues.
Referenced by G4VSceneHandler::LoadAtts().
Here is the caller graph for this function:Definition at line 61 of file G4AttHolder.hh.
View newest version in sPHENIX GitHub at line 61 of file G4AttHolder.hh
References fDefs.
|
inline |
Definition at line 59 of file G4AttHolder.hh.
View newest version in sPHENIX GitHub at line 59 of file G4AttHolder.hh
References fValues.
|
private |
Definition at line 75 of file G4AttHolder.hh.
View newest version in sPHENIX GitHub at line 75 of file G4AttHolder.hh
Referenced by AddAtts(), and GetAttDefs().
|
private |
Definition at line 74 of file G4AttHolder.hh.
View newest version in sPHENIX GitHub at line 74 of file G4AttHolder.hh
Referenced by AddAtts(), GetAttValues(), and ~G4AttHolder().