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

List of all members.

Public Member Functions

 polyhedronPara (double Dx, double Dy, double Dz, double Alpha, double Theta, double Phi)
virtual ~polyhedronPara ()
virtual polyhedronoperator= (const polyhedron &from)

Detailed Description

Definition at line 365 of file polyhedron.


Constructor & Destructor Documentation

inlib::hep::polyhedronPara::polyhedronPara ( double  Dx,
double  Dy,
double  Dz,
double  Alpha,
double  Theta,
double  Phi 
)
virtual inlib::hep::polyhedronPara::~polyhedronPara ( ) [inline, virtual]

Definition at line 369 of file polyhedron.

{}

Member Function Documentation

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

Reimplemented from inlib::hep::polyhedronTrap.

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