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

List of all members.

Public Member Functions

 polyhedronCone (double Rmn1, double Rmx1, double Rmn2, double Rmx2, double Dz, int nstep=0)
virtual ~polyhedronCone ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 387 of file polyhedron.


Constructor & Destructor Documentation

inlib::hep::polyhedronCone::polyhedronCone ( double  Rmn1,
double  Rmx1,
double  Rmn2,
double  Rmx2,
double  Dz,
int  nstep = 0 
)
virtual inlib::hep::polyhedronCone::~polyhedronCone ( ) [inline, virtual]

Definition at line 392 of file polyhedron.

{}

Member Function Documentation

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

Reimplemented from inlib::hep::polyhedronCons.

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