Revision: 74284
http://sourceforge.net/p/brlcad/code/74284
Author: starseeker
Date: 2019-11-01 20:28:07 +0000 (Fri, 01 Nov 2019)
Log Message:
-----------
Going to have to drill into the RTree oddity and figure out if it's me or them
(and either way fix it) to make sure that's not a source of some of the odd
behavior I'm seeing...
Modified Paths:
--------------
brlcad/trunk/src/libbrep/RTree.h
Modified: brlcad/trunk/src/libbrep/RTree.h
===================================================================
--- brlcad/trunk/src/libbrep/RTree.h 2019-11-01 20:22:39 UTC (rev 74283)
+++ brlcad/trunk/src/libbrep/RTree.h 2019-11-01 20:28:07 UTC (rev 74284)
@@ -121,6 +121,12 @@
/// Load tree contents from stream
bool Load(RTFileStream& a_stream);
+ // TODO - make an ASCII version of this stream, or find some other way
+ // to interactively debug the tree structure. Getting some unexpected
+ // results from tree opertions, and need to rule out incremental
+ // insertion/removal bugs in RTree... probably in my code, but in at
+ // least one case a vertex tree missed an intersect test and then found
+ // it after a full tree rebuild with no other data changes...
/// Save tree contents to file
bool Save(const char* a_fileName);
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