Revision: 69101
          http://sourceforge.net/p/brlcad/code/69101
Author:   starseeker
Date:     2016-10-17 16:02:48 +0000 (Mon, 17 Oct 2016)
Log Message:
-----------
Add a note to look into representational work post-Weiler to see if it makes 
sense to incorporate some of the new ideas.

Modified Paths:
--------------
    brlcad/trunk/include/nmg.h

Modified: brlcad/trunk/include/nmg.h
===================================================================
--- brlcad/trunk/include/nmg.h  2016-10-17 14:23:02 UTC (rev 69100)
+++ brlcad/trunk/include/nmg.h  2016-10-17 16:02:48 UTC (rev 69101)
@@ -30,6 +30,29 @@
 /** @{ */
 /** @file include/nmg.h */
 
+/*
+ * TODO: since this original work, there have been a number of subsequent
+ * papers published on ways of representing non-manifold geometry.  In
+ * particular, the "partial entity" structure is purported to have essentially
+ * the same representation power as Weiler's radial edge approach but with
+ * more compact storage:
+ *
+ *  Sang Hun Lee and Kunwoo Lee, Partial Entity Structure: A Compact Boundary
+ *  Representation for Non-Manifold Geometric Modeling, J. Comput. Inf. Sci.
+ *  Eng 1(4), 356-365 (Nov 01, 2001)
+ *
+ *  Sang Hun Lee and Kunwoo Lee, Partial entity structure: a compact
+ *  non-manifold boundary representation based on partial topological entities,
+ *  SMA '01 Proceedings of the sixth ACM symposium on Solid modeling and
+ *  applications Pages 159-170
+ *
+ * Also, from a design perspective, it would be nice if we could set this up so
+ * that the more general non-manifold data structures include less general
+ * containers and just extend them with the necessary extra information...
+ * Don't know if that's possible, but it would be really nice from a data
+ * conversion standpoint...
+ */
+
 #ifndef NMG_H
 #define NMG_H
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to