![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/Layer.hpp>
Collaboration diagram for Slic3r::LayerIsland:Public Member Functions | |
| bool | fill_expolygons_composite () const |
| bool | has_extrusions () const |
| void | add_fill_range (const LayerExtrusionRange &new_fill_range) |
Public Attributes | |
| LayerExtrusionRange | perimeters |
| ExtrusionRange | thin_fills |
| LayerExtrusionRanges | fills |
| ExPolygonRange | fill_expolygons |
| uint32_t | fill_region_id |
Static Private Attributes | |
| static constexpr const uint32_t | fill_region_composite_id = std::numeric_limits<uint32_t>::max() |
Friends | |
| class | Layer |
|
inline |
References Slic3r::IndexRange< T >::begin(), Slic3r::IndexRange< T >::end(), and Slic3r::LayerExtrusionRange::region().
Here is the call graph for this function:
|
inline |
References fill_region_composite_id.
Referenced by Slic3r::insert_fills_into_islands(), and Slic3r::Layer::sort_perimeters_into_islands().
Here is the caller graph for this function:
|
inline |
|
friend |
| ExPolygonRange Slic3r::LayerIsland::fill_expolygons |
Referenced by Slic3r::insert_fills_into_islands(), and Slic3r::Layer::sort_perimeters_into_islands().
|
staticconstexprprivate |
Referenced by fill_expolygons_composite().
| uint32_t Slic3r::LayerIsland::fill_region_id |
Referenced by Slic3r::insert_fills_into_islands(), and Slic3r::Layer::sort_perimeters_into_islands().
| LayerExtrusionRanges Slic3r::LayerIsland::fills |
| LayerExtrusionRange Slic3r::LayerIsland::perimeters |
Referenced by Slic3r::insert_fills_into_islands(), and Slic3r::Layer::sort_perimeters_into_islands().
| ExtrusionRange Slic3r::LayerIsland::thin_fills |
Referenced by Slic3r::Layer::sort_perimeters_into_islands().