|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronSphere (double rmin, double rmax, double phi, double dphi, double the, double dthe, int nphi=0, int nthe=0) | |
| virtual | ~polyhedronSphere () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 443 of file polyhedron.
| inlib::hep::polyhedronSphere::polyhedronSphere | ( | double | rmin, |
| double | rmax, | ||
| double | phi, | ||
| double | dphi, | ||
| double | the, | ||
| double | dthe, | ||
| int | nphi = 0, |
||
| int | nthe = 0 |
||
| ) |
| virtual inlib::hep::polyhedronSphere::~polyhedronSphere | ( | ) | [inline, virtual] |
Definition at line 450 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronSphere::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedron.
Definition at line 451 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1