Reusing unified polygons from statistics

This commit is contained in:
tamasmeszaros 2019-03-26 18:51:27 +01:00
parent 34094bf1b8
commit 95b0467c85
5 changed files with 80 additions and 89 deletions

View file

@ -6,7 +6,7 @@
namespace Slic3r {
class ExPolygon;
class Polygon;
/**
* @brief Raster captures an anti-aliased monochrome canvas where vectorial
@ -83,7 +83,7 @@ public:
void clear();
/// Draw a polygon with holes.
void draw(const ExPolygon& poly);
void draw(const Polygon& poly);
/// Save the raster on the specified stream.
void save(std::ostream& stream, Compression comp = Compression::RAW);