|
inlib
1.2.0
|


Public Member Functions | |
| polyhedronPgon (double phi, double dphi, int npdv, int nz, const double *z, const double *rmin, const double *rmax) | |
| virtual | ~polyhedronPgon () |
| virtual polyhedron & | operator= (const polyhedron &from) |
Definition at line 419 of file polyhedron.
| inlib::hep::polyhedronPgon::polyhedronPgon | ( | double | phi, |
| double | dphi, | ||
| int | npdv, | ||
| int | nz, | ||
| const double * | z, | ||
| const double * | rmin, | ||
| const double * | rmax | ||
| ) |
| virtual inlib::hep::polyhedronPgon::~polyhedronPgon | ( | ) | [inline, virtual] |
Definition at line 425 of file polyhedron.
{}
| virtual polyhedron& inlib::hep::polyhedronPgon::operator= | ( | const polyhedron & | from | ) | [inline, virtual] |
Reimplemented from inlib::hep::polyhedron.
Reimplemented in inlib::hep::polyhedronPcon.
Definition at line 426 of file polyhedron.
{
return polyhedron::operator = (from);
}
1.7.5.1