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

List of all members.

Public Member Functions

 polyhedronTrd1 (double Dx1, double Dx2, double Dy, double Dz)
virtual ~polyhedronTrd1 ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 333 of file polyhedron.


Constructor & Destructor Documentation

inlib::hep::polyhedronTrd1::polyhedronTrd1 ( double  Dx1,
double  Dx2,
double  Dy,
double  Dz 
)
virtual inlib::hep::polyhedronTrd1::~polyhedronTrd1 ( ) [inline, virtual]

Definition at line 337 of file polyhedron.

{}

Member Function Documentation

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

Reimplemented from inlib::hep::polyhedronTrd2.

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