#include <G4Polyhedron.hh>
Inheritance diagram for G4PolyhedronCone:
Public Member Functions | |
G4PolyhedronCone (G4double Rmn1, G4double Rmx1, G4double Rmn2, G4double Rmx2, G4double Dz) | |
virtual | ~G4PolyhedronCone () |
Definition at line 136 of file G4Polyhedron.hh.
G4PolyhedronCone::G4PolyhedronCone | ( | G4double | Rmn1, | |
G4double | Rmx1, | |||
G4double | Rmn2, | |||
G4double | Rmx2, | |||
G4double | Dz | |||
) |
Definition at line 49 of file G4Polyhedron.cc.
00050 : 00051 G4Polyhedron (HepPolyhedronCone (Rmn1, Rmx1, Rmn2, Rmx2, Dz)) {}
G4PolyhedronCone::~G4PolyhedronCone | ( | ) | [virtual] |