![]() |
Prusa Slicer 2.6.0
|
Classes | |
| class | ClipperZIntersectionVisitor |
Typedefs | |
| using | ZPoint = ClipperLib_Z::IntPoint |
| using | ZPoints = ClipperLib_Z::Path |
| using | ZPath = ClipperLib_Z::Path |
| using | ZPaths = ClipperLib_Z::Paths |
Functions | |
| bool | zpoint_lower (const ZPoint &l, const ZPoint &r) |
| template<bool Open = false> | |
| ZPath | to_zpath (const Points &path, coord_t z) |
| template<bool Open = false> | |
| ZPaths | to_zpaths (const VecOfPoints &paths, coord_t z) |
| template<bool Open = false> | |
| ZPaths | expolygons_to_zpaths (const ExPolygons &src, coord_t &base_idx) |
| template<bool Open = false> | |
| Points | from_zpath (const ZPoints &path) |
| template<bool Open = false> | |
| void | from_zpaths (const ZPaths &paths, VecOfPoints &out) |
| template<bool Open = false> | |
| VecOfPoints | from_zpaths (const ZPaths &paths) |
| using Slic3r::ClipperZUtils::ZPath = typedef ClipperLib_Z::Path |
| using Slic3r::ClipperZUtils::ZPaths = typedef ClipperLib_Z::Paths |
| using Slic3r::ClipperZUtils::ZPoint = typedef ClipperLib_Z::IntPoint |
| using Slic3r::ClipperZUtils::ZPoints = typedef ClipperLib_Z::Path |
|
inline |
References Slic3r::ExPolygon::contour, Slic3r::ExPolygon::holes, and Slic3r::MultiPoint::points.
Referenced by Slic3r::Algorithm::wave_seeds().
Here is the caller graph for this function:Referenced by Slic3r::expolygons_to_zpaths_shrunk(), and Slic3r::Algorithm::wave_seeds().
Here is the caller graph for this function:
|
inline |
References from_zpaths().
Here is the call graph for this function:
|
inline |
Referenced by from_zpaths().
Here is the caller graph for this function:
|
inline |
|
inline |