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

#include <ExPolygon.hpp>

Public Types

typedef coord_t coordinate_type
 
typedef ExPolygons::const_iterator iterator_type
 
typedef ExPolygons operator_arg_type
 

Static Public Member Functions

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

Member Typedef Documentation

◆ coordinate_type

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

◆ iterator_type

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

◆ operator_arg_type

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

Member Function Documentation

◆ begin()

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

◆ clean()

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

◆ end()

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

◆ sorted()

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

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