|
| G4ExtrudedSolid (const G4String &pName, std::vector< G4TwoVector > polygon, std::vector< ZSection > zsections) |
|
| G4ExtrudedSolid (const G4String &pName, std::vector< G4TwoVector > polygon, G4double halfZ, G4TwoVector off1, G4double scale1, G4TwoVector off2, G4double scale2) |
|
virtual | ~G4ExtrudedSolid () |
|
G4int | GetNofVertices () const |
|
G4TwoVector | GetVertex (G4int index) const |
|
std::vector< G4TwoVector > | GetPolygon () const |
|
G4int | GetNofZSections () const |
|
ZSection | GetZSection (G4int index) const |
|
std::vector< ZSection > | GetZSections () const |
|
EInside | Inside (const G4ThreeVector &p) const |
|
G4double | DistanceToOut (const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=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 |
|
| G4ExtrudedSolid (__void__ &) |
|
| G4ExtrudedSolid (const G4ExtrudedSolid &rhs) |
|
G4ExtrudedSolid & | operator= (const G4ExtrudedSolid &rhs) |
|
| G4TessellatedSolid () |
|
virtual | ~G4TessellatedSolid () |
|
| G4TessellatedSolid (const G4String &name) |
|
| G4TessellatedSolid (__void__ &) |
|
| G4TessellatedSolid (const G4TessellatedSolid &ts) |
|
G4TessellatedSolid & | operator= (const G4TessellatedSolid &right) |
|
G4TessellatedSolid & | operator+= (const G4TessellatedSolid &right) |
|
G4bool | AddFacet (G4VFacet *aFacet) |
|
G4VFacet * | GetFacet (G4int i) const |
|
G4int | GetNumberOfFacets () 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 G4bool | Normal (const G4ThreeVector &p, G4ThreeVector &n) const |
|
virtual G4double | SafetyFromOutside (const G4ThreeVector &p, G4bool aAccurate=false) const |
|
virtual G4double | SafetyFromInside (const G4ThreeVector &p, G4bool aAccurate=false) const |
|
virtual G4ThreeVector | GetPointOnSurface () const |
|
virtual G4double | GetSurfaceArea () |
|
virtual G4double | GetCubicVolume () |
|
void | SetSolidClosed (const G4bool t) |
|
G4bool | GetSolidClosed () const |
|
void | SetMaxVoxels (G4int max) |
|
G4SurfaceVoxelizer & | GetVoxels () |
|
virtual G4bool | CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) const |
|
G4double | GetMinXExtent () const |
|
G4double | GetMaxXExtent () const |
|
G4double | GetMinYExtent () const |
|
G4double | GetMaxYExtent () const |
|
G4double | GetMinZExtent () const |
|
G4double | GetMaxZExtent () const |
|
G4ThreeVectorList * | CreateRotatedVertices (const G4AffineTransform &pT) const |
|
virtual G4Polyhedron * | CreatePolyhedron () const |
|
virtual G4Polyhedron * | GetPolyhedron () const |
|
virtual void | DescribeYourselfTo (G4VGraphicsScene &scene) const |
|
virtual G4VisExtent | GetExtent () const |
|
G4int | AllocatedMemoryWithoutVoxels () |
|
G4int | AllocatedMemory () |
|
void | DisplayAllocatedMemory () |
|
| 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) |
|
Definition at line 73 of file G4ExtrudedSolid.hh.