Revision: 57360
          http://sourceforge.net/p/brlcad/code/57360
Author:   tbrowder2
Date:     2013-09-01 10:58:22 +0000 (Sun, 01 Sep 2013)
Log Message:
-----------
mark pages Sean said needed updating (pp. 27-37 in original PP version)

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml

Modified: brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml
===================================================================
--- brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml      
2013-08-31 16:37:17 UTC (rev 57359)
+++ brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml      
2013-09-01 10:58:22 UTC (rev 57360)
@@ -639,6 +639,8 @@
 <section>
   <title>Internal Representation</title>
 
+<para>[NEEDS UPDATING]</para>
+
 <itemizedlist>
       <listitem>
         <para>Convenient editing form</para>
@@ -672,6 +674,8 @@
 <section>
   <title>Prep'ed Representation</title>
 
+<para>[NEEDS UPDATING]</para>
+
 <itemizedlist>
       <listitem>
         <para>The form that is actually raytraced</para>
@@ -715,6 +719,8 @@
 <section>
   <title>Simple Database Application</title>
 
+<para>[NEEDS UPDATING]</para>
+
         <para>Necessary headers</para>
 
 <programlisting>#include "conf.h"
@@ -731,6 +737,8 @@
 <section>
   <title>Opening The Database</title>
 
+<para>[NEEDS UPDATING]</para>
+
 <programlisting>struct rt_wdb *wdbp;
 struct db_i *dbip = DBI_NULL;
 
@@ -756,6 +764,8 @@
 <section>
   <title>Creating Geometry</title>
 
+<para>[NEEDS UPDATING]</para>
+
   <para>Note: All db units are in mm</para>
 
   <para>Set mk_conv2mm global for other units</para>
@@ -780,6 +790,8 @@
 <section>
   <title>Getting Geometry</title>
 
+<para>[NEEDS UPDATING]</para>
+
     <para>To retrieve geometry, we have to get an internal
     representation.</para>
 
@@ -807,6 +819,8 @@
 <section>
   <title>Primitive Methods</title>
 
+<para>[NEEDS UPDATING]</para>
+
   <para>Retrieved geometry has a specific set of defined operations
   and methods available. See <filename>h/raytrace.h</filename> for a
   description of <filename>struct rt_functab</filename>.</para>
@@ -821,6 +835,8 @@
 <section>
   <title>Putting Geometry Back</title>
 
+<para>[NEEDS UPDATING]</para>
+
   <para>Database I/O layer converts from internal to external
   format.</para>
 
@@ -828,9 +844,12 @@
 
 </section>
 
+<!-- Next 'div' was a 'draw:page'. -->
 <section>
   <title>Building Boolean Trees</title>
 
+<para>[NEEDS UPDATING]</para>
+
 <itemizedlist>
       <listitem>
         <para>Regions/combinations used to store boolean trees.</para>
@@ -895,6 +914,8 @@
 <section>
   <title>Constructing Boolean List</title>
 
+<para>[NEEDS UPDATING]</para>
+
   <para>Build the list of elements first:</para>
 
 <programlisting>struct wmember wm_hd; /* defined in wdb.h */
@@ -921,6 +942,8 @@
 <section>
   <title>Regions/Combinations</title>
 
+<para>[NEEDS UPDATING]</para>
+
 <itemizedlist>
       <listitem>
         <para>Constructing the actual combination record</para>

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


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to