|
| G4Sphere (const G4String &pName, G4double pRmin, G4double pRmax, G4double pSPhi, G4double pDPhi, G4double pSTheta, G4double pDTheta) |
|
| ~G4Sphere () |
|
G4double | GetInnerRadius () const |
|
G4double | GetOuterRadius () const |
|
G4double | GetStartPhiAngle () const |
|
G4double | GetDeltaPhiAngle () const |
|
G4double | GetStartThetaAngle () const |
|
G4double | GetDeltaThetaAngle () const |
|
void | SetInnerRadius (G4double newRMin) |
|
void | SetOuterRadius (G4double newRmax) |
|
void | SetStartPhiAngle (G4double newSphi, G4bool trig=true) |
|
void | SetDeltaPhiAngle (G4double newDphi) |
|
void | SetStartThetaAngle (G4double newSTheta) |
|
void | SetDeltaThetaAngle (G4double newDTheta) |
|
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 |
|
G4VisExtent | GetExtent () const |
|
void | DescribeYourselfTo (G4VGraphicsScene &scene) const |
|
G4Polyhedron * | CreatePolyhedron () const |
|
| G4Sphere (__void__ &) |
|
| G4Sphere (const G4Sphere &rhs) |
|
G4Sphere & | operator= (const G4Sphere &rhs) |
|
G4double | GetRmin () const |
|
G4double | GetRmax () const |
|
G4double | GetSPhi () const |
|
G4double | GetDPhi () const |
|
G4double | GetSTheta () const |
|
G4double | GetDTheta () const |
|
G4double | GetInsideRadius () const |
|
void | SetInsideRadius (G4double newRmin) |
|
| 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 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) |
|
Definition at line 86 of file G4Sphere.hh.