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

List of all members.

Public Member Functions

 polyhedronBox (double Dx, double Dy, double Dz)
virtual ~polyhedronBox ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 343 of file polyhedron.


Constructor & Destructor Documentation

inlib::hep::polyhedronBox::polyhedronBox ( double  Dx,
double  Dy,
double  Dz 
)
virtual inlib::hep::polyhedronBox::~polyhedronBox ( ) [inline, virtual]

Definition at line 346 of file polyhedron.

{}

Member Function Documentation

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

Reimplemented from inlib::hep::polyhedronTrd2.

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