Files
OpenSceneGraph/src/osgPlugins
Robert Osfield b4353c1a8e Added following methods to osgDB::Archive in support of work by Fradley Anderegg on .zip archive support:
/** Get the file name which represents the archived file.*/
       virtual std::string getArchiveFileName() const = 0;

       /** return type of file. */
       virtual FileType getFileType(const std::string& filename) const = 0;

       /** return the contents of a directory.
       * returns an empty array on any error.*/
       virtual DirectoryContents getDirectoryContents(const std::string& dirName) const = 0;

Added implementations of these new methods into src/osgPlugins/osga/OSGA_Archive.h src/osgPlugins/osga/OSGA_Archive.cpp
2011-04-29 16:34:26 +00:00
..
2010-05-28 16:30:36 +00:00
2010-11-22 11:22:03 +00:00
2011-04-14 15:22:43 +00:00
2011-03-21 21:28:02 +00:00
2010-05-28 16:37:40 +00:00
2011-03-09 15:55:35 +00:00
2010-08-16 14:24:12 +00:00
2011-01-28 11:07:51 +00:00
2011-04-27 16:00:32 +00:00
2010-11-22 11:22:03 +00:00
2010-11-22 11:22:03 +00:00
2010-11-22 11:22:03 +00:00
2010-11-22 11:22:03 +00:00
2010-09-07 18:18:35 +00:00
2010-11-22 11:22:03 +00:00