mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
admesh refactoring: Move the hashing structure out of stl_file
This commit is contained in:
parent
025f86ca3f
commit
40b27e8332
6 changed files with 459 additions and 611 deletions
|
@ -459,8 +459,6 @@ bool stl_validate(stl_file *stl)
|
|||
assert(stl->facet_start.size() == stl->stats.number_of_facets);
|
||||
assert(stl->neighbors_start.size() == stl->stats.number_of_facets);
|
||||
assert(stl->facet_start.size() == stl->neighbors_start.size());
|
||||
assert(stl->heads.empty());
|
||||
assert(stl->tail == nullptr);
|
||||
assert(! stl->neighbors_start.empty());
|
||||
assert((stl->v_indices.empty()) == (stl->v_shared.empty()));
|
||||
assert(stl->stats.number_of_facets > 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue