#include <G4Polyhedron.hh>
Inheritance diagram for G4PolyhedronHype:

Public Member Functions | |
| G4PolyhedronHype (G4double r1, G4double r2, G4double tan1, G4double tan2, G4double halfZ) | |
| virtual | ~G4PolyhedronHype () |
Definition at line 235 of file G4Polyhedron.hh.
| G4PolyhedronHype::G4PolyhedronHype | ( | G4double | r1, | |
| G4double | r2, | |||
| G4double | tan1, | |||
| G4double | tan2, | |||
| G4double | halfZ | |||
| ) |
Definition at line 140 of file G4Polyhedron.cc.
00141 : 00142 G4Polyhedron (HepPolyhedronHype(r1, r2, tan1, tan2, halfZ)) {}
| G4PolyhedronHype::~G4PolyhedronHype | ( | ) | [virtual] |
1.4.7