TriangleSelector: backend is aware of divided triangles

This commit is contained in:
Lukas Matena 2020-07-15 10:28:20 +02:00
parent 0756a7e4b3
commit 3b91d11ddf
5 changed files with 33 additions and 13 deletions

View file

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