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

#include <Polygon.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 Polygon &t)
 
static iterator_type end_points (const Polygon &t)
 
static std::size_t size (const Polygon &t)
 
static winding_direction winding (const Polygon &t)
 

Member Typedef Documentation

◆ coordinate_type

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

◆ iterator_type

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

◆ point_type

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

Member Function Documentation

◆ begin_points()

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

◆ end_points()

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

◆ size()

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

◆ winding()

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

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