OpenSceneGraph
Public Member Functions | Public Attributes | List of all members
osgDB::Registry::ReadFunctor Struct Referenceabstract

Functor used in internal implementations. More...

Collaboration diagram for osgDB::Registry::ReadFunctor:
Collaboration graph
[legend]

Public Member Functions

 ReadFunctor (const std::string &filename, const Options *options)
 
virtual ReaderWriter::ReadResult doRead (ReaderWriter &rw) const =0
 
virtual bool isValid (ReaderWriter::ReadResult &readResult) const =0
 
virtual bool isValid (osg::Object *object) const =0
 
virtual ReadFunctorcloneType (const std::string &filename, const Options *options) const =0
 

Public Attributes

std::string _filename
 
const Options_options
 

Detailed Description

Functor used in internal implementations.


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