Geant4.10
|
#include <G4BooleanSolid.hh>
Protected Member Functions | |
G4Polyhedron * | StackPolyhedron (HepPolyhedronProcessor &, const G4VSolid *) const |
G4double | GetAreaRatio () const |
Protected Member Functions inherited from G4VSolid | |
void | CalculateClippedPolygonExtent (G4ThreeVectorList &pPolygon, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const |
void | ClipCrossSection (G4ThreeVectorList *pVertices, const G4int pSectionIndex, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const |
void | ClipBetweenSections (G4ThreeVectorList *pVertices, const G4int pSectionIndex, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const |
void | ClipPolygon (G4ThreeVectorList &pPolygon, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis) const |
G4double | EstimateCubicVolume (G4int nStat, G4double epsilon) const |
G4double | EstimateSurfaceArea (G4int nStat, G4double ell) const |
Protected Attributes | |
G4VSolid * | fPtrSolidA |
G4VSolid * | fPtrSolidB |
G4double | fAreaRatio |
Protected Attributes inherited from G4VSolid | |
G4double | kCarTolerance |
Definition at line 53 of file G4BooleanSolid.hh.
G4BooleanSolid::G4BooleanSolid | ( | const G4String & | pName, |
G4VSolid * | pSolidA, | ||
G4VSolid * | pSolidB, | ||
G4RotationMatrix * | rotMatrix, | ||
const G4ThreeVector & | transVector | ||
) |
Definition at line 63 of file G4BooleanSolid.cc.
References fPtrSolidA, and fPtrSolidB.
G4BooleanSolid::G4BooleanSolid | ( | const G4String & | pName, |
G4VSolid * | pSolidA, | ||
G4VSolid * | pSolidB, | ||
const G4Transform3D & | transform | ||
) |
Definition at line 80 of file G4BooleanSolid.cc.
References fPtrSolidA, and fPtrSolidB.
|
virtual |
Definition at line 109 of file G4BooleanSolid.cc.
References fPtrSolidB.
G4BooleanSolid::G4BooleanSolid | ( | __void__ & | a | ) |
Definition at line 97 of file G4BooleanSolid.cc.
G4BooleanSolid::G4BooleanSolid | ( | const G4BooleanSolid & | rhs | ) |
Definition at line 122 of file G4BooleanSolid.cc.
|
inline |
Referenced by export_G4BooleanSolid().
|
inlineprotected |
Referenced by GetPointOnSurface().
|
inline |
Referenced by export_G4BooleanSolid().
Reimplemented from G4VSolid.
Definition at line 164 of file G4BooleanSolid.cc.
References G4VSolid::DumpInfo(), FatalException, fPtrSolidA, fPtrSolidB, and G4Exception().
Referenced by G4tgbGeometryDumper::DumpBooleanVolume().
Reimplemented from G4VSolid.
Definition at line 187 of file G4BooleanSolid.cc.
References G4VSolid::DumpInfo(), FatalException, fPtrSolidA, fPtrSolidB, and G4Exception().
|
inline |
Referenced by export_G4BooleanSolid().
|
inline |
Referenced by export_G4BooleanSolid().
|
virtual |
Implements G4VSolid.
Reimplemented in G4IntersectionSolid, G4SubtractionSolid, and G4UnionSolid.
Definition at line 208 of file G4BooleanSolid.cc.
Referenced by StreamInfo().
|
virtual |
Reimplemented from G4VSolid.
Definition at line 238 of file G4BooleanSolid.cc.
References fPtrSolidA, fPtrSolidB, G4UniformRand, GetAreaRatio(), G4VSolid::GetPointOnSurface(), G4VSolid::Inside(), and kSurface.
Referenced by export_G4BooleanSolid().
|
virtual |
Reimplemented from G4VSolid.
Definition at line 258 of file G4BooleanSolid.cc.
References G4VSolid::CreatePolyhedron(), HepPolyhedron::GetNumberOfRotationSteps(), and G4Polyhedron::GetNumberOfRotationStepsAtTimeOfCreation().
G4BooleanSolid & G4BooleanSolid::operator= | ( | const G4BooleanSolid & | rhs | ) |
Definition at line 136 of file G4BooleanSolid.cc.
References fAreaRatio, fPtrSolidA, fPtrSolidB, and G4VSolid::operator=().
Referenced by G4UnionSolid::operator=(), G4IntersectionSolid::operator=(), and G4SubtractionSolid::operator=().
Referenced by export_G4BooleanSolid().
Referenced by export_G4BooleanSolid().
Referenced by export_G4BooleanSolid().
Referenced by export_G4BooleanSolid().
|
protected |
Definition at line 275 of file G4BooleanSolid.cc.
References G4endl, G4Exception(), G4VSolid::GetConstituentSolid(), G4VSolid::GetEntityType(), G4VSolid::GetName(), G4VSolid::GetPolyhedron(), HepPolyhedronProcessor::INTERSECTION, JustWarning, HepPolyhedronProcessor::push_back(), HepPolyhedronProcessor::SUBTRACTION, and HepPolyhedronProcessor::UNION.
Referenced by G4UnionSolid::CreatePolyhedron(), G4IntersectionSolid::CreatePolyhedron(), and G4SubtractionSolid::CreatePolyhedron().
|
virtual |
Implements G4VSolid.
Definition at line 217 of file G4BooleanSolid.cc.
References fPtrSolidA, fPtrSolidB, GetEntityType(), G4VSolid::GetName(), and G4VSolid::StreamInfo().
|
mutableprotected |
Definition at line 125 of file G4BooleanSolid.hh.
Referenced by operator=().
|
protected |
Definition at line 122 of file G4BooleanSolid.hh.
Referenced by G4UnionSolid::CalculateExtent(), G4IntersectionSolid::CalculateExtent(), G4SubtractionSolid::CalculateExtent(), G4UnionSolid::DistanceToIn(), G4IntersectionSolid::DistanceToIn(), G4SubtractionSolid::DistanceToIn(), G4UnionSolid::DistanceToOut(), G4IntersectionSolid::DistanceToOut(), G4SubtractionSolid::DistanceToOut(), G4BooleanSolid(), GetConstituentSolid(), GetPointOnSurface(), G4UnionSolid::Inside(), G4IntersectionSolid::Inside(), G4SubtractionSolid::Inside(), operator=(), StreamInfo(), G4UnionSolid::SurfaceNormal(), G4SubtractionSolid::SurfaceNormal(), and G4IntersectionSolid::SurfaceNormal().
|
protected |
Definition at line 123 of file G4BooleanSolid.hh.
Referenced by G4UnionSolid::CalculateExtent(), G4IntersectionSolid::CalculateExtent(), G4UnionSolid::DistanceToIn(), G4IntersectionSolid::DistanceToIn(), G4SubtractionSolid::DistanceToIn(), G4UnionSolid::DistanceToOut(), G4IntersectionSolid::DistanceToOut(), G4SubtractionSolid::DistanceToOut(), G4BooleanSolid(), GetConstituentSolid(), GetPointOnSurface(), G4UnionSolid::Inside(), G4IntersectionSolid::Inside(), G4SubtractionSolid::Inside(), operator=(), StreamInfo(), G4UnionSolid::SurfaceNormal(), G4SubtractionSolid::SurfaceNormal(), G4IntersectionSolid::SurfaceNormal(), and ~G4BooleanSolid().