|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronPara (double Dx, double Dy, double Dz, double Alpha, double Theta, double Phi) | |
| virtual | ~polyhedronPara () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 365 of file polyhedron.
| inlib::hep::polyhedronPara::polyhedronPara | ( | double | Dx, |
| double | Dy, | ||
| double | Dz, | ||
| double | Alpha, | ||
| double | Theta, | ||
| double | Phi | ||
| ) |
| virtual inlib::hep::polyhedronPara::~polyhedronPara | ( | ) | [inline, virtual] |
Definition at line 369 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronPara::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedronTrap.
Definition at line 370 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1