WIP SupportGeneratorLayerStorage refactoring.

This commit is contained in:
Vojtech Bubnik 2023-05-05 10:21:15 +02:00
parent 1bbe0c5be3
commit cc938e7549
6 changed files with 205 additions and 167 deletions

View file

@ -11,6 +11,7 @@
#include "TreeModelVolumes.hpp"
#include "Point.hpp"
#include "Support/SupportLayer.hpp"
#include <boost/container/small_vector.hpp>
@ -39,10 +40,7 @@ namespace Slic3r
// Forward declarations
class Print;
class PrintObject;
class SupportGeneratorLayer;
struct SlicingParameters;
using SupportGeneratorLayerStorage = std::deque<SupportGeneratorLayer>;
using SupportGeneratorLayersPtr = std::vector<SupportGeneratorLayer*>;
namespace FFFTreeSupport
{