Browse Source

style: rm useless log

feat-obj-export
mckay 2 weeks ago
parent
commit
3130966407
  1. 3
      network_process/src/process.cpp

3
network_process/src/process.cpp

@ -176,9 +176,6 @@ ISNP_API void build_implicit_network_by_blobtree(const s_settings&
compute_patches(edges_of_iso_face, iso_edges, iso_faces, patches, patch_of_face); compute_patches(edges_of_iso_face, iso_edges, iso_faces, patches, patch_of_face);
compute_chains(iso_verts.size(), iso_edges, chain_vertices, chain_headers, chain_of_mid_face); compute_chains(iso_verts.size(), iso_edges, chain_vertices, chain_headers, chain_of_mid_face);
export_halfpatch_obj(iso_pts, iso_faces, patches, "halfpatch_before_connect"); export_halfpatch_obj(iso_pts, iso_faces, patches, "halfpatch_before_connect");
for (auto &subface : tree.subfaces) {
std::cout << subface.object_ptr->data_center << std::endl;
}
for (const auto& [face_index, chain_indices] : chain_of_mid_face) { for (const auto& [face_index, chain_indices] : chain_of_mid_face) {
auto& chain_indices_ = chain_of_patch[patch_of_face[face_index]]; auto& chain_indices_ = chain_of_patch[patch_of_face[face_index]];
chain_indices_ = std::move(chain_indices); chain_indices_ = std::move(chain_indices);

Loading…
Cancel
Save