KeyXorMetric Class Reference

#include <Comparator.h>

List of all members.


Detailed Description

OverlayKey XOR Metric.

Public Member Functions

OverlayKey distance (const OverlayKey &x, const OverlayKey &y) const
 calculates the difference between x and y

Member Function Documentation

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

calculates the difference between x and y

Parameters:
x first parameter
y second parameter
Returns:
x XOR y
00077     {
00078         return x^y;
00079     }


The documentation for this class was generated from the following file:
Generated on Thu Apr 17 13:19:29 2008 for ITM OverSim by  doxygen 1.5.3