CGraphPyramidLookupTable Class Reference

#include <RobotAPI/components/EarlyVisionGraph/GraphPyramidLookupTable.h>

Public Member Functions

void buildLookupTable (CSphericalGraph *pGraph)
 
 CGraphPyramidLookupTable (int nMaxZenithBins, int nMaxAzimuthBins)
 
int getClosestNode (Eigen::Vector3d position)
 
int getClosestNode (TSphereCoord position)
 
 ~CGraphPyramidLookupTable ()
 

Detailed Description

Definition at line 22 of file GraphPyramidLookupTable.h.

Constructor & Destructor Documentation

◆ CGraphPyramidLookupTable()

CGraphPyramidLookupTable ( int  nMaxZenithBins,
int  nMaxAzimuthBins 
)

Definition at line 21 of file GraphPyramidLookupTable.cpp.

◆ ~CGraphPyramidLookupTable()

Definition at line 46 of file GraphPyramidLookupTable.cpp.

Member Function Documentation

◆ buildLookupTable()

void buildLookupTable ( CSphericalGraph pGraph)

Definition at line 58 of file GraphPyramidLookupTable.cpp.

◆ getClosestNode() [1/2]

int getClosestNode ( Eigen::Vector3d  position)

Definition at line 70 of file GraphPyramidLookupTable.cpp.

+ Here is the call graph for this function:

◆ getClosestNode() [2/2]

int getClosestNode ( TSphereCoord  position)

Definition at line 78 of file GraphPyramidLookupTable.cpp.


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