Geant4  10.00.p02
G4CSGSolid Class Reference

#include <G4CSGSolid.hh>

+ Inheritance diagram for G4CSGSolid:
+ Collaboration diagram for G4CSGSolid:

Public Member Functions

 G4CSGSolid (const G4String &pName)
 
virtual ~G4CSGSolid ()
 
virtual std::ostream & StreamInfo (std::ostream &os) const
 
virtual G4PolyhedronGetPolyhedron () const
 
 G4CSGSolid (__void__ &)
 
 G4CSGSolid (const G4CSGSolid &rhs)
 
G4CSGSolidoperator= (const G4CSGSolid &rhs)
 
- Public Member Functions inherited from G4VSolid
 G4VSolid (const G4String &name)
 
virtual ~G4VSolid ()
 
G4bool operator== (const G4VSolid &s) const
 
G4String GetName () const
 
void SetName (const G4String &name)
 
G4double GetTolerance () const
 
virtual G4bool CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) const =0
 
virtual EInside Inside (const G4ThreeVector &p) const =0
 
virtual G4ThreeVector SurfaceNormal (const G4ThreeVector &p) const =0
 
virtual G4double DistanceToIn (const G4ThreeVector &p, const G4ThreeVector &v) const =0
 
virtual G4double DistanceToIn (const G4ThreeVector &p) const =0
 
virtual G4double DistanceToOut (const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=0, G4ThreeVector *n=0) const =0
 
virtual G4double DistanceToOut (const G4ThreeVector &p) const =0
 
virtual void ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
 
virtual G4double GetCubicVolume ()
 
virtual G4double GetSurfaceArea ()
 
virtual G4GeometryType GetEntityType () const =0
 
virtual G4ThreeVector GetPointOnSurface () const
 
virtual G4VSolidClone () const
 
void DumpInfo () const
 
virtual void DescribeYourselfTo (G4VGraphicsScene &scene) const =0
 
virtual G4VisExtent GetExtent () const
 
virtual G4PolyhedronCreatePolyhedron () const
 
virtual const G4VSolidGetConstituentSolid (G4int no) const
 
virtual G4VSolidGetConstituentSolid (G4int no)
 
virtual const G4DisplacedSolidGetDisplacedSolidPtr () const
 
virtual G4DisplacedSolidGetDisplacedSolidPtr ()
 
 G4VSolid (__void__ &)
 
 G4VSolid (const G4VSolid &rhs)
 
G4VSolidoperator= (const G4VSolid &rhs)
 

Protected Member Functions

G4double GetRadiusInRing (G4double rmin, G4double rmax) 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

G4double fCubicVolume
 
G4double fSurfaceArea
 
G4PolyhedronfpPolyhedron
 
- Protected Attributes inherited from G4VSolid
G4double kCarTolerance
 

Detailed Description

Definition at line 49 of file G4CSGSolid.hh.

Constructor & Destructor Documentation

G4CSGSolid::G4CSGSolid ( const G4String pName)

Definition at line 42 of file G4CSGSolid.cc.

G4CSGSolid::~G4CSGSolid ( )
virtual

Definition at line 62 of file G4CSGSolid.cc.

References fpPolyhedron.

G4CSGSolid::G4CSGSolid ( __void__ &  a)

Definition at line 52 of file G4CSGSolid.cc.

G4CSGSolid::G4CSGSolid ( const G4CSGSolid rhs)

Definition at line 72 of file G4CSGSolid.cc.

Member Function Documentation

G4Polyhedron * G4CSGSolid::GetPolyhedron ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 124 of file G4CSGSolid.cc.

References G4VSolid::CreatePolyhedron(), fpPolyhedron, and G4Polyhedron::GetNumberOfRotationStepsAtTimeOfCreation().

Referenced by G4Box::G4Box(), G4Cons::G4Cons(), G4CutTubs::G4CutTubs(), G4Orb::G4Orb(), G4OTubs::G4OTubs(), G4Para::G4Para(), G4Sphere::G4Sphere(), G4Torus::G4Torus(), G4Trap::G4Trap(), G4Trd::G4Trd(), G4Tubs::G4Tubs(), G4CutTubs::operator=(), G4OTubs::operator=(), G4Box::operator=(), G4Orb::operator=(), G4Para::operator=(), G4Tubs::operator=(), G4Trd::operator=(), G4Cons::operator=(), G4Torus::operator=(), G4Sphere::operator=(), and G4Trap::operator=().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4CSGSolid::GetRadiusInRing ( G4double  rmin,
G4double  rmax 
) const
protected

Definition at line 101 of file G4CSGSolid.cc.

References G4UniformRand, and sqr().

Referenced by G4CutTubs::GetPointOnSurface(), G4OTubs::GetPointOnSurface(), G4Tubs::GetPointOnSurface(), G4Torus::GetPointOnSurface(), G4Cons::GetPointOnSurface(), and G4Sphere::GetPointOnSurface().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4CSGSolid & G4CSGSolid::operator= ( const G4CSGSolid rhs)

Definition at line 82 of file G4CSGSolid.cc.

References fCubicVolume, fpPolyhedron, fSurfaceArea, and G4VSolid::operator=().

Referenced by G4OTubs::operator=(), G4Box::operator=(), G4Orb::operator=(), G4Para::operator=(), G4Tubs::operator=(), G4Trd::operator=(), G4Torus::operator=(), G4Cons::operator=(), G4Sphere::operator=(), and G4Trap::operator=().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::ostream & G4CSGSolid::StreamInfo ( std::ostream &  os) const
virtual

Implements G4VSolid.

Reimplemented in G4Trap, G4Sphere, G4Cons, G4Torus, G4Tubs, G4Trd, G4Para, G4Orb, G4Box, G4OTubs, and G4CutTubs.

Definition at line 111 of file G4CSGSolid.cc.

References G4VSolid::GetEntityType(), and G4VSolid::GetName().

+ Here is the call graph for this function:

Member Data Documentation


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