Cart.h

Go to the documentation of this file.
00001 
00011 #ifndef _H_CART
00012 #define _H_CART
00013 #include "Metric.h"
00014 #include "Point.h"
00015 #include "Cubic_Bounding_Box.h"
00016 
00017 //#define _DEBUG
00018 
00022 class Cart : public Metric {
00023 
00024 public:
00025 
00034         static double Norm( const Point* const p );
00035         
00045         static double Distance( const Point* const x, const Point* const y );
00046         
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