HOG2
Public Member Functions | List of all members
EuclideanDistance Class Reference

#include <Map2DEnvironment.h>

Inheritance diagram for EuclideanDistance:
Inheritance graph
[legend]
Collaboration diagram for EuclideanDistance:
Collaboration graph
[legend]

Public Member Functions

double HCost (const xyLoc &a, const xyLoc &b) const
 
- Public Member Functions inherited from Heuristic< xyLoc >
 Heuristic ()
 
virtual ~Heuristic ()
 

Additional Inherited Members

- Public Attributes inherited from Heuristic< xyLoc >
std::vector< HeuristicTreeNodelookups
 
std::vector< Heuristic * > heuristics
 
uint64_t histogram [256]
 

Detailed Description

Definition at line 122 of file Map2DEnvironment.h.

Member Function Documentation

◆ HCost()

double EuclideanDistance::HCost ( const xyLoc a,
const xyLoc b 
) const
inlinevirtual

Reimplemented from Heuristic< xyLoc >.

Definition at line 124 of file Map2DEnvironment.h.

References xyLoc::x, and xyLoc::y.


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