#include <check_neighbor.h>

Public Member Functions | |
| virtual float | getNeighborDistance ()=0 |
| virtual bool | isNeighbor (const Base &self, const Base &neighbor)=0 |
Definition at line 31 of file check_neighbor.h.
| virtual float micros_swarm::CheckNeighborInterface::getNeighborDistance | ( | ) | [pure virtual] |
Implemented in micros_swarm::CheckNeighbor.
| virtual bool micros_swarm::CheckNeighborInterface::isNeighbor | ( | const Base & | self, |
| const Base & | neighbor | ||
| ) | [pure virtual] |
Implemented in micros_swarm::CheckNeighbor.