Public Classes
-
enum ReadStatus
Public Methods
-
ReadResult(ReadStatus status=FILE_NOT_HANDLED)
-
ReadResult(const std::string& m)
-
ReadResult(osg::Object* obj, ReadStatus status=FILE_LOADED)
-
ReadResult(const ReadResult& rr)
-
ReadResult& operator = (const ReadResult& rr)
-
osg::Object* getObject()
-
osg::Image* getImage()
-
osg::HeightField* getHeightField()
-
osg::Node* getNode()
-
bool validObject()
-
bool validImage()
-
bool validHeightField()
-
bool validNode()
-
osg::Object* takeObject()
-
osg::Image* takeImage()
-
osg::HeightField* takeHeightField()
-
osg::Node* takeNode()
-
const std::string& message() const
-
ReadStatus status() const
-
bool success() const
-
bool loadedFromCache() const
-
bool error() const
-
bool notHandled() const
-
bool notFound() const
Protected Fields
-
ReadStatus _status
-
std::string _message
-
osg::ref_ptr<osg::Object> _object
Documentation
- enum ReadStatus
- FILE_NOT_HANDLED
- FILE_NOT_FOUND
- FILE_LOADED
- FILE_LOADED_FROM_CACHE
- ERROR_IN_READING_FILE
- ReadResult(ReadStatus status=FILE_NOT_HANDLED)
- ReadResult(const std::string& m)
- ReadResult(osg::Object* obj, ReadStatus status=FILE_LOADED)
- ReadResult(const ReadResult& rr)
- ReadResult& operator = (const ReadResult& rr)
- osg::Object* getObject()
- osg::Image* getImage()
- osg::HeightField* getHeightField()
- osg::Node* getNode()
- bool validObject()
- bool validImage()
- bool validHeightField()
- bool validNode()
- osg::Object* takeObject()
- osg::Image* takeImage()
- osg::HeightField* takeHeightField()
- osg::Node* takeNode()
- const std::string& message() const
- ReadStatus status() const
- bool success() const
- bool loadedFromCache() const
- bool error() const
- bool notHandled() const
- bool notFound() const
- ReadStatus _status
- std::string _message
- osg::ref_ptr<osg::Object> _object
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.