Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DisplacedSolid.hh>
Protected Attributes | |
G4VSolid * | fPtrSolid |
G4AffineTransform * | fPtrTransform |
G4AffineTransform * | fDirectTransform |
G4Polyhedron * | fpPolyhedron |
Protected Attributes inherited from G4VSolid | |
G4double | kCarTolerance |
Additional Inherited Members | |
Protected Member Functions inherited from G4VSolid | |
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 G4DisplacedSolid.hh.
G4DisplacedSolid::G4DisplacedSolid | ( | const G4String & | pName, |
G4VSolid * | pSolid, | ||
G4RotationMatrix * | rotMatrix, | ||
const G4ThreeVector & | transVector | ||
) |
Definition at line 56 of file G4DisplacedSolid.cc.
G4DisplacedSolid::G4DisplacedSolid | ( | const G4String & | pName, |
G4VSolid * | pSolid, | ||
const G4Transform3D & | transform | ||
) |
Definition at line 72 of file G4DisplacedSolid.cc.
G4DisplacedSolid::G4DisplacedSolid | ( | const G4String & | pName, |
G4VSolid * | pSolid, | ||
const G4AffineTransform | directTransform | ||
) |
Definition at line 91 of file G4DisplacedSolid.cc.
|
virtual |
Definition at line 116 of file G4DisplacedSolid.cc.
G4DisplacedSolid::G4DisplacedSolid | ( | __void__ & | a | ) |
Definition at line 106 of file G4DisplacedSolid.cc.
G4DisplacedSolid::G4DisplacedSolid | ( | const G4DisplacedSolid & | rhs | ) |
Definition at line 126 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 269 of file G4DisplacedSolid.cc.
void G4DisplacedSolid::CleanTransformations | ( | ) |
Definition at line 158 of file G4DisplacedSolid.cc.
Referenced by ~G4DisplacedSolid().
|
virtual |
Reimplemented from G4VSolid.
Definition at line 401 of file G4DisplacedSolid.cc.
|
virtual |
Reimplemented from G4VSolid.
Definition at line 366 of file G4DisplacedSolid.cc.
|
virtual |
Reimplemented from G4VSolid.
Definition at line 460 of file G4DisplacedSolid.cc.
|
virtual |
Reimplemented from G4VSolid.
Definition at line 447 of file G4DisplacedSolid.cc.
Referenced by GetPolyhedron().
|
virtual |
Implements G4VSolid.
Definition at line 437 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 321 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 307 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 355 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 332 of file G4DisplacedSolid.cc.
G4VSolid * G4DisplacedSolid::GetConstituentMovedSolid | ( | ) | const |
Definition at line 177 of file G4DisplacedSolid.cc.
Referenced by G4tgbGeometryDumper::DumpBooleanVolume().
G4AffineTransform G4DisplacedSolid::GetDirectTransform | ( | ) | const |
Definition at line 198 of file G4DisplacedSolid.cc.
|
virtual |
Reimplemented from G4VSolid.
Definition at line 172 of file G4DisplacedSolid.cc.
|
virtual |
Reimplemented from G4VSolid.
Definition at line 167 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 392 of file G4DisplacedSolid.cc.
Referenced by StreamInfo().
G4RotationMatrix G4DisplacedSolid::GetFrameRotation | ( | ) | const |
Definition at line 212 of file G4DisplacedSolid.cc.
G4ThreeVector G4DisplacedSolid::GetFrameTranslation | ( | ) | const |
Definition at line 226 of file G4DisplacedSolid.cc.
G4RotationMatrix G4DisplacedSolid::GetObjectRotation | ( | ) | const |
Definition at line 239 of file G4DisplacedSolid.cc.
Referenced by CreatePolyhedron().
G4ThreeVector G4DisplacedSolid::GetObjectTranslation | ( | ) | const |
Definition at line 253 of file G4DisplacedSolid.cc.
Referenced by CreatePolyhedron(), and G4tgbGeometryDumper::DumpBooleanVolume().
|
virtual |
Reimplemented from G4VSolid.
Definition at line 382 of file G4DisplacedSolid.cc.
|
virtual |
Reimplemented from G4VSolid.
Definition at line 471 of file G4DisplacedSolid.cc.
G4AffineTransform G4DisplacedSolid::GetTransform | ( | ) | const |
Definition at line 184 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 284 of file G4DisplacedSolid.cc.
G4DisplacedSolid & G4DisplacedSolid::operator= | ( | const G4DisplacedSolid & | rhs | ) |
Definition at line 137 of file G4DisplacedSolid.cc.
void G4DisplacedSolid::SetDirectTransform | ( | G4AffineTransform & | transform | ) |
Definition at line 204 of file G4DisplacedSolid.cc.
void G4DisplacedSolid::SetFrameRotation | ( | const G4RotationMatrix & | matrix | ) |
Definition at line 218 of file G4DisplacedSolid.cc.
void G4DisplacedSolid::SetFrameTranslation | ( | const G4ThreeVector & | vector | ) |
Definition at line 231 of file G4DisplacedSolid.cc.
void G4DisplacedSolid::SetObjectRotation | ( | const G4RotationMatrix & | matrix | ) |
Definition at line 245 of file G4DisplacedSolid.cc.
void G4DisplacedSolid::SetObjectTranslation | ( | const G4ThreeVector & | vector | ) |
Definition at line 258 of file G4DisplacedSolid.cc.
void G4DisplacedSolid::SetTransform | ( | G4AffineTransform & | transform | ) |
Definition at line 190 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 410 of file G4DisplacedSolid.cc.
|
virtual |
Implements G4VSolid.
Definition at line 295 of file G4DisplacedSolid.cc.
|
protected |
Definition at line 164 of file G4DisplacedSolid.hh.
Referenced by CalculateExtent(), CleanTransformations(), DistanceToOut(), G4DisplacedSolid(), GetDirectTransform(), GetFrameRotation(), GetObjectTranslation(), GetPointOnSurface(), operator=(), SetDirectTransform(), SetFrameRotation(), SetObjectTranslation(), StreamInfo(), and SurfaceNormal().
|
mutableprotected |
Definition at line 165 of file G4DisplacedSolid.hh.
Referenced by GetPolyhedron(), operator=(), SetDirectTransform(), SetFrameRotation(), SetFrameTranslation(), SetObjectRotation(), SetObjectTranslation(), SetTransform(), and ~G4DisplacedSolid().
|
protected |
Definition at line 162 of file G4DisplacedSolid.hh.
Referenced by CalculateExtent(), CreatePolyhedron(), DistanceToIn(), DistanceToOut(), G4DisplacedSolid(), GetConstituentMovedSolid(), GetPointOnSurface(), Inside(), operator=(), StreamInfo(), and SurfaceNormal().
|
protected |
Definition at line 163 of file G4DisplacedSolid.hh.
Referenced by CleanTransformations(), DistanceToIn(), DistanceToOut(), G4DisplacedSolid(), GetFrameTranslation(), GetObjectRotation(), GetTransform(), Inside(), operator=(), SetFrameTranslation(), SetObjectRotation(), SetTransform(), and SurfaceNormal().