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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 431 of file polyhedron.


Constructor & Destructor Documentation

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.

{}

Member Function Documentation

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

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