TriangleSelector: Schedule restarting background process after edit

This commit is contained in:
Lukas Matena 2020-07-15 12:28:52 +02:00
parent 3b91d11ddf
commit afb5d929c4
3 changed files with 9 additions and 3 deletions

View file

@ -406,7 +406,7 @@ public:
using ClockType = std::chrono::steady_clock;
const std::map<int, std::vector<bool>>& get_data() const { return m_data; }
void set(const TriangleSelector& selector);
bool set(const TriangleSelector& selector);
indexed_triangle_set get_facets(const ModelVolume& mv, FacetSupportType type) const;
void clear();