|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronCons (double Rmn1, double Rmx1, double Rmn2, double Rmx2, double Dz, double Phi1, double Dphi, int nstep=0) | |
| virtual | ~polyhedronCons () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 375 of file polyhedron.
| inlib::hep::polyhedronCons::polyhedronCons | ( | double | Rmn1, |
| double | Rmx1, | ||
| double | Rmn2, | ||
| double | Rmx2, | ||
| double | Dz, | ||
| double | Phi1, | ||
| double | Dphi, | ||
| int | nstep = 0 |
||
| ) |
| virtual inlib::hep::polyhedronCons::~polyhedronCons | ( | ) | [inline, virtual] |
Definition at line 381 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronCons::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedron.
Reimplemented in inlib::hep::polyhedronTube, inlib::hep::polyhedronTubs, and inlib::hep::polyhedronCone.
Definition at line 382 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1