MCPcopy Create free account
hub / github.com/Geant4/geant4 / PrintStyle

Method PrintStyle

source/visualization/management/src/G4PlotterManager.cc:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void G4PlotterManager::PrintStyle(const G4String& a_name) const {
98 for(const auto& style : fStyles) {
99 if(style.first == a_name) {
100 G4cout << style.first << ":" << G4endl;
101 for(const auto& item : style.second) {
102 G4cout << " " << item.first << " " << item.second << G4endl;
103 }
104 }
105 }
106}
107
108void G4PlotterManager::AddStyleParameter(const G4String& a_parameter,const G4String& a_value) {
109 Style* _style = FindStyle(fCurrentStyle);

Callers 1

SetNewValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected