Coverage Control Library
|
A struct to store a frontier points and a value. More...
#include <typedefs.h>
Public Member Functions | |
Frontier () | |
Frontier (Point2 const &p, double const &v) | |
Public Attributes | |
Point2 | pt |
double | value |
A struct to store a frontier points and a value.
Definition at line 69 of file typedefs.h.
|
inline |
Definition at line 72 of file typedefs.h.
Definition at line 73 of file typedefs.h.
Point2 pt |
Definition at line 70 of file typedefs.h.
double value |
Definition at line 71 of file typedefs.h.