|
| G4Tubs (const G4String &pName, G4double pRMin, G4double pRMax, G4double pDz, G4double pSPhi, G4double pDPhi) |
|
virtual | ~G4Tubs () |
|
G4double | GetInnerRadius () const |
|
G4double | GetOuterRadius () const |
|
G4double | GetZHalfLength () const |
|
G4double | GetStartPhiAngle () const |
|
G4double | GetDeltaPhiAngle () const |
|
void | SetInnerRadius (G4double newRMin) |
|
void | SetOuterRadius (G4double newRMax) |
|
void | SetZHalfLength (G4double newDz) |
|
void | SetStartPhiAngle (G4double newSPhi, G4bool trig=true) |
|
void | SetDeltaPhiAngle (G4double newDPhi) |
|
G4double | GetCubicVolume () |
|
G4double | GetSurfaceArea () |
|
void | ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep) |
|
G4bool | CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pmin, G4double &pmax) const |
|
EInside | Inside (const G4ThreeVector &p) 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=G4bool(false), G4bool *validNorm=0, G4ThreeVector *n=0) const |
|
G4double | DistanceToOut (const G4ThreeVector &p) const |
|
G4GeometryType | GetEntityType () const |
|
G4ThreeVector | GetPointOnSurface () const |
|
G4VSolid * | Clone () const |
|
std::ostream & | StreamInfo (std::ostream &os) const |
|
void | DescribeYourselfTo (G4VGraphicsScene &scene) const |
|
G4Polyhedron * | CreatePolyhedron () const |
|
| G4Tubs (__void__ &) |
|
| G4Tubs (const G4Tubs &rhs) |
|
G4Tubs & | operator= (const G4Tubs &rhs) |
|
G4double | GetRMin () const |
|
G4double | GetRMax () const |
|
G4double | GetDz () const |
|
G4double | GetSPhi () const |
|
G4double | GetDPhi () const |
|
| G4CSGSolid (const G4String &pName) |
|
virtual | ~G4CSGSolid () |
|
virtual G4Polyhedron * | GetPolyhedron () const |
|
| G4CSGSolid (__void__ &) |
|
| G4CSGSolid (const G4CSGSolid &rhs) |
|
G4CSGSolid & | operator= (const G4CSGSolid &rhs) |
|
| 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 G4VisExtent | GetExtent () const |
|
virtual const G4VSolid * | GetConstituentSolid (G4int no) const |
|
virtual G4VSolid * | GetConstituentSolid (G4int no) |
|
virtual const G4DisplacedSolid * | GetDisplacedSolidPtr () const |
|
virtual G4DisplacedSolid * | GetDisplacedSolidPtr () |
|
| G4VSolid (__void__ &) |
|
| G4VSolid (const G4VSolid &rhs) |
|
G4VSolid & | operator= (const G4VSolid &rhs) |
|
|
G4ThreeVectorList * | CreateRotatedVertices (const G4AffineTransform &pTransform) const |
|
void | Initialize () |
|
void | CheckSPhiAngle (G4double sPhi) |
|
void | CheckDPhiAngle (G4double dPhi) |
|
void | CheckPhiAngles (G4double sPhi, G4double dPhi) |
|
void | InitializeTrigonometry () |
|
virtual G4ThreeVector | ApproxSurfaceNormal (const G4ThreeVector &p) const |
|
G4double | GetRadiusInRing (G4double rmin, G4double rmax) const |
|
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 |
|
Definition at line 84 of file G4Tubs.hh.