OpenSceneGraph
3.0.1
|
Functor used in internal implementations. More...
Public Member Functions | |
ReadFunctor (const std::string &filename, const Options *options) | |
virtual | ~ReadFunctor () |
virtual ReaderWriter::ReadResult | doRead (ReaderWriter &rw) const =0 |
virtual bool | isValid (ReaderWriter::ReadResult &readResult) const =0 |
virtual bool | isValid (osg::Object *object) const =0 |
Public Attributes | |
std::string | _filename |
const Options * | _options |
Functor used in internal implementations.
osgDB::Registry::ReadFunctor::ReadFunctor | ( | const std::string & | filename, |
const Options * | options | ||
) | [inline] |
virtual osgDB::Registry::ReadFunctor::~ReadFunctor | ( | ) | [inline, virtual] |
virtual ReaderWriter::ReadResult osgDB::Registry::ReadFunctor::doRead | ( | ReaderWriter & | rw | ) | const [pure virtual] |
virtual bool osgDB::Registry::ReadFunctor::isValid | ( | ReaderWriter::ReadResult & | readResult | ) | const [pure virtual] |
virtual bool osgDB::Registry::ReadFunctor::isValid | ( | osg::Object * | object | ) | const [pure virtual] |
std::string osgDB::Registry::ReadFunctor::_filename |
![]() | Generated at Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |