#include <G4HumanPhantomColour.hh>
Definition at line 42 of file G4HumanPhantomColour.hh.
G4HumanPhantomColour::G4HumanPhantomColour |
( |
| ) |
|
G4HumanPhantomColour::~G4HumanPhantomColour |
( |
| ) |
|
Definition at line 59 of file G4HumanPhantomColour.cc.
63 if (colourName ==
"pink")
return pink;
64 else if(colourName ==
"white")
return white;
65 else if (colourName ==
"grey")
return grey;
66 else if (colourName ==
"yellow")
return yellow;
67 else if (colourName ==
"blue")
return blue;
68 else if (colourName ==
"lightBlue")
return lightBlue;
69 else if (colourName ==
"green")
return green;
70 else if (colourName ==
"brown")
return brown;
71 else if (colourName ==
"purple")
return purple;
72 else if (colourName ==
"red")
return red;
73 else if (colourName ==
"orange")
return orange;
74 else if (colourName ==
"black")
return black;
75 else {
G4cout<< colourName <<
"does not exist !!!"<<
G4endl;
return white;}
G4GLOB_DLL std::ostream G4cout
The documentation for this class was generated from the following files: