Class LPAstarOnGraph::Node
Defined in File LPAstarOnGraph.h
Nested Relationships
This class is a nested type of Template Class LPAstarOnGraph.
Class Documentation
-
class Node
Public Functions
-
inline Node(double costToCome, double costToGo, double rhs, std::size_t &dataId, Node *parentNode = nullptr)
-
inline double costToCome() const
-
inline double costToGo() const
-
inline double rhs() const
-
inline double setCostToCome(double val)
-
inline double setRhs(double val)
-
inline bool isInQueue() const
-
inline void inQueue(bool in)
-
inline std::size_t getId() const
-
inline bool isConsistent() const
-
inline Node(double costToCome, double costToGo, double rhs, std::size_t &dataId, Node *parentNode = nullptr)