Revision: 73871
http://sourceforge.net/p/brlcad/code/73871
Author: starseeker
Date: 2019-09-10 14:28:10 +0000 (Tue, 10 Sep 2019)
Log Message:
-----------
print out the initial state as well...
Modified Paths:
--------------
brlcad/trunk/src/libbrep/cdt_edge.cpp
Modified: brlcad/trunk/src/libbrep/cdt_edge.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_edge.cpp 2019-09-10 13:22:45 UTC (rev
73870)
+++ brlcad/trunk/src/libbrep/cdt_edge.cpp 2019-09-10 14:28:10 UTC (rev
73871)
@@ -1511,6 +1511,16 @@
}
}
+#if 0
+ {
+ struct bu_vls fname = BU_VLS_INIT_ZERO;
+ bu_vls_sprintf(&fname, "%d-rtree_2d_split_update_0.plot3",
face.m_face_index);
+ plot_rtree_2d2(s_cdt->trim_segs[face_index], bu_vls_cstr(&fname));
+ bu_vls_free(&fname);
+ }
+#endif
+
+
// Check all the edge segments associated with the loop to see if our
bounding box overlaps with boxes
// that aren't our neighbor boxes. For any that do, split and check
again. Keep refining until we
// don't have any non-neighbor overlaps.
@@ -1521,7 +1531,7 @@
bool split_check = false;
-#if 0
+#if 1
if (split_cnt) {
std::cout << "Face " << face_index << " split_cnt " <<
split_cnt << "\n";
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits