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 470 of file HepPolyhedron.h.
HepPolyhedronPcon::HepPolyhedronPcon | ( | G4double | phi, |
G4double | dphi, | ||
G4int | nz, | ||
const G4double * | z, | ||
const G4double * | rmin, | ||
const G4double * | rmax | ||
) |
Definition at line 1876 of file HepPolyhedron.cc.
|
virtual |
Definition at line 1882 of file HepPolyhedron.cc.