VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
DtReadFileCallback Class Reference
Inheritance diagram for DtReadFileCallback:
Inheritance graph
[legend]

Public Member Functions

 DtReadFileCallback (osgDB::Registry::ReadFileCallback *current)
virtual
osgDB::ReaderWriter::ReadResult 
readImage (const std::string &filename, const osgDB::ReaderWriter::Options *options)
virtual
osgDB::ReaderWriter::ReadResult 
openArchive (const std::string &filename, osgDB::ReaderWriter::ArchiveStatus status, unsigned int indexBlockSizeHint, const osgDB::ReaderWriter::Options *useObjectCache)
virtual
osgDB::ReaderWriter::ReadResult 
readObject (const std::string &filename, const osgDB::ReaderWriter::Options *options)
virtual
osgDB::ReaderWriter::ReadResult 
readHeightField (const std::string &filename, const osgDB::ReaderWriter::Options *options)
virtual
osgDB::ReaderWriter::ReadResult 
readShader (const std::string &filename, const osgDB::ReaderWriter::Options *options)
virtual
osgDB::ReaderWriter::ReadResult 
readNode (const std::string &filename, const osgDB::ReaderWriter::Options *options)
virtual void setLoadImages (const bool &loadImages)
virtual bool loadImages () const

Protected Member Functions

virtual ~DtReadFileCallback ()

Protected Attributes

bool myLoadImages
boost::unordered_map
< std::string, osg::ref_ptr
< osg::Image > > 
myMappedImages
osg::ref_ptr
< osgDB::Registry::ReadFileCallback > 
myCurrentReadFileCallback

Constructor & Destructor Documentation

DtReadFileCallback::DtReadFileCallback ( osgDB::Registry::ReadFileCallback *  current)
inline
virtual DtReadFileCallback::~DtReadFileCallback ( )
inlineprotectedvirtual

Member Function Documentation

virtual osgDB::ReaderWriter::ReadResult DtReadFileCallback::readImage ( const std::string &  filename,
const osgDB::ReaderWriter::Options *  options 
)
inlinevirtual
virtual osgDB::ReaderWriter::ReadResult DtReadFileCallback::openArchive ( const std::string &  filename,
osgDB::ReaderWriter::ArchiveStatus  status,
unsigned int  indexBlockSizeHint,
const osgDB::ReaderWriter::Options *  useObjectCache 
)
inlinevirtual
virtual osgDB::ReaderWriter::ReadResult DtReadFileCallback::readObject ( const std::string &  filename,
const osgDB::ReaderWriter::Options *  options 
)
inlinevirtual
virtual osgDB::ReaderWriter::ReadResult DtReadFileCallback::readHeightField ( const std::string &  filename,
const osgDB::ReaderWriter::Options *  options 
)
inlinevirtual
virtual osgDB::ReaderWriter::ReadResult DtReadFileCallback::readShader ( const std::string &  filename,
const osgDB::ReaderWriter::Options *  options 
)
inlinevirtual
virtual osgDB::ReaderWriter::ReadResult DtReadFileCallback::readNode ( const std::string &  filename,
const osgDB::ReaderWriter::Options *  options 
)
inlinevirtual
virtual void DtReadFileCallback::setLoadImages ( const bool loadImages)
inlinevirtual

References loadImages(), and myLoadImages.

virtual bool DtReadFileCallback::loadImages ( ) const
inlinevirtual

References myLoadImages.

Referenced by readImage(), and setLoadImages().

Member Data Documentation

bool DtReadFileCallback::myLoadImages
protected

Referenced by loadImages(), and setLoadImages().

boost::unordered_map<std::string, osg::ref_ptr<osg::Image> > DtReadFileCallback::myMappedImages
protected

Referenced by readImage().

osg::ref_ptr<osgDB::Registry::ReadFileCallback> DtReadFileCallback::myCurrentReadFileCallback
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)