![]() |
Prusa Slicer 2.6.0
|
Classes | |
| class | EmptyPathsProvider |
| struct | ExPolygonProvider |
| struct | ExPolygonsProvider |
| class | MultiPointsProvider |
| class | PathsProvider |
| class | PathsProviderIteratorBase |
| class | SinglePathProvider |
| struct | SurfacesProvider |
| struct | SurfacesPtrProvider |
Typedefs | |
| using | PolygonsProvider = MultiPointsProvider< Polygons > |
| using | PolylinesProvider = MultiPointsProvider< Polylines > |
| using | ZPoint = Vec3i32 |
| using | ZPoints = std::vector< Vec3i32 > |
| using Slic3r::ClipperUtils::PolygonsProvider = typedef MultiPointsProvider<Polygons> |
| using Slic3r::ClipperUtils::PolylinesProvider = typedef MultiPointsProvider<Polylines> |
| using Slic3r::ClipperUtils::ZPoint = typedef Vec3i32 |
| using Slic3r::ClipperUtils::ZPoints = typedef std::vector<Vec3i32> |
| Points Slic3r::ClipperUtils::clip_clipper_polygon_with_subject_bbox | ( | const Points & | src, |
| const BoundingBox & | bbox | ||
| ) |
References clip_clipper_polygon_with_subject_bbox_templ().
Here is the call graph for this function:| void Slic3r::ClipperUtils::clip_clipper_polygon_with_subject_bbox | ( | const Points & | src, |
| const BoundingBox & | bbox, | ||
| Points & | out | ||
| ) |
References clip_clipper_polygon_with_subject_bbox_templ().
Referenced by clip_clipper_polygon_with_subject_bbox(), clip_clipper_polygon_with_subject_bbox(), clip_clipper_polygon_with_subject_bbox_templ(), clip_clipper_polygons_with_subject_bbox(), clip_clipper_polygons_with_subject_bbox(), and Slic3r::traverse_extrusions().
Here is the call graph for this function:
Here is the caller graph for this function:| Polygon Slic3r::ClipperUtils::clip_clipper_polygon_with_subject_bbox | ( | const Polygon & | src, |
| const BoundingBox & | bbox | ||
| ) |
References clip_clipper_polygon_with_subject_bbox(), and Slic3r::MultiPoint::points.
Here is the call graph for this function:| void Slic3r::ClipperUtils::clip_clipper_polygon_with_subject_bbox | ( | const Polygon & | src, |
| const BoundingBox & | bbox, | ||
| Polygon & | out | ||
| ) |
References clip_clipper_polygon_with_subject_bbox(), and Slic3r::MultiPoint::points.
Here is the call graph for this function:| ZPoints Slic3r::ClipperUtils::clip_clipper_polygon_with_subject_bbox | ( | const ZPoints & | src, |
| const BoundingBox & | bbox | ||
| ) |
References clip_clipper_polygon_with_subject_bbox_templ().
Here is the call graph for this function:| void Slic3r::ClipperUtils::clip_clipper_polygon_with_subject_bbox | ( | const ZPoints & | src, |
| const BoundingBox & | bbox, | ||
| ZPoints & | out | ||
| ) |
References clip_clipper_polygon_with_subject_bbox_templ().
Here is the call graph for this function:| PointsType Slic3r::ClipperUtils::clip_clipper_polygon_with_subject_bbox_templ | ( | const PointsType & | src, |
| const BoundingBox & | bbox | ||
| ) |
References clip_clipper_polygon_with_subject_bbox().
Here is the call graph for this function:
|
inline |
References Slic3r::BoundingBoxBase< PointType, APointsType >::max, and Slic3r::BoundingBoxBase< PointType, APointsType >::min.
Referenced by clip_clipper_polygon_with_subject_bbox(), clip_clipper_polygon_with_subject_bbox(), clip_clipper_polygon_with_subject_bbox(), and clip_clipper_polygon_with_subject_bbox().
Here is the caller graph for this function:| Polygons Slic3r::ClipperUtils::clip_clipper_polygons_with_subject_bbox | ( | const ExPolygon & | src, |
| const BoundingBox & | bbox | ||
| ) |
References clip_clipper_polygon_with_subject_bbox(), Slic3r::ExPolygon::contour, Slic3r::ExPolygon::holes, and Slic3r::ExPolygon::num_contours().
Here is the call graph for this function:| Polygons Slic3r::ClipperUtils::clip_clipper_polygons_with_subject_bbox | ( | const Polygons & | src, |
| const BoundingBox & | bbox | ||
| ) |
References clip_clipper_polygon_with_subject_bbox().
Referenced by Slic3r::diff_clipped(), Slic3r::SupportSpotsGenerator::estimate_slice_connection(), Slic3r::generate_extra_perimeters_over_overhangs(), Slic3r::intersection_clipped(), Slic3r::Algorithm::propagate_wave_from_boundary(), Slic3r::FFFTreeSupport::safe_offset_inc(), Slic3r::RetractWhenCrossingPerimeters::travel_inside_internal_regions(), and Slic3r::traverse_loops_classic().
Here is the call graph for this function:
Here is the caller graph for this function: