|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronTorus (double rmin, double rmax, double rtor, double phi, double dphi, int nphi=0, int nthe=0) | |
| virtual | ~polyhedronTorus () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 456 of file polyhedron.
| inlib::hep::polyhedronTorus::polyhedronTorus | ( | double | rmin, |
| double | rmax, | ||
| double | rtor, | ||
| double | phi, | ||
| double | dphi, | ||
| int | nphi = 0, |
||
| int | nthe = 0 |
||
| ) |
| virtual inlib::hep::polyhedronTorus::~polyhedronTorus | ( | ) | [inline, virtual] |
Definition at line 462 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronTorus::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedron.
Definition at line 463 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1