#include <G4ModelingParameters.hh>
Definition at line 89 of file G4ModelingParameters.hh.
◆ VisAttributesModifier() [1/2]
Definition at line 91 of file G4ModelingParameters.hh.
94 :
95 fVisAtts(visAtts), fSignifier(signifier), fPVNameCopyNoPath(path) {}
◆ VisAttributesModifier() [2/2]
Definition at line 90 of file G4ModelingParameters.cc.
93 :
94fVisAtts(visAtts), fSignifier(signifier)
95{
97 typedef std::vector<PVNodeID>
PVPath;
98 typedef PVPath::const_iterator PVPathConstIterator;
99 PVPathConstIterator i;
100 for (i = path.begin();
101 i != path.end();
102 ++i) {
103 fPVNameCopyNoPath.push_back
104 (PVNameCopyNo
105 (i->GetPhysicalVolume()->GetName(),
106 i->GetCopyNo()));
107 }
108}
G4PhysicalVolumeModel::G4PhysicalVolumeNodeID PVNodeID
std::vector< PVNodeID > PVPath
◆ GetPVNameCopyNoPath()
◆ GetVisAttributes()
◆ GetVisAttributesSignifier()
The documentation for this class was generated from the following files: