Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <HepPolyhedron.h>
Additional Inherited Members | |
Static Public Member Functions inherited from HepPolyhedron | |
static G4int | GetNumberOfRotationSteps () |
static void | SetNumberOfRotationSteps (G4int n) |
static void | ResetNumberOfRotationSteps () |
Protected Member Functions inherited from HepPolyhedron | |
void | AllocateMemory (G4int Nvert, G4int Nface) |
G4int | FindNeighbour (G4int iFace, G4int iNode, G4int iOrder) const |
G4Normal3D | FindNodeNormal (G4int iFace, G4int iNode) const |
void | CreatePrism () |
void | RotateEdge (G4int k1, G4int k2, G4double r1, G4double r2, G4int v1, G4int v2, G4int vEdge, G4bool ifWholeCircle, G4int ns, G4int &kface) |
void | SetSideFacets (G4int ii[4], G4int vv[4], G4int *kk, G4double *r, G4double dphi, G4int ns, G4int &kface) |
void | RotateAroundZ (G4int nstep, G4double phi, G4double dphi, G4int np1, G4int np2, const G4double *z, G4double *r, G4int nodeVis, G4int edgeVis) |
void | SetReferences () |
void | InvertFacets () |
Protected Attributes inherited from HepPolyhedron | |
G4int | nvert |
G4int | nface |
G4Point3D * | pV |
G4Facet * | pF |
Static Protected Attributes inherited from HepPolyhedron | |
static G4int | fNumberOfRotationSteps = DEFAULT_NUMBER_OF_STEPS |
Definition at line 364 of file HepPolyhedron.h.
HepPolyhedronTrd2::HepPolyhedronTrd2 | ( | G4double | Dx1, |
G4double | Dx2, | ||
G4double | Dy1, | ||
G4double | Dy2, | ||
G4double | Dz | ||
) |
Definition at line 1386 of file HepPolyhedron.cc.
|
virtual |
Definition at line 1418 of file HepPolyhedron.cc.