Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-12-24 12:20:55 +0300
committerAlessandro Ranellucci <aar@cpan.org>2014-12-24 12:20:55 +0300
commit4848cb7606a3f1f0741bcff9cae0cc19764c59f0 (patch)
treecd4f73bd786f10391fd561ec10f32987606eb413 /xs/src/libslic3r/SurfaceCollection.hpp
parentea40c4d1b0d7d67464f7cebdd98a669b4b8ffb4b (diff)
Ported PrintObject::bridge_over_infill() to XS
Diffstat (limited to 'xs/src/libslic3r/SurfaceCollection.hpp')
-rw-r--r--xs/src/libslic3r/SurfaceCollection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/libslic3r/SurfaceCollection.hpp b/xs/src/libslic3r/SurfaceCollection.hpp
index 494bb1a21..09a46449e 100644
--- a/xs/src/libslic3r/SurfaceCollection.hpp
+++ b/xs/src/libslic3r/SurfaceCollection.hpp
@@ -16,6 +16,8 @@ class SurfaceCollection
void simplify(double tolerance);
void group(std::vector<SurfacesPtr> *retval);
template <class T> bool any_internal_contains(const T &item) const;
+ SurfacesPtr filter_by_type(SurfaceType type);
+ void filter_by_type(SurfaceType type, Polygons* polygons);
};
}