#include <G4VCSGfaceted.hh>
|
| | G4VCSGfaceted (const G4String &name) |
| |
| virtual | ~G4VCSGfaceted () |
| |
| | G4VCSGfaceted (const G4VCSGfaceted &source) |
| |
| const G4VCSGfaceted & | operator= (const G4VCSGfaceted &source) |
| |
| virtual G4bool | CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pmin, G4double &pmax) const |
| |
| virtual EInside | Inside (const G4ThreeVector &p) const |
| |
| virtual G4ThreeVector | SurfaceNormal (const G4ThreeVector &p) const |
| |
| virtual G4double | DistanceToIn (const G4ThreeVector &p, const G4ThreeVector &v) const |
| |
| virtual G4double | DistanceToIn (const G4ThreeVector &p) const |
| |
| virtual G4double | DistanceToOut (const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=0, G4ThreeVector *n=0) const |
| |
| virtual G4double | DistanceToOut (const G4ThreeVector &p) const |
| |
| virtual G4GeometryType | GetEntityType () const |
| |
| virtual std::ostream & | StreamInfo (std::ostream &os) const |
| |
| virtual G4Polyhedron * | CreatePolyhedron () const =0 |
| |
| virtual void | DescribeYourselfTo (G4VGraphicsScene &scene) const |
| |
| virtual G4VisExtent | GetExtent () const |
| |
| virtual G4Polyhedron * | GetPolyhedron () const |
| |
| G4int | GetCubVolStatistics () const |
| |
| G4double | GetCubVolEpsilon () const |
| |
| void | SetCubVolStatistics (G4int st) |
| |
| void | SetCubVolEpsilon (G4double ep) |
| |
| G4int | GetAreaStatistics () const |
| |
| G4double | GetAreaAccuracy () const |
| |
| void | SetAreaStatistics (G4int st) |
| |
| void | SetAreaAccuracy (G4double ep) |
| |
| virtual G4double | GetCubicVolume () |
| |
| virtual G4double | GetSurfaceArea () |
| |
| | G4VCSGfaceted (__void__ &) |
| |
| | 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) |
| |
| virtual G4ThreeVector | GetPointOnSurface () const |
| |
| virtual G4VSolid * | Clone () 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) |
| |
|
| virtual G4double | DistanceTo (const G4ThreeVector &p, const G4bool outgoing) const |
| |
| G4ThreeVector | GetPointOnSurfaceGeneric () const |
| |
| void | CopyStuff (const G4VCSGfaceted &source) |
| |
| void | DeleteStuff () |
| |
| 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 53 of file G4VCSGfaceted.hh.
| G4VCSGfaceted::G4VCSGfaceted |
( |
const G4String & |
name | ) |
|
| G4VCSGfaceted::~G4VCSGfaceted |
( |
| ) |
|
|
virtual |
| G4VCSGfaceted::G4VCSGfaceted |
( |
__void__ & |
a | ) |
|
| virtual G4Polyhedron* G4VCSGfaceted::CreatePolyhedron |
( |
| ) |
const |
|
pure virtual |
| void G4VCSGfaceted::DeleteStuff |
( |
| ) |
|
|
protected |
| G4double G4VCSGfaceted::GetAreaAccuracy |
( |
| ) |
const |
| G4int G4VCSGfaceted::GetAreaStatistics |
( |
| ) |
const |
| G4double G4VCSGfaceted::GetCubicVolume |
( |
| ) |
|
|
virtual |
| G4double G4VCSGfaceted::GetCubVolEpsilon |
( |
| ) |
const |
| G4int G4VCSGfaceted::GetCubVolStatistics |
( |
| ) |
const |
| G4double G4VCSGfaceted::GetSurfaceArea |
( |
| ) |
|
|
virtual |
| void G4VCSGfaceted::SetAreaStatistics |
( |
G4int |
st | ) |
|
| void G4VCSGfaceted::SetCubVolStatistics |
( |
G4int |
st | ) |
|
| std::ostream & G4VCSGfaceted::StreamInfo |
( |
std::ostream & |
os | ) |
const |
|
virtual |
| G4int G4VCSGfaceted::numFace |
|
protected |
The documentation for this class was generated from the following files: