#include <G4Polyhedron.hh>
Inheritance diagram for G4PolyhedronPcon:
Public Member Functions | |
G4PolyhedronPcon (G4double phi, G4double dphi, G4int nz, const G4double *z, const G4double *rmin, const G4double *rmax) | |
virtual | ~G4PolyhedronPcon () |
Definition at line 158 of file G4Polyhedron.hh.
G4PolyhedronPcon::G4PolyhedronPcon | ( | G4double | phi, | |
G4double | dphi, | |||
G4int | nz, | |||
const G4double * | z, | |||
const G4double * | rmin, | |||
const G4double * | rmax | |||
) |
Definition at line 69 of file G4Polyhedron.cc.
00072 : 00073 G4Polyhedron (HepPolyhedronPcon (phi, dphi, nz, z, rmin, rmax)) {}
G4PolyhedronPcon::~G4PolyhedronPcon | ( | ) | [virtual] |