#include <G4Ellipsoid.hh>
|
| G4Ellipsoid (const G4String &pName, G4double pxSemiAxis, G4double pySemiAxis, G4double pzSemiAxis, G4double pzBottomCut=0, G4double pzTopCut=0) |
|
virtual | ~G4Ellipsoid () |
|
G4double | GetSemiAxisMax (G4int i) const |
|
G4double | GetZBottomCut () const |
|
G4double | GetZTopCut () const |
|
void | SetSemiAxis (G4double x, G4double y, G4double z) |
|
void | SetZCuts (G4double newzBottomCut, G4double newzTopCut) |
|
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 |
|
G4VSolid * | Clone () const |
|
std::ostream & | StreamInfo (std::ostream &os) const |
|
G4ThreeVector | GetPointOnSurface () const |
|
G4Polyhedron * | GetPolyhedron () const |
|
void | DescribeYourselfTo (G4VGraphicsScene &scene) const |
|
G4VisExtent | GetExtent () const |
|
G4Polyhedron * | CreatePolyhedron () const |
|
| G4Ellipsoid (__void__ &) |
|
| G4Ellipsoid (const G4Ellipsoid &rhs) |
|
G4Ellipsoid & | operator= (const G4Ellipsoid &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) |
|
|
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 |
|
G4double | EstimateCubicVolume (G4int nStat, G4double epsilon) const |
|
G4double | EstimateSurfaceArea (G4int nStat, G4double ell) const |
|
Definition at line 59 of file G4Ellipsoid.hh.
G4Ellipsoid::~G4Ellipsoid |
( |
| ) |
|
|
virtual |
G4Ellipsoid::G4Ellipsoid |
( |
__void__ & |
a | ) |
|
G4double G4Ellipsoid::GetCubicVolume |
( |
| ) |
|
|
inlinevirtual |
G4double G4Ellipsoid::GetSurfaceArea |
( |
| ) |
|
|
inlinevirtual |
G4double G4Ellipsoid::GetZBottomCut |
( |
| ) |
const |
|
inline |
G4double G4Ellipsoid::GetZTopCut |
( |
| ) |
const |
|
inline |
std::ostream & G4Ellipsoid::StreamInfo |
( |
std::ostream & |
os | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: