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

#include <ExPolygon.hpp>

Public Types

typedef Polygons::const_iterator iterator_holes_type
 
typedef Polygon hole_type
 

Static Public Member Functions

static iterator_holes_type begin_holes (const ExPolygon &t)
 
static iterator_holes_type end_holes (const ExPolygon &t)
 
static unsigned int size_holes (const ExPolygon &t)
 

Member Typedef Documentation

◆ hole_type

typedef Polygon boost::polygon::polygon_with_holes_traits< ExPolygon >::hole_type

◆ iterator_holes_type

typedef Polygons::const_iterator boost::polygon::polygon_with_holes_traits< ExPolygon >::iterator_holes_type

Member Function Documentation

◆ begin_holes()

static iterator_holes_type boost::polygon::polygon_with_holes_traits< ExPolygon >::begin_holes ( const ExPolygon t)
inlinestatic

◆ end_holes()

static iterator_holes_type boost::polygon::polygon_with_holes_traits< ExPolygon >::end_holes ( const ExPolygon t)
inlinestatic

◆ size_holes()

static unsigned int boost::polygon::polygon_with_holes_traits< ExPolygon >::size_holes ( const ExPolygon t)
inlinestatic

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