#include <voronoi_diagram.hpp>
Public Types | |
| typedef T | coordinate_type |
| typedef std::size_t | color_type |
| typedef voronoi_edge < coordinate_type > | voronoi_edge_type |
Public Member Functions | |
| voronoi_vertex (const coordinate_type &x, const coordinate_type &y) | |
| const coordinate_type & | x () const |
| const coordinate_type & | y () const |
| bool | is_degenerate () const |
| voronoi_edge_type * | incident_edge () |
| const voronoi_edge_type * | incident_edge () const |
| void | incident_edge (voronoi_edge_type *e) |
| color_type | color () const |
| void | color (color_type color) const |
| typedef std::size_t boost::polygon::voronoi_vertex< T >::color_type |
| typedef T boost::polygon::voronoi_vertex< T >::coordinate_type |
| typedef voronoi_edge<coordinate_type> boost::polygon::voronoi_vertex< T >::voronoi_edge_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |