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

List of all members.

Public Member Functions

 polyhedronTube (double Rmin, double Rmax, double Dz, int nstep=0)
virtual ~polyhedronTube ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 409 of file polyhedron.


Constructor & Destructor Documentation

inlib::hep::polyhedronTube::polyhedronTube ( double  Rmin,
double  Rmax,
double  Dz,
int  nstep = 0 
)
virtual inlib::hep::polyhedronTube::~polyhedronTube ( ) [inline, virtual]

Definition at line 413 of file polyhedron.

{}

Member Function Documentation

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

Reimplemented from inlib::hep::polyhedronCons.

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