Revision: 65178
          http://sourceforge.net/p/brlcad/code/65178
Author:   n_reed
Date:     2015-06-04 17:40:35 +0000 (Thu, 04 Jun 2015)
Log Message:
-----------
make some DebugPlot members public for ad hoc plotting

Modified Paths:
--------------
    brlcad/branches/brep-debug/src/libbrep/debug_plot.h
    brlcad/branches/brep-debug/src/libbrep/intersect.cpp

Modified: brlcad/branches/brep-debug/src/libbrep/debug_plot.h
===================================================================
--- brlcad/branches/brep-debug/src/libbrep/debug_plot.h 2015-06-04 14:48:25 UTC 
(rev 65177)
+++ brlcad/branches/brep-debug/src/libbrep/debug_plot.h 2015-06-04 17:40:35 UTC 
(rev 65178)
@@ -85,6 +85,22 @@
        const ON_Surface *surf,
        ON_ClassArray<LinkedCurve> &linked_curves);
 
+    void
+    Plot3DCurveFrom2D(
+       const ON_Surface *surf,
+       const ON_Curve *crv,
+       const char *filename,
+       unsigned char *color,
+       bool decorate = false
+       );
+
+    void
+    Plot3DCurve(
+       const ON_Curve *crv,
+       const char *filename,
+       unsigned char *color,
+       struct bu_list *vlist = NULL);
+
 private:
     struct bu_list vlist_free_list;
     std::string prefix;
@@ -106,22 +122,6 @@
        unsigned char *color);
 
     void
-    Plot3DCurveFrom2D(
-       const ON_Surface *surf,
-       const ON_Curve *crv,
-       const char *filename,
-       unsigned char *color,
-       bool decorate = false
-       );
-
-    void
-    Plot3DCurve(
-       const ON_Curve *crv,
-       const char *filename,
-       unsigned char *color,
-       struct bu_list *vlist = NULL);
-
-    void
     PlotBoundaryIsocurves(
        struct bu_list *vlist,
        const ON_Surface &surf,

Modified: brlcad/branches/brep-debug/src/libbrep/intersect.cpp
===================================================================
--- brlcad/branches/brep-debug/src/libbrep/intersect.cpp        2015-06-04 
14:48:25 UTC (rev 65177)
+++ brlcad/branches/brep-debug/src/libbrep/intersect.cpp        2015-06-04 
17:40:35 UTC (rev 65178)
@@ -28,6 +28,7 @@
 #include <assert.h>
 #include <vector>
 #include <algorithm>
+#include <sstream>
 
 #include "vmath.h"
 

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

Reply via email to