46   :myUserPhantom(myUsrPhtm),bps(false)
    55   modelCmd->
SetGuidance(
"Set sex of Phantom: MIRD, ORNLFemale, ORNLMale, MIX, MIRDHead, ORNLHead.");
   106     " ****************>>>> NEW PHANTOM CONSTRUCTION <<<<***************** "    114   char* str = 
new char[newBodyPartSensitivity.length()+1];
   116   strcpy(str, newBodyPartSensitivity.c_str()); 
   118   std::string bpart = strtok(str,
" ");
   120   std::string sensitivity = strtok(NULL,
" ");
   122   if(sensitivity==
"yes"){
   128   G4cout << 
" >>> Body Part = " << bpart << 
"\n"   129      << 
" >>> Sensitivity = " << sensitivity << 
G4endl;
 void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
 
G4HumanPhantomMessenger(G4HumanPhantomConstruction *myUsrPhtm)
 
void SetNewValue(G4UIcommand *command, G4String newValue)
 
G4UIdirectory * phantomDir
 
G4HumanPhantomConstruction * myUserPhantom
 
G4UIcmdWithoutParameter * endCmd
 
void SetPhantomModel(G4String)
 
void SetPhantomSex(G4String)
 
G4GLOB_DLL std::ostream G4cout
 
G4UIcmdWithAString * modelCmd
 
void SetBodyPartSensitivity(G4String, G4bool)
 
void SetGuidance(const char *aGuidance)
 
void AddBodyPart(G4String)
 
void AvailableForStates(G4ApplicationState s1)
 
G4UIcmdWithAString * bodypartCmd
 
void SetDefaultValue(const char *defVal)
 
G4UIcmdWithAString * sexCmd
 
void SetCandidates(const char *candidateList)
 
~G4HumanPhantomMessenger()