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

Method SelectStyle

source/visualization/management/src/G4PlotterManager.cc:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void G4PlotterManager::SelectStyle(const G4String& a_name) {
81 if(!FindStyle(a_name)) {
82 fStyles.push_back(NamedStyle(a_name,Style()));
83 }
84 fCurrentStyle = a_name;
85}
86
87void G4PlotterManager::RemoveStyle(const G4String& a_name) {
88 for (auto it = fStyles.begin(); it != fStyles.end(); ++it) {

Callers 1

SetNewValueMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected