Revision: 45078
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45078&view=rev
Author:   starseeker
Date:     2011-06-16 20:26:50 +0000 (Thu, 16 Jun 2011)

Log Message:
-----------
add a couple of gcv functions to gcv.h (need at lest gcv_bottess_region_end for 
windows...)

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

Modified: brlcad/trunk/include/gcv.h
===================================================================
--- brlcad/trunk/include/gcv.h  2011-06-16 20:25:10 UTC (rev 45077)
+++ brlcad/trunk/include/gcv.h  2011-06-16 20:26:50 UTC (rev 45078)
@@ -67,6 +67,21 @@
 GCV_EXPORT extern union tree *gcv_region_end_mc(struct db_tree_state *tsp, 
const struct db_full_path *pathp, union tree *curtree, genptr_t client_data);
 
 
+/**
+ * G C V _ B O T T E S S _ R E G I O N _ E N D
+ *
+ */
+GCV_EXPORT extern union tree *gcv_bottess_region_end(struct db_tree_state 
*tsp, const struct db_full_path *pathp, union tree *curtree, genptr_t 
client_data);
+
+
+/**
+ * G C V _ B O T T E S S
+ *
+ */
+GCV_EXPORT extern union tree *gcv_bottess(int argc, const char **argv, struct 
db_i *dbip, struct rt_tess_tol *ttol);
+
+
+
 __END_DECLS
 
 #endif /* __GCV_H__ */


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to