Files
OpenSceneGraph/include/osgDB
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
..
2011-03-30 15:15:07 +00:00
2009-06-19 11:04:48 +00:00
2006-07-18 15:21:48 +00:00
2009-01-07 10:32:59 +00:00
2010-11-22 11:22:03 +00:00
2010-11-26 12:22:06 +00:00