OpenLibrary
Public Member Functions | Public Attributes | Friends | List of all members
ol::Router::Point< CoordT, ScoreT > Struct Template Reference
Inheritance diagram for ol::Router::Point< CoordT, ScoreT >:
ol::Router::Coordinates< CoordT >

Public Member Functions

 Point (const CoordT &_x, const CoordT &_y, Point *p=nullptr)
 
- Public Member Functions inherited from ol::Router::Coordinates< CoordT >
 Coordinates (CoordT _x, CoordT _y)
 
bool operator< (const Coordinates &other) const
 
bool operator== (const Coordinates &other) const
 

Public Attributes

ScoreT f_score
 
ScoreT g_score
 
Pointorigin
 
- Public Attributes inherited from ol::Router::Coordinates< CoordT >
CoordT x
 
CoordT y
 

Friends

std::ostream & operator<< (std::ostream &stream, const Point &p)
 

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