13 #include <osgDB/Registry>
28 virtual osgDB::ReaderWriter::ReadResult
openArchive(
29 const std::string&
filename, osgDB::ReaderWriter::ArchiveStatus status,
30 unsigned int indexBlockSizeHint,
31 const osgDB::ReaderWriter::Options* useObjectCache);
33 virtual osgDB::ReaderWriter::ReadResult
readObject(
34 const std::string& filename,
const osgDB::ReaderWriter::Options* options);
36 virtual osgDB::ReaderWriter::ReadResult
readImage(
37 const std::string& filename,
const osgDB::ReaderWriter::Options* options);
40 const std::string& filename,
const osgDB::ReaderWriter::Options* options);
42 virtual osgDB::ReaderWriter::ReadResult
readNode(
43 const std::string& filename,
const osgDB::ReaderWriter::Options* options);
45 virtual osgDB::ReaderWriter::ReadResult
readShader(
46 const std::string& filename,
const osgDB::ReaderWriter::Options* options);
virtual osgDB::ReaderWriter::ReadResult readImage(const std::string &filename, const osgDB::ReaderWriter::Options *options)
virtual osgDB::ReaderWriter::ReadResult readShader(const std::string &filename, const osgDB::ReaderWriter::Options *options)
DtReadFileCallback(DtOsgFileCache *cache)
virtual osgDB::ReaderWriter::ReadResult readHeightField(const std::string &filename, const osgDB::ReaderWriter::Options *options)
The OSG implementation of makVrv::DtOsgFileCache.
Definition: DtOsgFileCache.h:55
virtual osgDB::ReaderWriter::ReadResult readObject(const std::string &filename, const osgDB::ReaderWriter::Options *options)
virtual osgDB::ReaderWriter::ReadResult readNode(const std::string &filename, const osgDB::ReaderWriter::Options *options)
virtual ~DtReadFileCallback()
Definition: DtReadFileCallback.h:21
virtual osgDB::ReaderWriter::ReadResult openArchive(const std::string &filename, osgDB::ReaderWriter::ArchiveStatus status, unsigned int indexBlockSizeHint, const osgDB::ReaderWriter::Options *useObjectCache)
Contains DLL export macros.
DtOsgFileCache * myCache
Definition: DtReadFileCallback.h:50