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

Method GetStateList

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

Source from the content-addressed store, hash-verified

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; }
131
132 // Defines a parameter. This method is used by the derived command

Callers 1

CreateHTMLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected