Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
pyEZgeom Namespace Reference

Functions

void Construct ()
 
void ResetWorld (G4double dx, G4double dy, G4double dz)
 
void ResizeWorld (G4double dx, G4double dy, G4double dz)
 
void SetWorldMaterial (G4Material *amaterial)
 
void SetWorldVisibility (G4bool qvis)
 
 BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_CreateTubeVolume, CreateTubeVolume, 4, 6)
 
 BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_CreateConeVolume, CreateConeVolume, 6, 8)
 
 BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_CreateSphereVolume, CreateSphereVolume, 3, 7)
 
 BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_PlaceIt, PlaceIt, 1, 3)
 
 BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_ReplicateIt, ReplicateIt, 4, 5)
 

Variables

G4VPhysicalVolume *(G4EzVolume::* f1_PlaceIt )(const G4ThreeVector &, G4int, G4EzVolume *) = &G4EzVolume::PlaceIt
 
G4VPhysicalVolume *(G4EzVolume::* f2_PlaceIt )(const G4Transform3D &, G4int, G4EzVolume *) = &G4EzVolume::PlaceIt
 
void(G4EzVolume::* f1_SetColor )(const G4Color &) = &G4EzVolume::SetColor
 
void(G4EzVolume::* f2_SetColor )(G4double, G4double, G4double) = &G4EzVolume::SetColor
 

Function Documentation

pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS ( f_CreateTubeVolume  ,
CreateTubeVolume  ,
,
 
)
pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS ( f_CreateConeVolume  ,
CreateConeVolume  ,
,
 
)
pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS ( f_CreateSphereVolume  ,
CreateSphereVolume  ,
,
 
)
pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS ( f_PlaceIt  ,
PlaceIt  ,
,
 
)
pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS ( f_ReplicateIt  ,
ReplicateIt  ,
,
 
)
void pyEZgeom::Construct ( )

Definition at line 53 of file pyEzgeom.cc.

Here is the call graph for this function:

void pyEZgeom::ResetWorld ( G4double  dx,
G4double  dy,
G4double  dz 
)

Definition at line 59 of file pyEzgeom.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void pyEZgeom::ResizeWorld ( G4double  dx,
G4double  dy,
G4double  dz 
)

Definition at line 64 of file pyEzgeom.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void pyEZgeom::SetWorldMaterial ( G4Material amaterial)

Definition at line 70 of file pyEzgeom.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void pyEZgeom::SetWorldVisibility ( G4bool  qvis)

Definition at line 76 of file pyEzgeom.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

G4VPhysicalVolume*(G4EzVolume::* pyEZgeom::f1_PlaceIt)(const G4ThreeVector &, G4int, G4EzVolume *) = &G4EzVolume::PlaceIt

Definition at line 94 of file pyEzgeom.cc.

void(G4EzVolume::* pyEZgeom::f1_SetColor)(const G4Color &) = &G4EzVolume::SetColor

Definition at line 105 of file pyEzgeom.cc.

G4VPhysicalVolume*(G4EzVolume::* pyEZgeom::f2_PlaceIt)(const G4Transform3D &, G4int, G4EzVolume *) = &G4EzVolume::PlaceIt

Definition at line 97 of file pyEzgeom.cc.

void(G4EzVolume::* pyEZgeom::f2_SetColor)(G4double, G4double, G4double) = &G4EzVolume::SetColor

Definition at line 106 of file pyEzgeom.cc.