Coverage Control Library
Loading...
Searching...
No Matches
Frontier Struct Reference

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
 

Detailed Description

A struct to store a frontier points and a value.

Definition at line 69 of file typedefs.h.

Constructor & Destructor Documentation

◆ Frontier() [1/2]

Frontier ( )
inline

Definition at line 72 of file typedefs.h.

◆ Frontier() [2/2]

Frontier ( Point2 const & p,
double const & v )
inline

Definition at line 73 of file typedefs.h.

Member Data Documentation

◆ pt

Point2 pt

Definition at line 70 of file typedefs.h.

◆ value

double value

Definition at line 71 of file typedefs.h.