|
qHexWalker 0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
|
This is the complete list of members for H3AStar, including all inherited members.
| __pad0__ | H3AStar | |
| blockedCells | H3AStar | private |
| cellToChildRes3(H3Index index) | H3AStar | privatestatic |
| cellToParentRes3(H3Index index) | H3AStar | privatestatic |
| findBoundaryCellInDirection(const std::vector< H3Index > &cells, H3Index from, H3Index direction) | H3AStar | privatestatic |
| findLocalPathAtResolution(H3Index start, H3Index end, H3Index limitParent) const | H3AStar | private |
| findPathAtResolution3(H3Index start, H3Index end, const LatLng &endCoord) | H3AStar | private |
| findShortestPath(H3Index start, H3Index end) | H3AStar | |
| getChildrenAtResolution(H3Index parent, int resolution) | H3AStar | privatestatic |
| getDistanceBetweenCells(H3Index cell1, H3Index cell2) | H3AStar | privatestatic |
| getNeighbors(H3Index cell) | H3AStar | privatestatic |
| H3AStar(QObject *parent=nullptr) | H3AStar | explicit |
| heuristic(H3Index cell, const LatLng &targetCoord) | H3AStar | privatestatic |
| MAX_CELLS_RES_3 | H3AStar | privatestatic |
| MAX_NEIGHBORS | H3AStar | privatestatic |
| reconstructPath(const std::unordered_map< H3Index, H3Index, H3IndexHash > &previous, H3Index start, H3Index end) | H3AStar | privatestatic |
| refineEndSegmentGradual(H3Index prevInPath, H3Index parentEnd, H3Index originalEnd, int endRes) | H3AStar | private |
| refinePath(const std::vector< H3Index > &pathRes3, H3Index originalStart, H3Index originalEnd, int startRes, int endRes) | H3AStar | private |
| refineStartSegmentGradual(H3Index originalStart, H3Index nextInPath, int startRes) const | H3AStar | private |
| setBlockedCells(const std::unordered_set< H3Index > &blocked) | H3AStar | |
| ~H3AStar() override | H3AStar |