|
| G4DisplacedSolid (const G4String &pName, G4VSolid *pSolid, G4RotationMatrix *rotMatrix, const G4ThreeVector &transVector) |
|
| G4DisplacedSolid (const G4String &pName, G4VSolid *pSolid, const G4Transform3D &transform) |
|
| G4DisplacedSolid (const G4String &pName, G4VSolid *pSolid, const G4AffineTransform directTransform) |
|
virtual | ~G4DisplacedSolid () |
|
EInside | Inside (const G4ThreeVector &p) const |
|
G4bool | CalculateExtent (const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) 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=0, G4ThreeVector *n=0) const |
|
G4double | DistanceToOut (const G4ThreeVector &p) const |
|
void | ComputeDimensions (G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep) |
|
void | CleanTransformations () |
|
G4ThreeVector | GetPointOnSurface () const |
|
G4GeometryType | GetEntityType () const |
|
G4VSolid * | Clone () const |
|
const G4DisplacedSolid * | GetDisplacedSolidPtr () const |
|
G4DisplacedSolid * | GetDisplacedSolidPtr () |
|
G4VSolid * | GetConstituentMovedSolid () const |
|
G4AffineTransform | GetTransform () const |
|
void | SetTransform (G4AffineTransform &) |
|
G4AffineTransform | GetDirectTransform () const |
|
void | SetDirectTransform (G4AffineTransform &) |
|
G4RotationMatrix | GetFrameRotation () const |
|
void | SetFrameRotation (const G4RotationMatrix &) |
|
G4ThreeVector | GetFrameTranslation () const |
|
void | SetFrameTranslation (const G4ThreeVector &) |
|
G4RotationMatrix | GetObjectRotation () const |
|
void | SetObjectRotation (const G4RotationMatrix &) |
|
G4ThreeVector | GetObjectTranslation () const |
|
void | SetObjectTranslation (const G4ThreeVector &) |
|
std::ostream & | StreamInfo (std::ostream &os) const |
|
| G4DisplacedSolid (__void__ &) |
|
| G4DisplacedSolid (const G4DisplacedSolid &rhs) |
|
G4DisplacedSolid & | operator= (const G4DisplacedSolid &rhs) |
|
void | DescribeYourselfTo (G4VGraphicsScene &scene) const |
|
G4Polyhedron * | CreatePolyhedron () const |
|
G4Polyhedron * | GetPolyhedron () const |
|
| G4VSolid (const G4String &name) |
|
virtual | ~G4VSolid () |
|
G4bool | operator== (const G4VSolid &s) const |
|
G4String | GetName () const |
|
void | SetName (const G4String &name) |
|
G4double | GetTolerance () const |
|
virtual G4double | GetCubicVolume () |
|
virtual G4double | GetSurfaceArea () |
|
void | DumpInfo () const |
|
virtual G4VisExtent | GetExtent () const |
|
virtual const G4VSolid * | GetConstituentSolid (G4int no) const |
|
virtual G4VSolid * | GetConstituentSolid (G4int no) |
|
| G4VSolid (__void__ &) |
|
| G4VSolid (const G4VSolid &rhs) |
|
G4VSolid & | operator= (const G4VSolid &rhs) |
|
Definition at line 53 of file G4DisplacedSolid.hh.