You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
964 B

#pragma once
#include <fwd_types.hpp>
#include <blobtree.hpp>
std::vector<dynamic_bitset<>> propagate_subface_labels(size_t subface_count,
const std::vector<polygon_face_t>& faces,
const std::vector<std::vector<uint32_t>>& patches,
const std::vector<std::vector<uint32_t>>& arrangement_cells,
const std::vector<uint32_t>& shell_of_half_patch,
const std::vector<std::vector<uint32_t>>& shells,
const std::vector<uint32_t>& shell_to_cell);
dynamic_bitset<> filter_cells_by_boolean(const baked_blobtree_t& tree, std::vector<dynamic_bitset<>>& cell_primitive_signs);