Metric.h

Go to the documentation of this file.
00001 
00011 #ifndef _H_METRIC
00012 #define _H_METRIC
00013 #include <vector>
00014 #include "Point.h"
00015 #include "Cubic_Bounding_Box.h"
00016 using namespace std;
00017 
00023 class Metric {
00024 
00025 public:
00026 
00035         static double Norm( const Point* const point );
00036         
00046     static double Distance( const Point* const x, const Point* const y );
00047 
00056         static double Volume( Cubic_Bounding_Box bb );
00057         
00058 };
00059 
00060 #endif
00061 

Generated on Sat Oct 13 17:34:42 2007 for R-Tree by  doxygen 1.5.2