49 :iortGeometryController(controller)
53 changeTheGeometryDir -> SetGuidance(
"Geometry setup");
56 changeTheGeometryCmd -> SetGuidance(
"Select the geometry you wish to use");
57 changeTheGeometryCmd -> SetParameterName(
"Geometry",
false);
62 updateCmd->
SetGuidance(
"Update collimator geometry.");
63 updateCmd->
SetGuidance(
"This command MUST be applied before \"beamOn\" ");
64 updateCmd->
SetGuidance(
"if you changed geometrical value(s).");
71 delete changeTheGeometryDir;
72 delete changeTheGeometryCmd;
78 if( command == changeTheGeometryCmd )
79 { iortGeometryController -> SetGeometry (newValue);}
82 else if (command == updateCmd)
84 iortGeometryController -> UpdateGeometry();
IORTGeometryMessenger(IORTGeometryController *)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetNewValue(G4UIcommand *, G4String)