|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronTrd1 (double Dx1, double Dx2, double Dy, double Dz) | |
| virtual | ~polyhedronTrd1 () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 333 of file polyhedron.
| inlib::hep::polyhedronTrd1::polyhedronTrd1 | ( | double | Dx1, |
| double | Dx2, | ||
| double | Dy, | ||
| double | Dz | ||
| ) |
| virtual inlib::hep::polyhedronTrd1::~polyhedronTrd1 | ( | ) | [inline, virtual] |
Definition at line 337 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronTrd1::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedronTrd2.
Definition at line 338 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1