KeyStdMetric Class Reference

#include <Comparator.h>

List of all members.


Detailed Description

OverlayKey standard metric.


Public Member Functions

OverlayKey distance (const OverlayKey &x, const OverlayKey &y) const


Member Function Documentation

OverlayKey KeyStdMetric::distance ( const OverlayKey x,
const OverlayKey y 
) const [inline]

00038     {
00039         return x > y ? (x-y) : (y-x);
00040     }


The documentation for this class was generated from the following file:
Generated on Fri May 11 14:52:40 2007 for ITM OverSim by  doxygen 1.4.7