inlib  1.2.0
Public Member Functions
inlib::hep::polyhedronPgon Class Reference
Inheritance diagram for inlib::hep::polyhedronPgon:
Inheritance graph
[legend]
Collaboration diagram for inlib::hep::polyhedronPgon:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 polyhedronPgon (double phi, double dphi, int npdv, int nz, const double *z, const double *rmin, const double *rmax)
virtual ~polyhedronPgon ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 419 of file polyhedron.


Constructor & Destructor Documentation

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.

{}

Member Function Documentation

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);
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines