#include <G4Polyhedron.hh>
Inheritance diagram for G4PolyhedronParaboloid:
Public Member Functions | |
G4PolyhedronParaboloid (G4double r1, G4double r2, G4double dz, G4double sPhi, G4double dPhi) | |
virtual | ~G4PolyhedronParaboloid () |
Definition at line 228 of file G4Polyhedron.hh.
G4PolyhedronParaboloid::G4PolyhedronParaboloid | ( | G4double | r1, | |
G4double | r2, | |||
G4double | dz, | |||
G4double | sPhi, | |||
G4double | dPhi | |||
) |
Definition at line 133 of file G4Polyhedron.cc.
00135 : 00136 G4Polyhedron (HepPolyhedronParaboloid(r1, r2, dz, sPhi, dPhi)) {}
G4PolyhedronParaboloid::~G4PolyhedronParaboloid | ( | ) | [virtual] |