Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

EdgeCalculator.h

Go to the documentation of this file.
00001 #ifndef EDGECALCULATOR_H
00002 #define EDGECALCULATOR_H
00003 
00004 namespace Anaphe {
00005   namespace AIDA_Histogram_native {
00006     class EdgeCalculator
00007     {
00008     public:
00009       EdgeCalculator() {}
00010       ~EdgeCalculator() {}
00011       bool calculateEdges( double edgeLow,
00012                            double edgeHigh,
00013                            int bins,
00014                            double& newEdgeLow,
00015                            double& newEdgeHigh ) const;
00016     };
00017   }
00018 }
00019 
00020 static const Anaphe::AIDA_Histogram_native::EdgeCalculator edgeCalculator;
00021 
00022 #endif

Generated on Tue Nov 19 12:32:17 2002 for AIDA_Histogram_native by doxygen1.2.16