|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PlotterManager.hh>
Public Types | |
| using | StyleItem = std::pair<G4String,G4String> |
| using | Style = std::vector<StyleItem> |
| using | NamedStyle = std::pair<G4String,Style> |
| using | Styles = std::vector<NamedStyle> |
Public Member Functions | |
| G4Plotter & | GetPlotter (const G4String &a_name) |
| void | List () const |
| const Styles & | GetStyles () const |
| Styles & | GetStyles () |
Static Public Member Functions | |
| static G4PlotterManager & | GetInstance () |
Definition at line 38 of file G4PlotterManager.hh.
| using G4PlotterManager::NamedStyle = std::pair<G4String,Style> |
Definition at line 46 of file G4PlotterManager.hh.
| using G4PlotterManager::Style = std::vector<StyleItem> |
Definition at line 45 of file G4PlotterManager.hh.
| using G4PlotterManager::StyleItem = std::pair<G4String,G4String> |
Definition at line 44 of file G4PlotterManager.hh.
| using G4PlotterManager::Styles = std::vector<NamedStyle> |
Definition at line 47 of file G4PlotterManager.hh.
|
static |
Definition at line 35 of file G4PlotterManager.cc.
Referenced by G4VisCommandSceneAddPlotter::SetNewValue(), and SetPlotterStyles().
Definition at line 48 of file G4PlotterManager.cc.
Referenced by G4VisCommandSceneAddPlotter::SetNewValue().
|
inline |
Definition at line 49 of file G4PlotterManager.hh.
|
inline |
Definition at line 48 of file G4PlotterManager.hh.
Referenced by SetPlotterStyles().
| void G4PlotterManager::List | ( | ) | const |
Definition at line 58 of file G4PlotterManager.cc.