Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
voronoi_geometry_type.hpp File Reference
#include <cstddef>
Include dependency graph for voronoi_geometry_type.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::polygon
 

Enumerations

enum  boost::polygon::GeometryCategory {
  boost::polygon::GEOMETRY_CATEGORY_POINT = 0x0,
  boost::polygon::GEOMETRY_CATEGORY_SEGMENT = 0x1
}
 
enum  boost::polygon::SourceCategory {
  boost::polygon::SOURCE_CATEGORY_SINGLE_POINT = 0x0,
  boost::polygon::SOURCE_CATEGORY_SEGMENT_START_POINT = 0x1,
  boost::polygon::SOURCE_CATEGORY_SEGMENT_END_POINT = 0x2,
  boost::polygon::SOURCE_CATEGORY_INITIAL_SEGMENT = 0x8,
  boost::polygon::SOURCE_CATEGORY_REVERSE_SEGMENT = 0x9,
  boost::polygon::SOURCE_CATEGORY_GEOMETRY_SHIFT = 0x3,
  boost::polygon::SOURCE_CATEGORY_BITMASK = 0x1F
}
 

Functions

bool boost::polygon::belongs (SourceCategory source_category, GeometryCategory geometry_category)