Revision: 45769
http://brlcad.svn.sourceforge.net/brlcad/?rev=45769&view=rev
Author: r_weiss
Date: 2011-08-03 17:28:01 +0000 (Wed, 03 Aug 2011)
Log Message:
-----------
Added an entry into the 'raytrace.h' header for a new function 'nmg_keu_zl'
which removes all zero length edgeuse from an nmg shell. This function is
disabled by default and is a work in progress. This function supports the
prototype version of 'nmg_triangulate_fu'.
Modified Paths:
--------------
brlcad/trunk/include/raytrace.h
Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h 2011-08-03 17:22:48 UTC (rev 45768)
+++ brlcad/trunk/include/raytrace.h 2011-08-03 17:28:01 UTC (rev 45769)
@@ -3742,6 +3742,10 @@
RT_EXPORT extern int nmg_kfu(struct faceuse *fu1);
RT_EXPORT extern int nmg_klu(struct loopuse *lu1);
RT_EXPORT extern int nmg_keu(struct edgeuse *eu);
+#ifdef TRI_PROTOTYPE
+RT_EXPORT extern int nmg_keu_zl(struct shell *s,
+ const struct bn_tol *tol);
+#endif
RT_EXPORT extern int nmg_ks(struct shell *s);
RT_EXPORT extern int nmg_kr(struct nmgregion *r);
RT_EXPORT extern void nmg_km(struct model *m);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits