#include <Metric.h>
Inherited by Cart.
Inheritance diagram for Metric:

Static Public Member Functions | |
| static double | Norm (const Point *const point) | 
| static double | Distance (const Point *const x, const Point *const y) | 
| static double | Volume (Cubic_Bounding_Box bb) | 
Definition at line 23 of file Metric.h.
| static double Metric::Norm | ( | const Point *const | point | ) |  [static] | 
        
Defines the norm of a single point. A purely virtual function.
| point | The point we wish to calculate the norm of | 
Reimplemented in Cart.
Defines the distance between two points. A purely virtual function.
| x | The first point | |
| y | The second point | 
Reimplemented in Cart.
| static double Metric::Volume | ( | Cubic_Bounding_Box | bb | ) |  [static] | 
        
Defines the volume of a Cubic bounding box.
| bb | The bounding box we wish to know the volume of | 
Reimplemented in Cart.
 1.5.2