#include <G4VTwistedFaceted.hh>
|
| | G4VTwistedFaceted (const G4String &pname, G4double PhiTwist, G4double pDz, G4double pTheta, G4double pPhi, G4double pDy1, G4double pDx1, G4double pDx2, G4double pDy2, G4double pDx3, G4double pDx4, G4double pAlph) |
| |
| virtual | ~G4VTwistedFaceted () |
| |
| virtual void | ComputeDimensions (G4VPVParameterisation *, const G4int, const G4VPhysicalVolume *) |
| |
| virtual G4bool | CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) 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 EInside | Inside (const G4ThreeVector &p) const |
| |
| virtual G4ThreeVector | SurfaceNormal (const G4ThreeVector &p) const |
| |
| G4ThreeVector | GetPointOnSurface () const |
| |
| G4ThreeVector | GetPointInSolid (G4double z) const |
| |
| virtual G4double | GetCubicVolume () |
| |
| virtual G4double | GetSurfaceArea () |
| |
| virtual void | DescribeYourselfTo (G4VGraphicsScene &scene) const |
| |
| virtual G4Polyhedron * | CreatePolyhedron () const |
| |
| virtual G4NURBS * | CreateNURBS () const |
| |
| virtual G4Polyhedron * | GetPolyhedron () const |
| |
| virtual std::ostream & | StreamInfo (std::ostream &os) const |
| |
| G4double | GetTwistAngle () const |
| |
| G4double | GetDx1 () const |
| |
| G4double | GetDx2 () const |
| |
| G4double | GetDx3 () const |
| |
| G4double | GetDx4 () const |
| |
| G4double | GetDy1 () const |
| |
| G4double | GetDy2 () const |
| |
| G4double | GetDz () const |
| |
| G4double | GetPhi () const |
| |
| G4double | GetTheta () const |
| |
| G4double | GetAlpha () const |
| |
| G4double | Xcoef (G4double u, G4double phi, G4double ftg) const |
| |
| G4double | GetValueA (G4double phi) const |
| |
| G4double | GetValueB (G4double phi) const |
| |
| G4double | GetValueD (G4double phi) const |
| |
| virtual G4VisExtent | GetExtent () const |
| |
| virtual G4GeometryType | GetEntityType () const |
| |
| | G4VTwistedFaceted (__void__ &) |
| |
| | G4VTwistedFaceted (const G4VTwistedFaceted &rhs) |
| |
| G4VTwistedFaceted & | operator= (const G4VTwistedFaceted &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 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) |
| |
|
| G4ThreeVectorList * | CreateRotatedVertices (const G4AffineTransform &pTransform) 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 58 of file G4VTwistedFaceted.hh.
| G4VTwistedFaceted::G4VTwistedFaceted |
( |
const G4String & |
pname, |
|
|
G4double |
PhiTwist, |
|
|
G4double |
pDz, |
|
|
G4double |
pTheta, |
|
|
G4double |
pPhi, |
|
|
G4double |
pDy1, |
|
|
G4double |
pDx1, |
|
|
G4double |
pDx2, |
|
|
G4double |
pDy2, |
|
|
G4double |
pDx3, |
|
|
G4double |
pDx4, |
|
|
G4double |
pAlph |
|
) |
| |
| G4VTwistedFaceted::~G4VTwistedFaceted |
( |
) | |
|
|
virtual |
| G4VTwistedFaceted::G4VTwistedFaceted |
( |
__void__ & |
a) | |
|
| G4NURBS * G4VTwistedFaceted::CreateNURBS |
( |
) | |
const |
|
virtual |
| G4Polyhedron * G4VTwistedFaceted::CreatePolyhedron |
( |
) | |
const |
|
virtual |
| G4double G4VTwistedFaceted::GetAlpha |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetCubicVolume |
( |
) | |
|
|
inlinevirtual |
| G4double G4VTwistedFaceted::GetDx1 |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetDx2 |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetDx3 |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetDx4 |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetDy1 |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetDy2 |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetDz |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetPhi |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetSurfaceArea |
( |
) | |
|
|
inlinevirtual |
| G4double G4VTwistedFaceted::GetTheta |
( |
) | |
const |
|
inline |
| G4double G4VTwistedFaceted::GetTwistAngle |
( |
) | |
const |
|
inline |
| std::ostream & G4VTwistedFaceted::StreamInfo |
( |
std::ostream & |
os) | |
const |
|
virtual |
The documentation for this class was generated from the following files: