|
inlib
1.2.0
|


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