Revision: 53701
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53701&view=rev
Author:   n_reed
Date:     2012-11-15 14:24:47 +0000 (Thu, 15 Nov 2012)
Log Message:
-----------
stub arb8 lod plot routine

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/arb8/arb8.c
    brlcad/trunk/src/librt/primitives/table.c

Modified: brlcad/trunk/src/librt/primitives/arb8/arb8.c
===================================================================
--- brlcad/trunk/src/librt/primitives/arb8/arb8.c       2012-11-14 21:36:23 UTC 
(rev 53700)
+++ brlcad/trunk/src/librt/primitives/arb8/arb8.c       2012-11-15 14:24:47 UTC 
(rev 53701)
@@ -1097,7 +1097,22 @@
     bu_free((char *)arbp, "arb_specific");
 }
 
+int
+rt_arb_adaptive_plot(
+       struct rt_db_internal *ip,
+       const struct rt_view_info *info)
+{
+    struct rt_arb_internal *arb;
 
+    BU_CK_LIST_HEAD(info->vhead);
+    RT_CK_DB_INTERNAL(ip);
+    arb = (struct rt_arb_internal *)ip->idb_ptr;
+    RT_ARB_CK_MAGIC(arb);
+
+    return 0;
+}
+
+
 #define ARB_FACE(valp, a, b, c, d) \
        RT_ADD_VLIST(vhead, valp[a], BN_VLIST_LINE_MOVE); \
        RT_ADD_VLIST(vhead, valp[b], BN_VLIST_LINE_DRAW); \

Modified: brlcad/trunk/src/librt/primitives/table.c
===================================================================
--- brlcad/trunk/src/librt/primitives/table.c   2012-11-14 21:36:23 UTC (rev 
53700)
+++ brlcad/trunk/src/librt/primitives/table.c   2012-11-15 14:24:47 UTC (rev 
53701)
@@ -331,7 +331,7 @@
        rt_arb_class,
        rt_arb_free,
        rt_arb_plot,
-       NULL,
+       rt_arb_adaptive_plot,
        rt_arb_vshot,
        rt_arb_tess,
        rt_arb_tnurb,

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to