#include <grid-functors.h>
Public Member Functions | |
| MapCorrelation (GridMap &map) | |
| bool | operator() (const int x, const int y, const int texVal, const bool reverseScan) |
Public Attributes | |
| long long int | correlation |
| GridMap & | map |
| int | pointCount |
Definition at line 6 of file grid-functors.h.
| MapCorrelation::MapCorrelation | ( | GridMap & | map | ) | [inline] |
Definition at line 12 of file grid-functors.h.
| bool MapCorrelation::operator() | ( | const int | x, |
| const int | y, | ||
| const int | texVal, | ||
| const bool | reverseScan | ||
| ) | [inline] |
Definition at line 14 of file grid-functors.h.
| long long int MapCorrelation::correlation |
Definition at line 9 of file grid-functors.h.
Definition at line 8 of file grid-functors.h.
Definition at line 10 of file grid-functors.h.