Functions | |
OSGA_Archive () | |
~OSGA_Archive () | |
bool | open (const std::string &filename, ArchiveStatus status, unsigned int indexBlockSize) |
bool | open (std::istream &fin) |
bool | _open (std::istream &input) |
void | close () |
std::string | getMasterFileName () const |
bool | getFileNames (FileNameList &fileNameList) const |
void | writeIndexBlocks () |
bool | fileExists (const std::string &filename) const |
bool | addFileReference (pos_type position, size_type size, const std::string &fileName) |
ReaderWriter::ReadResult | read (const ReadFunctor &readFunctor) |
ReaderWriter::ReadResult | readObject (const std::string &fileName, const Options *options) const |
ReaderWriter::ReadResult | readImage (const std::string &fileName, const Options *options) const |
ReaderWriter::ReadResult | readHeightField (const std::string &fileName, const Options *options) const |
ReaderWriter::ReadResult | readNode (const std::string &fileName, const Options *options) const |
ReaderWriter::WriteResult | write (const WriteFunctor &writeFunctor) |
ReaderWriter::WriteResult | writeObject (const osg::Object &obj, const std::string &fileName, const Options *options) const |
ReaderWriter::WriteResult | writeImage (const osg::Image &image, const std::string &fileName, const Options *options) const |
ReaderWriter::WriteResult | writeHeightField (const osg::HeightField &heightField, const std::string &fileName, const Options *options) const |
ReaderWriter::WriteResult | writeNode (const osg::Node &node, const std::string &fileName, const Options *options) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|