Revision: 42429
http://brlcad.svn.sourceforge.net/brlcad/?rev=42429&view=rev
Author: brlcad
Date: 2011-01-19 05:10:13 +0000 (Wed, 19 Jan 2011)
Log Message:
-----------
remove duplicate rt_dirbuild declaration
Modified Paths:
--------------
brlcad/trunk/include/raytrace.h
Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h 2011-01-19 01:37:34 UTC (rev 42428)
+++ brlcad/trunk/include/raytrace.h 2011-01-19 05:10:13 UTC (rev 42429)
@@ -2327,12 +2327,9 @@
* Applications interface to the RT library *
* *
*****************************************************************/
-/* Read named MGED db, build toc */
-RT_EXPORT BU_EXTERN(struct rt_i *rt_dirbuild,
- (const char *filename,
- char *buf,
- int len));
+
/* Prepare for raytracing */
+
RT_EXPORT BU_EXTERN(struct rt_i *rt_new_rti,
(struct db_i *dbip));
RT_EXPORT BU_EXTERN(void rt_free_rti,
@@ -2368,6 +2365,7 @@
const fastf_t *avec,
const fastf_t *bvec,
fastf_t gridsize));
+
RT_EXPORT BU_EXTERN(int rt_gen_circular_grid,
(struct xrays *ray_bundle,
const struct xray *center_ray,
@@ -3319,9 +3317,12 @@
/* dir.c */
-RT_EXPORT BU_EXTERN(struct rt_i *rt_dirbuild,
- (const char *filename,
- char *buf, int len));
+
+/**
+ * Read named MGED db, build toc.
+ */
+RT_EXPORT BU_EXTERN(struct rt_i *rt_dirbuild, (const char *filename, char
*buf, int len));
+
RT_EXPORT BU_EXTERN(int rt_db_get_internal,
(struct rt_db_internal *ip,
const struct directory *dp,
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits