|
#include <RobotAPI/components/EarlyVisionGraph/GraphLookupTable.h>
Public Member Functions | |
void | buildLookupTable (CSphericalGraph *pGraph) |
CGraphLookupTable (int nMaxZenithBins, int nMaxAzimuthBins) | |
int | getClosestNode (Eigen::Vector3d position) |
int | getClosestNode (Eigen::Vector3d position, bool &bExact) |
int | getClosestNode (TSphereCoord position) |
int | getClosestNode (TSphereCoord position, bool &bExact) |
~CGraphLookupTable () | |
Definition at line 21 of file GraphLookupTable.h.
CGraphLookupTable | ( | int | nMaxZenithBins, |
int | nMaxAzimuthBins | ||
) |
Definition at line 21 of file GraphLookupTable.cpp.
~CGraphLookupTable | ( | ) |
Definition at line 29 of file GraphLookupTable.cpp.
void buildLookupTable | ( | CSphericalGraph * | pGraph | ) |
int getClosestNode | ( | Eigen::Vector3d | position | ) |
int getClosestNode | ( | Eigen::Vector3d | position, |
bool & | bExact | ||
) |
int getClosestNode | ( | TSphereCoord | position | ) |
int getClosestNode | ( | TSphereCoord | position, |
bool & | bExact | ||
) |