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

List of all members.

Public Member Functions

 polyhedronTorus (double rmin, double rmax, double rtor, double phi, double dphi, int nphi=0, int nthe=0)
virtual ~polyhedronTorus ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 456 of file polyhedron.


Constructor & Destructor Documentation

inlib::hep::polyhedronTorus::polyhedronTorus ( double  rmin,
double  rmax,
double  rtor,
double  phi,
double  dphi,
int  nphi = 0,
int  nthe = 0 
)
virtual inlib::hep::polyhedronTorus::~polyhedronTorus ( ) [inline, virtual]

Definition at line 462 of file polyhedron.

{}

Member Function Documentation

virtual polyhedron& inlib::hep::polyhedronTorus::operator= ( const polyhedron from) [inline, virtual]

Reimplemented from inlib::hep::polyhedron.

Definition at line 463 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