|
| G4Box (const G4String &pName, G4double pX, G4double pY, G4double pZ) |
|
virtual | ~G4Box () |
|
void | ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep) |
|
void | BoundingLimits (G4ThreeVector &pMin, G4ThreeVector &pMax) const |
|
G4bool | CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) const |
|
G4double | GetXHalfLength () const |
|
G4double | GetYHalfLength () const |
|
G4double | GetZHalfLength () const |
|
void | SetXHalfLength (G4double dx) |
|
void | SetYHalfLength (G4double dy) |
|
void | SetZHalfLength (G4double dz) |
|
G4double | GetCubicVolume () |
|
G4double | GetSurfaceArea () |
|
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=false, G4bool *validNorm=nullptr, G4ThreeVector *n=nullptr) 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 |
|
G4VisExtent | GetExtent () const |
|
G4Polyhedron * | CreatePolyhedron () const |
|
| G4Box (__void__ &) |
|
| G4Box (const G4Box &rhs) |
|
G4Box & | operator= (const G4Box &rhs) |
|
| G4CSGSolid (const G4String &pName) |
|
virtual | ~G4CSGSolid () |
|
virtual std::ostream & | StreamInfo (std::ostream &os) const |
|
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 |
|
virtual void | BoundingLimits (G4ThreeVector &pMin, G4ThreeVector &pMax) const |
|
virtual G4bool | CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) const =0 |
|
virtual EInside | Inside (const G4ThreeVector &p) const =0 |
|
virtual G4ThreeVector | SurfaceNormal (const G4ThreeVector &p) const =0 |
|
virtual G4double | DistanceToIn (const G4ThreeVector &p, const G4ThreeVector &v) const =0 |
|
virtual G4double | DistanceToIn (const G4ThreeVector &p) const =0 |
|
virtual G4double | DistanceToOut (const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=nullptr, G4ThreeVector *n=nullptr) const =0 |
|
virtual G4double | DistanceToOut (const G4ThreeVector &p) const =0 |
|
virtual void | ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep) |
|
virtual G4double | GetCubicVolume () |
|
virtual G4double | GetSurfaceArea () |
|
virtual G4GeometryType | GetEntityType () const =0 |
|
virtual G4ThreeVector | GetPointOnSurface () const |
|
virtual G4VSolid * | Clone () const |
|
virtual std::ostream & | StreamInfo (std::ostream &os) const =0 |
|
void | DumpInfo () const |
|
virtual void | DescribeYourselfTo (G4VGraphicsScene &scene) const =0 |
|
virtual G4VisExtent | GetExtent () const |
|
virtual G4Polyhedron * | CreatePolyhedron () const |
|
virtual G4Polyhedron * | GetPolyhedron () 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 |
|
Definition at line 55 of file G4Box.hh.