|
| G4PartialPhantomParameterisation ()=default |
|
| ~G4PartialPhantomParameterisation () override=default |
|
void | ComputeTransformation (const G4int, G4VPhysicalVolume *) const override |
|
G4Material * | ComputeMaterial (const G4int repNo, G4VPhysicalVolume *currentVol, const G4VTouchable *parentTouch=nullptr) override |
|
G4int | GetReplicaNo (const G4ThreeVector &localPoint, const G4ThreeVector &localDir) override |
|
G4ThreeVector | GetTranslation (const G4int copyNo) const |
|
std::size_t | GetMaterialIndex (std::size_t nx, std::size_t ny, std::size_t nz) const |
|
std::size_t | GetMaterialIndex (std::size_t copyNo) const |
|
G4Material * | GetMaterial (std::size_t nx, std::size_t ny, std::size_t nz) const |
|
G4Material * | GetMaterial (std::size_t copyNo) const |
|
void | SetFilledIDs (std::multimap< G4int, G4int > fid) |
|
void | SetFilledMins (std::map< G4int, std::map< G4int, G4int > > fmins) |
|
void | BuildContainerWalls () |
|
| G4PhantomParameterisation () |
|
| ~G4PhantomParameterisation () override |
|
void | ComputeTransformation (const G4int, G4VPhysicalVolume *) const override |
|
G4VSolid * | ComputeSolid (const G4int, G4VPhysicalVolume *) override |
|
G4Material * | ComputeMaterial (const G4int repNo, G4VPhysicalVolume *currentVol, const G4VTouchable *parentTouch=nullptr) override |
|
void | ComputeDimensions (G4Box &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Tubs &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Trd &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Trap &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Cons &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Orb &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Sphere &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Ellipsoid &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Torus &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Para &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Hype &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Polycone &, const G4int, const G4VPhysicalVolume *) const override |
|
void | ComputeDimensions (G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const override |
|
void | BuildContainerSolid (G4VPhysicalVolume *pPhysicalVol) |
|
void | BuildContainerSolid (G4VSolid *pMotherSolid) |
|
void | SetMaterials (std::vector< G4Material * > &mates) |
|
void | SetMaterialIndices (std::size_t *matInd) |
|
void | SetVoxelDimensions (G4double halfx, G4double halfy, G4double halfz) |
|
void | SetNoVoxels (std::size_t nx, std::size_t ny, std::size_t nz) |
|
G4double | GetVoxelHalfX () const |
|
G4double | GetVoxelHalfY () const |
|
G4double | GetVoxelHalfZ () const |
|
std::size_t | GetNoVoxelsX () const |
|
std::size_t | GetNoVoxelsY () const |
|
std::size_t | GetNoVoxelsZ () const |
|
std::size_t | GetNoVoxels () const |
|
std::vector< G4Material * > | GetMaterials () const |
|
std::size_t * | GetMaterialIndices () const |
|
G4VSolid * | GetContainerSolid () const |
|
G4ThreeVector | GetTranslation (const G4int copyNo) const |
|
G4bool | SkipEqualMaterials () const |
|
void | SetSkipEqualMaterials (G4bool skip) |
|
std::size_t | GetMaterialIndex (std::size_t nx, std::size_t ny, std::size_t nz) const |
|
std::size_t | GetMaterialIndex (std::size_t copyNo) const |
|
G4Material * | GetMaterial (std::size_t nx, std::size_t ny, std::size_t nz) const |
|
G4Material * | GetMaterial (std::size_t copyNo) const |
|
void | CheckVoxelsFillContainer (G4double contX, G4double contY, G4double contZ) const |
|
| G4VPVParameterisation ()=default |
|
virtual | ~G4VPVParameterisation ()=default |
|
virtual G4bool | IsNested () const |
|
virtual G4VVolumeMaterialScanner * | GetMaterialScanner () |
|