#include <G4PlotMessenger.hh>
Definition at line 47 of file G4PlotMessenger.hh.
Definition at line 48 of file G4PlotMessenger.cc.
50 fPlotParameters(plotParameters),
53 fSetLayoutCmd(
nullptr),
54 fSetDimensionsCmd(
nullptr),
57 fHelper = G4Analysis::make_unique<G4AnalysisMessengerHelper>(
"plot");
59 fDirectory = fHelper->CreateHnDirectory();
G4PlotMessenger::~G4PlotMessenger |
( |
| ) |
|
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 154 of file G4PlotMessenger.cc.
157 std::vector<G4String> parameters;
162 fHelper->WarnAboutParameters(command, parameters.size());
166 if ( command == fSetLayoutCmd.get() ) {
170 fPlotParameters->
SetLayout(columns, rows);
172 else if ( command == fSetDimensionsCmd.get() ) {
178 #if defined(TOOLS_USE_FREETYPE)
179 else if ( command == fSetStyleCmd.get() ) {
180 fPlotParameters->
SetStyle(newValues);
static G4int ConvertToInt(const char *st)
void Tokenize(const G4String &line, std::vector< G4String > &tokens)
void SetLayout(G4int columns, G4int rows)
void SetDimensions(G4int width, G4int height)
void SetStyle(const G4String &style)
G4int GetParameterEntries() const
The documentation for this class was generated from the following files: