Revision: 53838
http://brlcad.svn.sourceforge.net/brlcad/?rev=53838&view=rev
Author: n_reed
Date: 2012-11-27 20:57:07 +0000 (Tue, 27 Nov 2012)
Log Message:
-----------
stub pipe lod plot routine
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/pipe/pipe.c
brlcad/trunk/src/librt/primitives/table.c
Modified: brlcad/trunk/src/librt/primitives/pipe/pipe.c
===================================================================
--- brlcad/trunk/src/librt/primitives/pipe/pipe.c 2012-11-27 20:29:29 UTC
(rev 53837)
+++ brlcad/trunk/src/librt/primitives/pipe/pipe.c 2012-11-27 20:57:07 UTC
(rev 53838)
@@ -1901,6 +1901,21 @@
return end_orient;
}
+int
+rt_pipe_adaptive_plot(
+ struct rt_db_internal *ip,
+ const struct rt_view_info *info)
+{
+ struct rt_pipe_internal *pipe;
+
+ BU_CK_LIST_HEAD(info->vhead);
+ RT_CK_DB_INTERNAL(ip);
+ pipe = (struct rt_pipe_internal *)ip->idb_ptr;
+ RT_PIPE_CK_MAGIC(pipe);
+
+ return 0;
+}
+
/**
* R T _ P I P E _ P L O T
*/
Modified: brlcad/trunk/src/librt/primitives/table.c
===================================================================
--- brlcad/trunk/src/librt/primitives/table.c 2012-11-27 20:29:29 UTC (rev
53837)
+++ brlcad/trunk/src/librt/primitives/table.c 2012-11-27 20:57:07 UTC (rev
53838)
@@ -782,8 +782,8 @@
rt_pipe_class,
rt_pipe_free,
rt_pipe_plot,
+ rt_pipe_adaptive_plot,
NULL,
- NULL,
rt_pipe_tess,
NULL,
rt_pipe_brep,
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
DESIGN Expert tips on starting your parallel project right.
http://goparallel.sourceforge.net
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits