#include <G4EllipticalCone.hh>
|
| G4EllipticalCone (const G4String &pName, G4double pxSemiAxis, G4double pySemiAxis, G4double zMax, G4double pzTopCut) |
|
virtual | ~G4EllipticalCone () |
|
G4double | GetSemiAxisMax () const |
|
G4double | GetSemiAxisX () const |
|
G4double | GetSemiAxisY () const |
|
G4double | GetZMax () const |
|
G4double | GetZTopCut () const |
|
void | SetSemiAxis (G4double x, G4double y, G4double z) |
|
void | SetZCut (G4double newzTopCut) |
|
G4double | GetCubicVolume () |
|
G4double | GetSurfaceArea () |
|
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 |
|
G4VSolid * | Clone () const |
|
G4ThreeVector | GetPointOnSurface () const |
|
std::ostream & | StreamInfo (std::ostream &os) const |
|
G4Polyhedron * | GetPolyhedron () const |
|
void | DescribeYourselfTo (G4VGraphicsScene &scene) const |
|
G4VisExtent | GetExtent () const |
|
G4Polyhedron * | CreatePolyhedron () const |
|
| G4EllipticalCone (__void__ &) |
|
| G4EllipticalCone (const G4EllipticalCone &rhs) |
|
G4EllipticalCone & | operator= (const G4EllipticalCone &rhs) |
|
| G4VSolid (const G4String &name) |
|
virtual | ~G4VSolid () |
|
G4bool | operator== (const G4VSolid &s) const |
|
G4String | GetName () const |
|
void | SetName (const G4String &name) |
|
G4double | GetTolerance () const |
|
virtual void | ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep) |
|
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) |
|
G4double | EstimateCubicVolume (G4int nStat, G4double epsilon) const |
|
G4double | EstimateSurfaceArea (G4int nStat, G4double ell) const |
|
|
G4ThreeVectorList * | CreateRotatedVertices (const G4AffineTransform &pT, G4int &noPV) 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 |
|
Definition at line 85 of file G4EllipticalCone.hh.
Definition at line 70 of file G4EllipticalCone.cc.
References FatalErrorInArgument, G4Exception(), G4GeometryTolerance::GetInstance(), G4VSolid::GetName(), G4GeometryTolerance::GetRadialTolerance(), halfCarTol, halfRadTol, G4VSolid::kCarTolerance, kRadTolerance, SetSemiAxis(), and SetZCut().
Referenced by Clone().
G4EllipticalCone::~G4EllipticalCone |
( |
| ) |
|
|
virtual |
G4EllipticalCone::G4EllipticalCone |
( |
__void__ & |
a | ) |
|
Implements G4VSolid.
Definition at line 174 of file G4EllipticalCone.cc.
References G4SolidExtentList::AddSurface(), G4ClippablePolygon::AddVertexInOrder(), G4AffineTransform::ApplyPointTransform(), G4ClippablePolygon::ClearAllVertices(), G4SolidExtentList::GetExtent(), kMaxMeshSections, CLHEP::normal(), G4ClippablePolygon::PartialClip(), G4ClippablePolygon::SetNormal(), G4AffineTransform::TransformAxis(), twopi, xSemiAxis, ySemiAxis, zheight, and zTopCut.
G4VSolid * G4EllipticalCone::Clone |
( |
| ) |
const |
|
virtual |
Implements G4VSolid.
Definition at line 439 of file G4EllipticalCone.cc.
References A(), B(), C(), halfCarTol, G4VSolid::kCarTolerance, kInfinity, kRadTolerance, G4InuclParticleNames::lambda, sqr(), xSemiAxis, ySemiAxis, zheight, and zTopCut.
Implements G4VSolid.
Definition at line 746 of file G4EllipticalCone.cc.
References A(), B(), C(), G4VSolid::DumpInfo(), G4endl, G4Exception(), JustWarning, G4VSolid::kCarTolerance, kInfinity, G4InuclParticleNames::lambda, mm, sqr(), xSemiAxis, ySemiAxis, zheight, and zTopCut.
Implements G4VSolid.
Definition at line 908 of file G4EllipticalCone.cc.
References G4VSolid::DumpInfo(), G4endl, G4Exception(), Inside(), JustWarning, kOutside, G4INCL::Math::min(), mm, sqr(), xSemiAxis, ySemiAxis, zheight, and zTopCut.
G4double G4EllipticalCone::GetCubicVolume |
( |
| ) |
|
|
inlinevirtual |
G4double G4EllipticalCone::GetSemiAxisMax |
( |
| ) |
const |
|
inline |
G4double G4EllipticalCone::GetSemiAxisX |
( |
| ) |
const |
|
inline |
G4double G4EllipticalCone::GetSemiAxisY |
( |
| ) |
const |
|
inline |
G4double G4EllipticalCone::GetSurfaceArea |
( |
| ) |
|
|
inlinevirtual |
G4double G4EllipticalCone::GetZMax |
( |
| ) |
const |
|
inline |
G4double G4EllipticalCone::GetZTopCut |
( |
| ) |
const |
|
inline |
Definition at line 146 of file G4EllipticalCone.cc.
References fCubicVolume, fpPolyhedron, fRebuildPolyhedron, fSurfaceArea, halfCarTol, halfRadTol, kRadTolerance, G4VSolid::operator=(), semiAxisMax, xSemiAxis, ySemiAxis, zheight, and zTopCut.
void G4EllipticalCone::SetZCut |
( |
G4double |
newzTopCut | ) |
|
|
inline |
std::ostream & G4EllipticalCone::StreamInfo |
( |
std::ostream & |
os | ) |
const |
|
virtual |
G4bool G4EllipticalCone::fRebuildPolyhedron |
|
mutableprotected |
G4double G4EllipticalCone::kRadTolerance |
|
private |
The documentation for this class was generated from the following files: