Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4VoxelBreastFactory Class Reference

#include <G4VoxelBreastFactory.hh>

Inheritance diagram for G4VoxelBreastFactory:
G4VBodyFactory

Public Member Functions

 G4VoxelBreastFactory ()
 
 ~G4VoxelBreastFactory ()
 
G4VPhysicalVolumeCreateOrgan (const G4String &, G4VPhysicalVolume *, const G4String &, G4bool, G4bool)
 
- Public Member Functions inherited from G4VBodyFactory
 G4VBodyFactory ()
 
virtual ~G4VBodyFactory ()
 

Detailed Description

Definition at line 45 of file G4VoxelBreastFactory.hh.

Constructor & Destructor Documentation

G4VoxelBreastFactory::G4VoxelBreastFactory ( )

Definition at line 38 of file G4VoxelBreastFactory.cc.

39 {
40  // Map with name of the organ and pointer to the MIRDOrgan class
41  // organ["ParameterisedRightBreast"] = new G4ParameterisedRightBreast();
42  organ["LeftBreast"] = new G4VoxelLeftBreast();
43  organ["RightBreast"] = new G4VoxelRightBreast();
44 }
G4VoxelBreastFactory::~G4VoxelBreastFactory ( )

Definition at line 46 of file G4VoxelBreastFactory.cc.

47 {
48  delete organ["RightBreast"];
49  organ["RightBreast"]=0;
50 
51  delete organ["LeftBreast"];
52  organ["LeftBreast"]=0;
53 }

Member Function Documentation

G4VPhysicalVolume * G4VoxelBreastFactory::CreateOrgan ( const G4String organ_name,
G4VPhysicalVolume motherVolume,
const G4String colourName,
G4bool  visAttribute,
G4bool  sensitivity 
)
virtual

Implements G4VBodyFactory.

Definition at line 57 of file G4VoxelBreastFactory.cc.

References pyExN03geom::Construct().

62 {
63  return organ[organ_name] -> Construct(organ_name,motherVolume,colourName, visAttribute, sensitivity);
64 }
void Construct()
Definition: pyExN01geom.cc:48

The documentation for this class was generated from the following files: