#include <G4MIRDBodyFactory.hh>
Definition at line 45 of file G4MIRDBodyFactory.hh.
◆ G4MIRDBodyFactory()
G4MIRDBodyFactory::G4MIRDBodyFactory |
( |
| ) |
|
◆ ~G4MIRDBodyFactory()
G4MIRDBodyFactory::~G4MIRDBodyFactory |
( |
| ) |
|
Definition at line 131 of file G4MIRDBodyFactory.cc.
134 delete organ[
"RightLeg"];
organ[
"RightLeg"]=0;
138 delete organ[
"RightScapula"];
organ[
"RightScapula"] =0;
139 delete organ[
"LeftScapula"];
organ[
"LeftScapula"] =0;
140 delete organ[
"RightLegBone"];
organ[
"RightLegBone"]=0;
141 delete organ[
"LeftLegBone"];
organ[
"LeftLegBone"]=0;
143 delete organ[
"MiddleLowerSpine"];
organ[
"MidlleLowerSpine"]=0;
144 delete organ[
"UpperSpine"];
organ[
"UpperSpine"]=0;
146 delete organ[
"RightArmBone"];
organ[
"RightArmBone"] =0;
147 delete organ[
"LeftArmBone"];
organ[
"LeftArmBone"] =0;
148 delete organ[
"RightClavicle"];
organ[
"RightClavicle"]=0;
149 delete organ[
"LeftClavicle"];
organ[
"LeftClavicle"]=0;
152 delete organ[
"RightAdrenal"];
organ[
"RightAdrenal"]=0;
153 delete organ[
"LeftAdrenal"];
organ[
"LeftAdrenal"]=0;
154 delete organ[
"LeftBreast"];
organ[
"LeftBreast"]=0;
155 delete organ[
"RightBreast"];
organ[
"RightBreast"]=0;
156 delete organ[
"RightOvary"];
organ[
"RightOvary"]=0;
157 delete organ[
"LeftOvary"];
organ[
"LeftOvary"]=0;
158 delete organ[
"RightTeste"];
organ[
"RightTeste"]=0;
159 delete organ[
"LeftTeste"];
organ[
"LeftTeste"]=0;
160 delete organ[
"RightLung"];
organ[
"RightLung"] =0;
161 delete organ[
"LeftLung"];
organ[
"LeftLung"]=0;
163 delete organ[
"UrinaryBladder"];
organ[
"UrinaryBladder"]=0;
164 delete organ[
"RightKidney"];
organ[
"RightKidney"] =0;
165 delete organ[
"LeftKidney"];
organ[
"LeftKidney"] =0;
166 delete organ[
"Pancreas"];
organ[
"Pancreas"] =0;
168 delete organ[
"LowerLargeIntestine"];
organ[
"LowerLargeIntestine"] =0;
169 delete organ[
"SmallIntestine"];
organ[
"SmallIntestine"] =0;
170 delete organ[
"UpperLargeIntestine"];
organ[
"UpperLargeIntestine"] =0;
175 delete organ[
"MaleGenitalia"];
organ[
"MaleGenitalia"]=0;
std::map< std::string, G4VOrgan * > organ
◆ CreateOrgan()
Implements G4VBodyFactory.
Definition at line 182 of file G4MIRDBodyFactory.cc.
186 return organ[organ_name]->Construct(organ_name,motherVolume,colourName, visAttribute, sensitivity);
std::map< std::string, G4VOrgan * > organ
◆ organ
std::map<std::string,G4VOrgan*> G4MIRDBodyFactory::organ |
|
private |
The documentation for this class was generated from the following files: