|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronTrd2 (double Dx1, double Dx2, double Dy1, double Dy2, double Dz) | |
| virtual | ~polyhedronTrd2 () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 323 of file polyhedron.
| inlib::hep::polyhedronTrd2::polyhedronTrd2 | ( | double | Dx1, |
| double | Dx2, | ||
| double | Dy1, | ||
| double | Dy2, | ||
| double | Dz | ||
| ) |
| virtual inlib::hep::polyhedronTrd2::~polyhedronTrd2 | ( | ) | [inline, virtual] |
Definition at line 327 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronTrd2::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedron.
Reimplemented in inlib::hep::polyhedronBox, and inlib::hep::polyhedronTrd1.
Definition at line 328 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1