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

List of all members.

Public Member Functions

 polyhedronTrd2 (double Dx1, double Dx2, double Dy1, double Dy2, double Dz)
virtual ~polyhedronTrd2 ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 323 of file polyhedron.


Constructor & Destructor Documentation

inlib::hep::polyhedronTrd2::polyhedronTrd2 ( double  Dx1,
double  Dx2,
double  Dy1,
double  Dy2,
double  Dz 
)
virtual inlib::hep::polyhedronTrd2::~polyhedronTrd2 ( ) [inline, virtual]

Definition at line 327 of file polyhedron.

{}

Member Function Documentation

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

Reimplemented from inlib::hep::polyhedron.

Reimplemented in inlib::hep::polyhedronBox, and inlib::hep::polyhedronTrd1.

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