Revision: 44688
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44688&view=rev
Author:   davidloman
Date:     2011-05-25 18:18:51 +0000 (Wed, 25 May 2011)

Log Message:
-----------
Documentation and formatting....

Modified Paths:
--------------
    geomcore/trunk/include/FileDataSource.h

Modified: geomcore/trunk/include/FileDataSource.h
===================================================================
--- geomcore/trunk/include/FileDataSource.h     2011-05-25 18:18:07 UTC (rev 
44687)
+++ geomcore/trunk/include/FileDataSource.h     2011-05-25 18:18:51 UTC (rev 
44688)
@@ -57,8 +57,23 @@
        bool putObj(std::string path, BRLCAD::MinimalObject* obj);
 
        static int getFsDirList(std::string, std::list<std::string>*);
-       static int getGChildList(std::string, std::string, 
std::list<std::string>*, bool isTops = false);
 
+       /**
+        * Get a list of the names of the children for object 'gPath'
+        * in the brlcad file 'fsPath'
+        *
+        * Return values:
+        *      >=0 Number of items added to 'list'
+         *      <0 error:
+         *              -1 filesystem Path not valid.
+         *              -2 geometry Path not valid.
+         *              -3 Valid path, but corrupt Object Data.
+        */
+       static int getGChildList(
+           std::string fsPath,
+           std::string gPath,
+           std::list<std::string>* list);
+
 private:
        std::string repoPath;
 


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

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to