Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | List of all members
G4BREPSolidPolyhedra Class Reference

#include <G4BREPSolidPolyhedra.hh>

Inheritance diagram for G4BREPSolidPolyhedra:
Inheritance graph
[legend]
Collaboration diagram for G4BREPSolidPolyhedra:
Collaboration graph
[legend]

Public Member Functions

 G4BREPSolidPolyhedra (const G4String &name, G4double phi1, G4double dphi, G4int sides, G4int num_z_planes, G4double z_start, G4double z_values[], G4double RMIN[], G4double RMAX[])
 
 ~G4BREPSolidPolyhedra ()
 
void Initialize ()
 
EInside Inside (register const G4ThreeVector &Pt) const
 
G4ThreeVector SurfaceNormal (const G4ThreeVector &) const
 
G4double DistanceToIn (const G4ThreeVector &) const
 
G4double DistanceToIn (register const G4ThreeVector &Pt, register const G4ThreeVector &V) const
 
G4double DistanceToOut (register const G4ThreeVector &Pt, register const G4ThreeVector &V, const G4bool calcNorm=false, G4bool *validNorm=0, G4ThreeVector *n=0) const
 
G4double DistanceToOut (const G4ThreeVector &) const
 
G4VSolidClone () const
 
std::ostream & StreamInfo (std::ostream &os) const
 
G4PolyhedronCreatePolyhedron () const
 
void Reset () const
 
 G4BREPSolidPolyhedra (__void__ &)
 
 G4BREPSolidPolyhedra (const G4BREPSolidPolyhedra &rhs)
 
G4BREPSolidPolyhedraoperator= (const G4BREPSolidPolyhedra &rhs)
 
- Public Member Functions inherited from G4BREPSolid
 G4BREPSolid (const G4String &name)
 
 G4BREPSolid (const G4String &, G4Surface **, G4int)
 
virtual ~G4BREPSolid ()
 
G4bool CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) const
 
G4Point3D Scope () const
 
virtual G4String GetEntityType () const
 
void DescribeYourselfTo (G4VGraphicsScene &scene) const
 
G4NURBSCreateNURBS () const
 
virtual G4PolyhedronGetPolyhedron () const
 
G4int Intersect (register const G4Ray &) const
 
G4SurfaceGetSurface (G4int) const
 
void Active (G4int) const
 
G4int Active () const
 
G4double GetShortestDistance () const
 
G4int GetId () const
 
void SetId (G4int)
 
const G4StringGetName () const
 
void SetName (const G4String &name)
 
G4int GetNumberOfFaces () const
 
G4int GetNumberOfSolids () const
 
const G4Axis2Placement3DGetPlace () const
 
const G4BoundingBox3DGetBBox () const
 
G4int GetCubVolStatistics () const
 
G4double GetCubVolEpsilon () const
 
void SetCubVolStatistics (G4int st)
 
void SetCubVolEpsilon (G4double ep)
 
G4int GetAreaStatistics () const
 
G4double GetAreaAccuracy () const
 
void SetAreaStatistics (G4int st)
 
void SetAreaAccuracy (G4double ep)
 
G4double GetCubicVolume ()
 
G4double GetSurfaceArea ()
 
G4double IntersectionDistance () const
 
void IntersectionDistance (G4double) const
 
 G4BREPSolid (__void__ &)
 
 G4BREPSolid (const G4BREPSolid &rhs)
 
G4BREPSolidoperator= (const G4BREPSolid &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 EInside Inside (const G4ThreeVector &p) const =0
 
virtual G4double DistanceToIn (const G4ThreeVector &p, const G4ThreeVector &v) const =0
 
virtual G4double DistanceToOut (const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=0, G4ThreeVector *n=0) const =0
 
virtual void ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
 
virtual G4ThreeVector GetPointOnSurface () const
 
void DumpInfo () const
 
virtual G4VisExtent GetExtent () 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)
 

Additional Inherited Members

- Protected Member Functions inherited from G4BREPSolid
G4ThreeVectorListCreateRotatedVertices (const G4AffineTransform &) const
 
G4bool IsConvex ()
 
virtual void CalcBBoxes ()
 
void CheckSurfaceNormals ()
 
void RemoveHiddenFaces (register const G4Ray &G4Rayref, G4int) const
 
void TestSurfaceBBoxes (register const G4Ray &) const
 
G4int StartInside () const
 
void StartInside (G4int si) const
 
void QuickSort (register G4Surface **SrfVec, register G4int left, register G4int right) const
 
- Protected Attributes inherited from G4BREPSolid
G4int Box
 
G4int Convex
 
G4int AxisBox
 
G4int PlaneSolid
 
G4Axis2Placement3Dplace
 
G4BoundingBox3Dbbox
 
G4double intersectionDistance
 
G4int active
 
G4int startInside
 
G4int nb_of_surfaces
 
G4Point3D intersection_point
 
G4Surface ** SurfaceVec
 
G4double RealDist
 
G4String solidname
 
G4int Id
 
- Static Protected Attributes inherited from G4BREPSolid
static G4int NumberOfSolids =0
 
static G4Ray Track
 
static G4double ShortestDistance = kInfinity
 

Detailed Description

Definition at line 59 of file G4BREPSolidPolyhedra.hh.

Constructor & Destructor Documentation

G4BREPSolidPolyhedra::G4BREPSolidPolyhedra ( const G4String name,
G4double  phi1,
G4double  dphi,
G4int  sides,
G4int  num_z_planes,
G4double  z_start,
G4double  z_values[],
G4double  RMIN[],
G4double  RMAX[] 
)

Definition at line 71 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4BREPSolidPolyhedra::~G4BREPSolidPolyhedra ( )

Definition at line 148 of file G4BREPSolidPolyhedra.cc.

G4BREPSolidPolyhedra::G4BREPSolidPolyhedra ( __void__ &  a)

Definition at line 135 of file G4BREPSolidPolyhedra.cc.

G4BREPSolidPolyhedra::G4BREPSolidPolyhedra ( const G4BREPSolidPolyhedra rhs)

Definition at line 158 of file G4BREPSolidPolyhedra.cc.

Member Function Documentation

G4VSolid * G4BREPSolidPolyhedra::Clone ( ) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 1340 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

G4Polyhedron * G4BREPSolidPolyhedra::CreatePolyhedron ( ) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 1517 of file G4BREPSolidPolyhedra.cc.

G4double G4BREPSolidPolyhedra::DistanceToIn ( const G4ThreeVector Pt) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 1057 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

G4double G4BREPSolidPolyhedra::DistanceToIn ( register const G4ThreeVector Pt,
register const G4ThreeVector V 
) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 1106 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

G4double G4BREPSolidPolyhedra::DistanceToOut ( register const G4ThreeVector Pt,
register const G4ThreeVector V,
const G4bool  calcNorm = false,
G4bool validNorm = 0,
G4ThreeVector n = 0 
) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 1187 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

G4double G4BREPSolidPolyhedra::DistanceToOut ( const G4ThreeVector Pt) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 1285 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

void G4BREPSolidPolyhedra::Initialize ( )
virtual

Reimplemented from G4BREPSolid.

Definition at line 906 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

EInside G4BREPSolidPolyhedra::Inside ( register const G4ThreeVector Pt) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 929 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

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

Definition at line 187 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

void G4BREPSolidPolyhedra::Reset ( ) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 919 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from G4BREPSolid.

Definition at line 1345 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:

G4ThreeVector G4BREPSolidPolyhedra::SurfaceNormal ( const G4ThreeVector Pt) const
virtual

Reimplemented from G4BREPSolid.

Definition at line 1008 of file G4BREPSolidPolyhedra.cc.

Here is the call graph for this function:


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