#include <check_neighbor.h>
Public Member Functions | |
CheckNeighbor (const float &neighbor_distance) | |
float | getNeighborDistance () |
bool | isNeighbor (const Base &self, const Base &neighbor) |
Private Attributes | |
const float & | neighbor_distance_ |
Definition at line 37 of file check_neighbor.h.
micros_swarm::CheckNeighbor::CheckNeighbor | ( | const float & | neighbor_distance | ) |
Definition at line 27 of file check_neighbor.cpp.
|
virtual |
Implements micros_swarm::CheckNeighborInterface.
Definition at line 29 of file check_neighbor.cpp.
Implements micros_swarm::CheckNeighborInterface.
Definition at line 34 of file check_neighbor.cpp.
|
private |
Definition at line 43 of file check_neighbor.h.