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

Method GetMessenger

source/intercoms/include/G4UIcommand.hh:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 inline G4UIparameter* GetParameter(G4int i) const { return parameter[i]; }
129 inline std::vector<G4ApplicationState>* GetStateList() { return &availabelStateList; }
130 inline G4UImessenger* GetMessenger() const { return messenger; }
131
132 // Defines a parameter. This method is used by the derived command
133 // classes but the user can directly use this command when defining

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected