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

Method GetParameterEntries

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

Source from the content-addressed store, hash-verified

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; }

Callers 15

CopyParametersFromMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
SetNewValueMethod · 0.80
CreateCommandWidgetMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected