Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Tet.hh>
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 |
Protected Attributes inherited from G4VSolid | |
G4double | kCarTolerance |
G4Tet::G4Tet | ( | const G4String & | pName, |
const G4ThreeVector & | anchor, | ||
const G4ThreeVector & | p1, | ||
const G4ThreeVector & | p2, | ||
const G4ThreeVector & | p3, | ||
G4bool * | degeneracyFlag = nullptr |
||
) |
Definition at line 66 of file G4Tet.cc.
|
virtual |
G4Tet::G4Tet | ( | const G4Tet & | rhs | ) |
|
virtual |
Reimplemented from G4VSolid.
Definition at line 319 of file G4Tet.cc.
Referenced by CalculateExtent().
|
virtual |
Implements G4VSolid.
Definition at line 329 of file G4Tet.cc.
G4bool G4Tet::CheckDegeneracy | ( | const G4ThreeVector & | p0, |
const G4ThreeVector & | p1, | ||
const G4ThreeVector & | p2, | ||
const G4ThreeVector & | p3 | ||
) | const |
Definition at line 173 of file G4Tet.cc.
Referenced by G4Tet(), and SetVertices().
|
virtual |
|
virtual |
|
virtual |
Reimplemented from G4VSolid.
Definition at line 646 of file G4Tet.cc.
Referenced by G4ArrowModel::G4ArrowModel(), and GetPolyhedron().
|
virtual |
|
virtual |
|
virtual |
Implements G4VSolid.
Definition at line 447 of file G4Tet.cc.
|
virtual |
|
virtual |
Implements G4VSolid.
Definition at line 487 of file G4Tet.cc.
|
virtual |
|
virtual |
|
virtual |
Reimplemented from G4VSolid.
|
virtual |
Reimplemented from G4VSolid.
Definition at line 583 of file G4Tet.cc.
|
virtual |
Reimplemented from G4VSolid.
Definition at line 678 of file G4Tet.cc.
|
virtual |
std::vector< G4ThreeVector > G4Tet::GetVertices | ( | ) | const |
Definition at line 297 of file G4Tet.cc.
Referenced by CalculateExtent().
void G4Tet::GetVertices | ( | G4ThreeVector & | anchor, |
G4ThreeVector & | p1, | ||
G4ThreeVector & | p2, | ||
G4ThreeVector & | p3 | ||
) | const |
Definition at line 282 of file G4Tet.cc.
Referenced by G4GDMLWriteSolids::TetWrite().
|
virtual |
Definition at line 140 of file G4Tet.cc.
void G4Tet::SetVertices | ( | const G4ThreeVector & | anchor, |
const G4ThreeVector & | p1, | ||
const G4ThreeVector & | p2, | ||
const G4ThreeVector & | p3 | ||
) |
Definition at line 250 of file G4Tet.cc.
|
virtual |
Implements G4VSolid.
Definition at line 562 of file G4Tet.cc.
|
virtual |
Implements G4VSolid.
Definition at line 393 of file G4Tet.cc.