![]() |
Prusa Slicer 2.6.0
|
Index into ExPolygons Identify expolygon, its contour (or hole) and point. More...
#include <src/libslic3r/ExPolygonsIndex.hpp>
Public Member Functions | |
| bool | is_contour () const |
| bool | is_hole () const |
| uint32_t | hole_index () const |
Public Attributes | |
| uint32_t | expolygons_index |
| uint32_t | polygon_index |
| uint32_t | point_index |
Index into ExPolygons Identify expolygon, its contour (or hole) and point.
|
inline |
References polygon_index.
|
inline |
References polygon_index.
|
inline |
References polygon_index.
| uint32_t Slic3r::ExPolygonsIndex::expolygons_index |
| uint32_t Slic3r::ExPolygonsIndex::point_index |
Referenced by priv::is_face_inside().
| uint32_t Slic3r::ExPolygonsIndex::polygon_index |
Referenced by hole_index(), is_contour(), and is_hole().