OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
osgDB::ReadFileCallback Class Reference

#include <Callbacks.h>

Inheritance diagram for osgDB::ReadFileCallback:
Inheritance graph
[legend]
Collaboration diagram for osgDB::ReadFileCallback:
Collaboration graph
[legend]

Public Member Functions

virtual ReaderWriter::ReadResult openArchive (const std::string &filename, ReaderWriter::ArchiveStatus status, unsigned int indexBlockSizeHint, const Options *useObjectCache)
 
virtual ReaderWriter::ReadResult readObject (const std::string &filename, const Options *options)
 
virtual ReaderWriter::ReadResult readImage (const std::string &filename, const Options *options)
 
virtual ReaderWriter::ReadResult readHeightField (const std::string &filename, const Options *options)
 
virtual ReaderWriter::ReadResult readNode (const std::string &filename, const Options *options)
 
virtual ReaderWriter::ReadResult readShader (const std::string &filename, const Options *options)
 
virtual ReaderWriter::ReadResult readScript (const std::string &filename, const Options *options)
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool threadSafe)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Protected Member Functions

virtual ~ReadFileCallback ()
 
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
 
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
 
void deleteUsingDeleteHandler () const
 

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
 
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
 
static bool getThreadSafeReferenceCounting ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- Protected Attributes inherited from osg::Referenced
OpenThreads::AtomicPtr _observerSet
 
OpenThreads::Atomic _refCount
 

Detailed Description

Definition at line 52 of file Callbacks.h.

Constructor & Destructor Documentation

virtual osgDB::ReadFileCallback::~ReadFileCallback ( )
inlineprotectedvirtual

Definition at line 71 of file Callbacks.h.

Member Function Documentation

virtual ReaderWriter::ReadResult osgDB::ReadFileCallback::openArchive ( const std::string &  filename,
ReaderWriter::ArchiveStatus  status,
unsigned int  indexBlockSizeHint,
const Options useObjectCache 
)
virtual

Here is the caller graph for this function:

virtual ReaderWriter::ReadResult osgDB::ReadFileCallback::readHeightField ( const std::string &  filename,
const Options options 
)
virtual

Here is the caller graph for this function:

virtual ReaderWriter::ReadResult osgDB::ReadFileCallback::readImage ( const std::string &  filename,
const Options options 
)
virtual

Here is the caller graph for this function:

virtual ReaderWriter::ReadResult osgDB::ReadFileCallback::readNode ( const std::string &  filename,
const Options options 
)
virtual

Here is the caller graph for this function:

virtual ReaderWriter::ReadResult osgDB::ReadFileCallback::readObject ( const std::string &  filename,
const Options options 
)
virtual

Here is the caller graph for this function:

virtual ReaderWriter::ReadResult osgDB::ReadFileCallback::readScript ( const std::string &  filename,
const Options options 
)
virtual

Here is the caller graph for this function:

virtual ReaderWriter::ReadResult osgDB::ReadFileCallback::readShader ( const std::string &  filename,
const Options options 
)
virtual

Here is the caller graph for this function:


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