21 #ifndef __NAVGRAPH_CONSTRAINTS_POLYGON_NODE_CONSTRAINT_H_ 22 #define __NAVGRAPH_CONSTRAINTS_POLYGON_NODE_CONSTRAINT_H_ 24 #include <navgraph/constraints/node_constraint.h> 25 #include <navgraph/constraints/polygon_constraint.h> 30 #include <navgraph/navgraph.h> 47 virtual bool compute(
void)
throw();
Constraint that blocks nodes inside a polygon.
Fawkes library namespace.
Constraint that blocks nodes within and edges touching a polygon.
std::vector< Point > Polygon
A vector of points makes a polygon.
Constraint that can be queried to check if a node is blocked.