BetaGridGenerator Member List
This is the complete list of members for
BetaGridGenerator, including all inherited members.
BetaGridGenerator(double minRho, double maxRho, unsigned int binRho, unsigned int binPhi) | BetaGridGenerator | |
BetaGridGenerator(const std::vector< double > &rhoEdges, const std::vector< double > &phiEdges) | BetaGridGenerator | |
describe(const InterestPoint &point, const LaserReading &reading) | BetaGridGenerator | [virtual] |
describe(const OrientedPoint2D &point, const LaserReading &reading) | BetaGridGenerator | [virtual] |
getBinPhi() const | BetaGridGenerator | [inline] |
getBinRho() const | BetaGridGenerator | [inline] |
getDistanceFunction() const | BetaGridGenerator | [inline] |
getMaxRho() const | BetaGridGenerator | [inline] |
getMinRho() const | BetaGridGenerator | [inline] |
getPhiEdges() const | BetaGridGenerator | [inline] |
getRhoEdges() const | BetaGridGenerator | [inline] |
intersectSegment2Arc(const Point2D &segmentStart, const Point2D &segmentEnd, const Point2D &arcStart, const Point2D &arcEnd, const Point2D &arcCenter) | BetaGridGenerator | [protected] |
intersectSegment2Segment(const Point2D &segment1Start, const Point2D &segment1End, const Point2D &segment2Start, const Point2D &segment2End) | BetaGridGenerator | [protected] |
m_distanceFunction | BetaGridGenerator | [protected] |
m_phiEdges | BetaGridGenerator | [protected] |
m_rhoEdges | BetaGridGenerator | [protected] |
setDistanceFunction(const HistogramDistance< double > *distanceFunction) | BetaGridGenerator | [inline] |
setEdges(double minRho, double maxRho, unsigned int binRho, unsigned int binPhi) | BetaGridGenerator | |
setEdges(const std::vector< double > &rhoEdges, const std::vector< double > &phiEdges) | BetaGridGenerator | [inline] |