| 125 | inline const G4String& GetCommandPath() const { return commandPath; } |
| 126 | inline const G4String& GetCommandName() const { return commandName; } |
| 127 | inline std::size_t GetParameterEntries() const { return parameter.size(); } |
| 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; } |
no test coverage detected