#include <voronoi_diagram.hpp>
Public Types | |
| typedef T | coordinate_type |
| typedef std::size_t | color_type |
| typedef voronoi_edge < coordinate_type > | voronoi_edge_type |
| typedef std::size_t | source_index_type |
| typedef SourceCategory | source_category_type |
Public Member Functions | |
| voronoi_cell (source_index_type source_index, source_category_type source_category) | |
| bool | contains_point () const |
| bool | contains_segment () const |
| source_index_type | source_index () const |
| source_category_type | source_category () 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_cell< T >::color_type |
| typedef T boost::polygon::voronoi_cell< T >::coordinate_type |
| typedef SourceCategory boost::polygon::voronoi_cell< T >::source_category_type |
| typedef std::size_t boost::polygon::voronoi_cell< T >::source_index_type |
| typedef voronoi_edge<coordinate_type> boost::polygon::voronoi_cell< T >::voronoi_edge_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |