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

List of all members.

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 polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 443 of file polyhedron.


Constructor & Destructor Documentation

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.

{}

Member Function Documentation

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

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