Change in passing octree struct

This commit is contained in:
Lukáš Hejl 2020-09-02 22:53:10 +02:00
parent 9eeb5e4364
commit 33121b705a
4 changed files with 21 additions and 18 deletions

View file

@ -13,6 +13,10 @@ class Layer;
class PrintRegion;
class PrintObject;
namespace FillAdaptive_Internal {
struct Octree;
};
class LayerRegion
{
public:
@ -134,7 +138,7 @@ public:
return false;
}
void make_perimeters();
void make_fills();
void make_fills(FillAdaptive_Internal::Octree* adaptive_fill_octree);
void make_ironing();
void export_region_slices_to_svg(const char *path) const;