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

Method ApplyCommand

source/intercoms/src/G4UImanager.cc:454–457  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

452
453// --------------------------------------------------------------------
454G4int G4UImanager::ApplyCommand(const G4String& aCmd)
455{
456 return ApplyCommand(aCmd.data());
457}
458
459// --------------------------------------------------------------------
460G4int G4UImanager::ApplyCommand(const char* aCmd)

Callers

nothing calls this directly

Calls 15

G4ExceptionFunction · 0.85
substrMethod · 0.80
DirLengthMethod · 0.80
LocalUIMethod · 0.80
FindPathMethod · 0.80
ToBeBroadcastedMethod · 0.80
IsAvailableMethod · 0.80
ResetFailureMethod · 0.80
IfCommandFailedMethod · 0.80
dataMethod · 0.45
emptyMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected