#include <WithinDistanceRefine.h>


Public Member Functions | |
| WithinDistanceRefine (double maxDistance, ObjectPairConsumer *mPPCons, ObjectPairConsumer *uPPCons) | |
| ~WithinDistanceRefine () | |
| virtual String const & | getName () const |
| virtual bool | refine (Object const *red, Object const *blue) |
Static Public Member Functions | |
| static String const & | name () |
Private Member Functions | |
| WithinDistanceRefine () | |
| WithinDistanceRefine (WithinDistanceRefine const &) | |
| WithinDistanceRefine & | operator= (WithinDistanceRefine const &) |
Private Attributes | |
| double | maxDistance |
Static Private Attributes | |
| static String | s_name |
Definition at line 23 of file WithinDistanceRefine.h.
| WithinDistanceRefine::WithinDistanceRefine | ( | double | maxDistance, | |
| ObjectPairConsumer * | mPPCons, | |||
| ObjectPairConsumer * | uPPCons | |||
| ) |
Definition at line 18 of file WithinDistanceRefine.cpp.
| WithinDistanceRefine::~WithinDistanceRefine | ( | ) |
Definition at line 25 of file WithinDistanceRefine.cpp.
| WithinDistanceRefine::WithinDistanceRefine | ( | ) | [private] |
| WithinDistanceRefine::WithinDistanceRefine | ( | WithinDistanceRefine const & | ) | [private] |
| virtual String const& WithinDistanceRefine::getName | ( | ) | const [inline, virtual] |
| static String const& WithinDistanceRefine::name | ( | ) | [inline, static] |
Definition at line 33 of file WithinDistanceRefine.h.
| WithinDistanceRefine& WithinDistanceRefine::operator= | ( | WithinDistanceRefine const & | ) | [private] |
Implements Refine.
Definition at line 28 of file WithinDistanceRefine.cpp.
References Object::gcDistance(), maxDistance, Refine::reportMatch(), and Refine::reportNoMatch().
double WithinDistanceRefine::maxDistance [private] |
Definition at line 38 of file WithinDistanceRefine.h.
Referenced by refine().
String WithinDistanceRefine::s_name [static, private] |
Definition at line 33 of file WithinDistanceRefine.h.
1.6.3