|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronBox (double Dx, double Dy, double Dz) | |
| virtual | ~polyhedronBox () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 343 of file polyhedron.
| inlib::hep::polyhedronBox::polyhedronBox | ( | double | Dx, |
| double | Dy, | ||
| double | Dz | ||
| ) |
| virtual inlib::hep::polyhedronBox::~polyhedronBox | ( | ) | [inline, virtual] |
Definition at line 346 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronBox::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedronTrd2.
Definition at line 347 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1