libslic3r
Library for generating gcode from 3d models
Public Types | Static Public Member Functions | List of all members
boost::polygon::polygon_set_traits< Polygons > Struct Template Reference

#include <Polygon.hpp>

Public Types

typedef coord_t coordinate_type
 
typedef Polygons::const_iterator iterator_type
 
typedef Polygons operator_arg_type
 

Static Public Member Functions

static iterator_type begin (const Polygons &polygon_set)
 
static iterator_type end (const Polygons &polygon_set)
 
static bool clean (const Polygons &polygon_set)
 
static bool sorted (const Polygons &polygon_set)
 

Member Typedef Documentation

◆ coordinate_type

typedef coord_t boost::polygon::polygon_set_traits< Polygons >::coordinate_type

◆ iterator_type

typedef Polygons::const_iterator boost::polygon::polygon_set_traits< Polygons >::iterator_type

◆ operator_arg_type

typedef Polygons boost::polygon::polygon_set_traits< Polygons >::operator_arg_type

Member Function Documentation

◆ begin()

static iterator_type boost::polygon::polygon_set_traits< Polygons >::begin ( const Polygons polygon_set)
inlinestatic

◆ clean()

static bool boost::polygon::polygon_set_traits< Polygons >::clean ( const Polygons polygon_set)
inlinestatic

◆ end()

static iterator_type boost::polygon::polygon_set_traits< Polygons >::end ( const Polygons polygon_set)
inlinestatic

◆ sorted()

static bool boost::polygon::polygon_set_traits< Polygons >::sorted ( const Polygons polygon_set)
inlinestatic

The documentation for this struct was generated from the following file: