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

#include <G4ReflectedSolid.hh>

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

Public Member Functions

 G4ReflectedSolid (const G4String &pName, G4VSolid *pSolid, const G4Transform3D &transform)
 
virtual ~G4ReflectedSolid ()
 
EInside Inside (const G4ThreeVector &p) const
 
G4bool CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) const
 
G4ThreeVector SurfaceNormal (const G4ThreeVector &p) const
 
G4double DistanceToIn (const G4ThreeVector &p, const G4ThreeVector &v) const
 
G4double DistanceToIn (const G4ThreeVector &p) const
 
G4double DistanceToOut (const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=0, G4ThreeVector *n=0) const
 
G4double DistanceToOut (const G4ThreeVector &p) const
 
void ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
 
G4ThreeVector GetPointOnSurface () const
 
G4VSolidClone () const
 
virtual G4GeometryType GetEntityType () const
 
virtual const G4ReflectedSolidGetReflectedSolidPtr () const
 
virtual G4ReflectedSolidGetReflectedSolidPtr ()
 
G4VSolidGetConstituentMovedSolid () const
 
G4Transform3D GetTransform3D () const
 
void SetTransform3D (G4Transform3D &)
 
G4Transform3D GetDirectTransform3D () const
 
void SetDirectTransform3D (G4Transform3D &)
 
std::ostream & StreamInfo (std::ostream &os) const
 
 G4ReflectedSolid (const G4ReflectedSolid &rhs)
 
G4ReflectedSolidoperator= (const G4ReflectedSolid &rhs)
 
void DescribeYourselfTo (G4VGraphicsScene &scene) const
 
G4PolyhedronCreatePolyhedron () const
 
G4NURBSCreateNURBS () const
 
G4PolyhedronGetPolyhedron () const
 
- 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 G4double GetCubicVolume ()
 
virtual G4double GetSurfaceArea ()
 
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)
 

Protected Member Functions

G4AffineTransform GetTransform () const
 
void SetTransform (G4AffineTransform &)
 
G4AffineTransform GetDirectTransform () const
 
void SetDirectTransform (G4AffineTransform &)
 
G4RotationMatrix GetFrameRotation () const
 
void SetFrameRotation (const G4RotationMatrix &)
 
G4ThreeVector GetFrameTranslation () const
 
void SetFrameTranslation (const G4ThreeVector &)
 
G4RotationMatrix GetObjectRotation () const
 
void SetObjectRotation (const G4RotationMatrix &)
 
G4ThreeVector GetObjectTranslation () const
 
void SetObjectTranslation (const G4ThreeVector &)
 
- 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

G4VSolidfPtrSolid
 
G4AffineTransformfPtrTransform
 
G4AffineTransformfDirectTransform
 
G4Transform3DfPtrTransform3D
 
G4Transform3DfDirectTransform3D
 
G4PolyhedronfpPolyhedron
 
- Protected Attributes inherited from G4VSolid
G4double kCarTolerance
 

Detailed Description

Definition at line 51 of file G4ReflectedSolid.hh.

Constructor & Destructor Documentation

G4ReflectedSolid::G4ReflectedSolid ( const G4String pName,
G4VSolid pSolid,
const G4Transform3D transform 
)

Definition at line 58 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4ReflectedSolid::~G4ReflectedSolid ( )
virtual

Definition at line 79 of file G4ReflectedSolid.cc.

G4ReflectedSolid::G4ReflectedSolid ( const G4ReflectedSolid rhs)

Definition at line 97 of file G4ReflectedSolid.cc.

Member Function Documentation

G4bool G4ReflectedSolid::CalculateExtent ( const EAxis  pAxis,
const G4VoxelLimits pVoxelLimit,
const G4AffineTransform pTransform,
G4double pMin,
G4double pMax 
) const
virtual

Implements G4VSolid.

Definition at line 268 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4VSolid * G4ReflectedSolid::Clone ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 561 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

void G4ReflectedSolid::ComputeDimensions ( G4VPVParameterisation p,
const G4int  n,
const G4VPhysicalVolume pRep 
)
virtual

Reimplemented from G4VSolid.

Definition at line 534 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4NURBS * G4ReflectedSolid::CreateNURBS ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 633 of file G4ReflectedSolid.cc.

G4Polyhedron * G4ReflectedSolid::CreatePolyhedron ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 608 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4ReflectedSolid::DescribeYourselfTo ( G4VGraphicsScene scene) const
virtual

Implements G4VSolid.

Definition at line 598 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4double G4ReflectedSolid::DistanceToIn ( const G4ThreeVector p,
const G4ThreeVector v 
) const
virtual

Implements G4VSolid.

Definition at line 462 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4double G4ReflectedSolid::DistanceToIn ( const G4ThreeVector p) const
virtual

Implements G4VSolid.

Definition at line 479 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4double G4ReflectedSolid::DistanceToOut ( const G4ThreeVector p,
const G4ThreeVector v,
const G4bool  calcNorm = false,
G4bool validNorm = 0,
G4ThreeVector n = 0 
) const
virtual

Implements G4VSolid.

Definition at line 491 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4double G4ReflectedSolid::DistanceToOut ( const G4ThreeVector p) const
virtual

Implements G4VSolid.

Definition at line 522 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4VSolid * G4ReflectedSolid::GetConstituentMovedSolid ( ) const

Definition at line 152 of file G4ReflectedSolid.cc.

Here is the caller graph for this function:

G4AffineTransform G4ReflectedSolid::GetDirectTransform ( ) const
protected

Definition at line 173 of file G4ReflectedSolid.cc.

G4Transform3D G4ReflectedSolid::GetDirectTransform3D ( ) const

Definition at line 201 of file G4ReflectedSolid.cc.

G4GeometryType G4ReflectedSolid::GetEntityType ( ) const
virtual

Implements G4VSolid.

Definition at line 137 of file G4ReflectedSolid.cc.

Here is the caller graph for this function:

G4RotationMatrix G4ReflectedSolid::GetFrameRotation ( ) const
protected

Definition at line 215 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4ThreeVector G4ReflectedSolid::GetFrameTranslation ( ) const
protected

Definition at line 228 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4RotationMatrix G4ReflectedSolid::GetObjectRotation ( ) const
protected

Definition at line 240 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4ThreeVector G4ReflectedSolid::GetObjectTranslation ( ) const
protected

Definition at line 253 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4ThreeVector G4ReflectedSolid::GetPointOnSurface ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 549 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4Polyhedron * G4ReflectedSolid::GetPolyhedron ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 645 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

const G4ReflectedSolid * G4ReflectedSolid::GetReflectedSolidPtr ( ) const
virtual

Definition at line 142 of file G4ReflectedSolid.cc.

G4ReflectedSolid * G4ReflectedSolid::GetReflectedSolidPtr ( )
virtual

Definition at line 147 of file G4ReflectedSolid.cc.

G4AffineTransform G4ReflectedSolid::GetTransform ( ) const
protected

Definition at line 159 of file G4ReflectedSolid.cc.

G4Transform3D G4ReflectedSolid::GetTransform3D ( ) const

Definition at line 187 of file G4ReflectedSolid.cc.

EInside G4ReflectedSolid::Inside ( const G4ThreeVector p) const
virtual

Implements G4VSolid.

Definition at line 428 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 109 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

void G4ReflectedSolid::SetDirectTransform ( G4AffineTransform transform)
protected

Definition at line 179 of file G4ReflectedSolid.cc.

void G4ReflectedSolid::SetDirectTransform3D ( G4Transform3D transform)

Definition at line 207 of file G4ReflectedSolid.cc.

void G4ReflectedSolid::SetFrameRotation ( const G4RotationMatrix matrix)
protected

Definition at line 221 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

void G4ReflectedSolid::SetFrameTranslation ( const G4ThreeVector vector)
protected

Definition at line 233 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

void G4ReflectedSolid::SetObjectRotation ( const G4RotationMatrix matrix)
protected

Definition at line 246 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

void G4ReflectedSolid::SetObjectTranslation ( const G4ThreeVector vector)
protected

Definition at line 258 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

void G4ReflectedSolid::SetTransform ( G4AffineTransform transform)
protected

Definition at line 165 of file G4ReflectedSolid.cc.

void G4ReflectedSolid::SetTransform3D ( G4Transform3D transform)

Definition at line 193 of file G4ReflectedSolid.cc.

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

Implements G4VSolid.

Definition at line 571 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

G4ThreeVector G4ReflectedSolid::SurfaceNormal ( const G4ThreeVector p) const
virtual

Implements G4VSolid.

Definition at line 444 of file G4ReflectedSolid.cc.

Here is the call graph for this function:

Member Data Documentation

G4AffineTransform* G4ReflectedSolid::fDirectTransform
protected

Definition at line 149 of file G4ReflectedSolid.hh.

G4Transform3D* G4ReflectedSolid::fDirectTransform3D
protected

Definition at line 152 of file G4ReflectedSolid.hh.

G4Polyhedron* G4ReflectedSolid::fpPolyhedron
mutableprotected

Definition at line 154 of file G4ReflectedSolid.hh.

G4VSolid* G4ReflectedSolid::fPtrSolid
protected

Definition at line 147 of file G4ReflectedSolid.hh.

G4AffineTransform* G4ReflectedSolid::fPtrTransform
protected

Definition at line 148 of file G4ReflectedSolid.hh.

G4Transform3D* G4ReflectedSolid::fPtrTransform3D
protected

Definition at line 151 of file G4ReflectedSolid.hh.


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