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

#include <ExPolygon.hpp>

Public Types

typedef coord_t coordinate_type
 
typedef Points::const_iterator iterator_type
 
typedef Point point_type
 

Static Public Member Functions

static iterator_type begin_points (const ExPolygon &t)
 
static iterator_type end_points (const ExPolygon &t)
 
static std::size_t size (const ExPolygon &t)
 
static winding_direction winding (const ExPolygon &t)
 

Member Typedef Documentation

◆ coordinate_type

typedef coord_t boost::polygon::polygon_traits< ExPolygon >::coordinate_type

◆ iterator_type

typedef Points::const_iterator boost::polygon::polygon_traits< ExPolygon >::iterator_type

◆ point_type

typedef Point boost::polygon::polygon_traits< ExPolygon >::point_type

Member Function Documentation

◆ begin_points()

static iterator_type boost::polygon::polygon_traits< ExPolygon >::begin_points ( const ExPolygon t)
inlinestatic

◆ end_points()

static iterator_type boost::polygon::polygon_traits< ExPolygon >::end_points ( const ExPolygon t)
inlinestatic

◆ size()

static std::size_t boost::polygon::polygon_traits< ExPolygon >::size ( const ExPolygon t)
inlinestatic

◆ winding()

static winding_direction boost::polygon::polygon_traits< ExPolygon >::winding ( const ExPolygon t)
inlinestatic

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