|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronCone (double Rmn1, double Rmx1, double Rmn2, double Rmx2, double Dz, int nstep=0) | |
| virtual | ~polyhedronCone () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 387 of file polyhedron.
| inlib::hep::polyhedronCone::polyhedronCone | ( | double | Rmn1, |
| double | Rmx1, | ||
| double | Rmn2, | ||
| double | Rmx2, | ||
| double | Dz, | ||
| int | nstep = 0 |
||
| ) |
| virtual inlib::hep::polyhedronCone::~polyhedronCone | ( | ) | [inline, virtual] |
Definition at line 392 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronCone::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedronCons.
Definition at line 393 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1