CGraphLookupTable Class Reference

#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 ()
 

Detailed Description

Definition at line 21 of file GraphLookupTable.h.

Constructor & Destructor Documentation

◆ CGraphLookupTable()

CGraphLookupTable ( int  nMaxZenithBins,
int  nMaxAzimuthBins 
)

Definition at line 21 of file GraphLookupTable.cpp.

◆ ~CGraphLookupTable()

Definition at line 29 of file GraphLookupTable.cpp.

Member Function Documentation

◆ buildLookupTable()

void buildLookupTable ( CSphericalGraph pGraph)

Definition at line 34 of file GraphLookupTable.cpp.

+ Here is the call graph for this function:

◆ getClosestNode() [1/4]

int getClosestNode ( Eigen::Vector3d  position)

Definition at line 56 of file GraphLookupTable.cpp.

+ Here is the caller graph for this function:

◆ getClosestNode() [2/4]

int getClosestNode ( Eigen::Vector3d  position,
bool &  bExact 
)

Definition at line 62 of file GraphLookupTable.cpp.

+ Here is the call graph for this function:

◆ getClosestNode() [3/4]

int getClosestNode ( TSphereCoord  position)

Definition at line 50 of file GraphLookupTable.cpp.

+ Here is the call graph for this function:

◆ getClosestNode() [4/4]

int getClosestNode ( TSphereCoord  position,
bool &  bExact 
)

Definition at line 71 of file GraphLookupTable.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: