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
G4TwistedTubs Class Reference

#include <G4TwistedTubs.hh>

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

Public Member Functions

 G4TwistedTubs (const G4String &pname, G4double twistedangle, G4double endinnerrad, G4double endouterrad, G4double halfzlen, G4double dphi)
 
 G4TwistedTubs (const G4String &pname, G4double twistedangle, G4double endinnerrad, G4double endouterrad, G4double halfzlen, G4int nseg, G4double totphi)
 
 G4TwistedTubs (const G4String &pname, G4double twistedangle, G4double innerrad, G4double outerrad, G4double negativeEndz, G4double positiveEndz, G4double dphi)
 
 G4TwistedTubs (const G4String &pname, G4double twistedangle, G4double innerrad, G4double outerrad, G4double negativeEndz, G4double positiveEndz, G4int nseg, G4double totphi)
 
virtual ~G4TwistedTubs ()
 
void ComputeDimensions (G4VPVParameterisation *, const G4int, const G4VPhysicalVolume *)
 
G4bool CalculateExtent (const EAxis paxis, const G4VoxelLimits &pvoxellimit, const G4AffineTransform &ptransform, G4double &pmin, G4double &pmax) 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=G4bool(false), G4bool *validnorm=0, G4ThreeVector *n=0) const
 
G4double DistanceToOut (const G4ThreeVector &p) const
 
EInside Inside (const G4ThreeVector &p) const
 
G4ThreeVector SurfaceNormal (const G4ThreeVector &p) const
 
void DescribeYourselfTo (G4VGraphicsScene &scene) const
 
G4PolyhedronCreatePolyhedron () const
 
G4NURBSCreateNURBS () const
 
G4PolyhedronGetPolyhedron () const
 
std::ostream & StreamInfo (std::ostream &os) const
 
G4double GetDPhi () const
 
G4double GetPhiTwist () const
 
G4double GetInnerRadius () const
 
G4double GetOuterRadius () const
 
G4double GetInnerStereo () const
 
G4double GetOuterStereo () const
 
G4double GetZHalfLength () const
 
G4double GetKappa () const
 
G4double GetTanInnerStereo () const
 
G4double GetTanInnerStereo2 () const
 
G4double GetTanOuterStereo () const
 
G4double GetTanOuterStereo2 () const
 
G4double GetEndZ (G4int i) const
 
G4double GetEndPhi (G4int i) const
 
G4double GetEndInnerRadius (G4int i) const
 
G4double GetEndOuterRadius (G4int i) const
 
G4double GetEndInnerRadius () const
 
G4double GetEndOuterRadius () const
 
G4VisExtent GetExtent () const
 
G4GeometryType GetEntityType () const
 
G4VSolidClone () const
 
G4double GetCubicVolume ()
 
G4double GetSurfaceArea ()
 
G4ThreeVector GetPointOnSurface () const
 
 G4TwistedTubs (__void__ &)
 
 G4TwistedTubs (const G4TwistedTubs &rhs)
 
G4TwistedTubsoperator= (const G4TwistedTubs &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
 
void DumpInfo () 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 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 inherited from G4VSolid
G4double kCarTolerance
 

Detailed Description

Definition at line 65 of file G4TwistedTubs.hh.

Constructor & Destructor Documentation

G4TwistedTubs::G4TwistedTubs ( const G4String pname,
G4double  twistedangle,
G4double  endinnerrad,
G4double  endouterrad,
G4double  halfzlen,
G4double  dphi 
)

Definition at line 69 of file G4TwistedTubs.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4TwistedTubs::G4TwistedTubs ( const G4String pname,
G4double  twistedangle,
G4double  endinnerrad,
G4double  endouterrad,
G4double  halfzlen,
G4int  nseg,
G4double  totphi 
)

Definition at line 101 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4TwistedTubs::G4TwistedTubs ( const G4String pname,
G4double  twistedangle,
G4double  innerrad,
G4double  outerrad,
G4double  negativeEndz,
G4double  positiveEndz,
G4double  dphi 
)

Definition at line 144 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4TwistedTubs::G4TwistedTubs ( const G4String pname,
G4double  twistedangle,
G4double  innerrad,
G4double  outerrad,
G4double  negativeEndz,
G4double  positiveEndz,
G4int  nseg,
G4double  totphi 
)

Definition at line 166 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4TwistedTubs::~G4TwistedTubs ( )
virtual

Definition at line 219 of file G4TwistedTubs.cc.

G4TwistedTubs::G4TwistedTubs ( __void__ &  a)

Definition at line 201 of file G4TwistedTubs.cc.

G4TwistedTubs::G4TwistedTubs ( const G4TwistedTubs rhs)

Definition at line 233 of file G4TwistedTubs.cc.

Member Function Documentation

G4bool G4TwistedTubs::CalculateExtent ( const EAxis  paxis,
const G4VoxelLimits pvoxellimit,
const G4AffineTransform ptransform,
G4double pmin,
G4double pmax 
) const
virtual

Implements G4VSolid.

Definition at line 326 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4VSolid * G4TwistedTubs::Clone ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 1226 of file G4TwistedTubs.cc.

Here is the call graph for this function:

void G4TwistedTubs::ComputeDimensions ( G4VPVParameterisation ,
const G4int  ,
const G4VPhysicalVolume  
)
virtual

Reimplemented from G4VSolid.

Definition at line 313 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4NURBS * G4TwistedTubs::CreateNURBS ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 1131 of file G4TwistedTubs.cc.

G4Polyhedron * G4TwistedTubs::CreatePolyhedron ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 1095 of file G4TwistedTubs.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4TwistedTubs::DescribeYourselfTo ( G4VGraphicsScene scene) const
virtual

Implements G4VSolid.

Definition at line 1074 of file G4TwistedTubs.cc.

Here is the call graph for this function:

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

Implements G4VSolid.

Definition at line 676 of file G4TwistedTubs.cc.

Here is the call graph for this function:

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

Implements G4VSolid.

Definition at line 767 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4double G4TwistedTubs::DistanceToOut ( const G4ThreeVector p,
const G4ThreeVector v,
const G4bool  calcnorm = G4bool(false),
G4bool validnorm = 0,
G4ThreeVector n = 0 
) const
virtual

Implements G4VSolid.

Definition at line 847 of file G4TwistedTubs.cc.

Here is the call graph for this function:

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

Implements G4VSolid.

Definition at line 959 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4double G4TwistedTubs::GetCubicVolume ( )
virtual

Reimplemented from G4VSolid.

Definition at line 1234 of file G4TwistedTubs.cc.

G4double G4TwistedTubs::GetDPhi ( ) const
inline

Definition at line 139 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetEndInnerRadius ( G4int  i) const
inline

Definition at line 155 of file G4TwistedTubs.hh.

G4double G4TwistedTubs::GetEndInnerRadius ( ) const
inline

Definition at line 159 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetEndOuterRadius ( G4int  i) const
inline

Definition at line 157 of file G4TwistedTubs.hh.

G4double G4TwistedTubs::GetEndOuterRadius ( ) const
inline

Definition at line 162 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetEndPhi ( G4int  i) const
inline

Definition at line 154 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetEndZ ( G4int  i) const
inline

Definition at line 153 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4GeometryType G4TwistedTubs::GetEntityType ( ) const
virtual

Implements G4VSolid.

Definition at line 1218 of file G4TwistedTubs.cc.

G4VisExtent G4TwistedTubs::GetExtent ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 1082 of file G4TwistedTubs.cc.

G4double G4TwistedTubs::GetInnerRadius ( ) const
inline

Definition at line 141 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetInnerStereo ( ) const
inline

Definition at line 143 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetKappa ( ) const
inline

Definition at line 146 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetOuterRadius ( ) const
inline

Definition at line 142 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetOuterStereo ( ) const
inline

Definition at line 144 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetPhiTwist ( ) const
inline

Definition at line 140 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4ThreeVector G4TwistedTubs::GetPointOnSurface ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 1255 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4Polyhedron * G4TwistedTubs::GetPolyhedron ( ) const
virtual

Reimplemented from G4VSolid.

Definition at line 1142 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4double G4TwistedTubs::GetSurfaceArea ( )
virtual

Reimplemented from G4VSolid.

Definition at line 1245 of file G4TwistedTubs.cc.

Here is the call graph for this function:

G4double G4TwistedTubs::GetTanInnerStereo ( ) const
inline

Definition at line 148 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetTanInnerStereo2 ( ) const
inline

Definition at line 149 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetTanOuterStereo ( ) const
inline

Definition at line 150 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetTanOuterStereo2 ( ) const
inline

Definition at line 151 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

G4double G4TwistedTubs::GetZHalfLength ( ) const
inline

Definition at line 145 of file G4TwistedTubs.hh.

Here is the caller graph for this function:

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

Implements G4VSolid.

Definition at line 567 of file G4TwistedTubs.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 266 of file G4TwistedTubs.cc.

Here is the call graph for this function:

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

Implements G4VSolid.

Definition at line 1041 of file G4TwistedTubs.cc.

Here is the call graph for this function:

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

Implements G4VSolid.

Definition at line 621 of file G4TwistedTubs.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


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