osgDB::ReaderWriter::ReadResult::ReadResult | ( | ReadStatus | status = FILE_NOT_HANDLED |
) | [inline] |
osgDB::ReaderWriter::ReadResult::ReadResult | ( | const std::string & | m | ) | [inline] |
osgDB::ReaderWriter::ReadResult::ReadResult | ( | osg::Object * | obj, | |
ReadStatus | status = FILE_LOADED | |||
) | [inline] |
osgDB::ReaderWriter::ReadResult::ReadResult | ( | const ReadResult & | rr | ) | [inline] |
ReadResult& osgDB::ReaderWriter::ReadResult::operator= | ( | const ReadResult & | rr | ) | [inline] |
osg::Object* osgDB::ReaderWriter::ReadResult::getObject | ( | ) |
osg::Image* osgDB::ReaderWriter::ReadResult::getImage | ( | ) |
osg::HeightField* osgDB::ReaderWriter::ReadResult::getHeightField | ( | ) |
osg::Node* osgDB::ReaderWriter::ReadResult::getNode | ( | ) |
osgDB::Archive* osgDB::ReaderWriter::ReadResult::getArchive | ( | ) |
bool osgDB::ReaderWriter::ReadResult::validObject | ( | ) | [inline] |
bool osgDB::ReaderWriter::ReadResult::validImage | ( | ) | [inline] |
bool osgDB::ReaderWriter::ReadResult::validHeightField | ( | ) | [inline] |
bool osgDB::ReaderWriter::ReadResult::validNode | ( | ) | [inline] |
bool osgDB::ReaderWriter::ReadResult::validArchive | ( | ) | [inline] |
osg::Object* osgDB::ReaderWriter::ReadResult::takeObject | ( | ) |
osg::Image* osgDB::ReaderWriter::ReadResult::takeImage | ( | ) |
osg::HeightField* osgDB::ReaderWriter::ReadResult::takeHeightField | ( | ) |
osg::Node* osgDB::ReaderWriter::ReadResult::takeNode | ( | ) |
osgDB::Archive* osgDB::ReaderWriter::ReadResult::takeArchive | ( | ) |
std::string& osgDB::ReaderWriter::ReadResult::message | ( | ) | [inline] |
const std::string& osgDB::ReaderWriter::ReadResult::message | ( | ) | const [inline] |
ReadStatus osgDB::ReaderWriter::ReadResult::status | ( | ) | const [inline] |
bool osgDB::ReaderWriter::ReadResult::success | ( | ) | const [inline] |
bool osgDB::ReaderWriter::ReadResult::loadedFromCache | ( | ) | const [inline] |
bool osgDB::ReaderWriter::ReadResult::error | ( | ) | const [inline] |
bool osgDB::ReaderWriter::ReadResult::notHandled | ( | ) | const [inline] |
bool osgDB::ReaderWriter::ReadResult::notFound | ( | ) | const [inline] |
ReadStatus osgDB::ReaderWriter::ReadResult::_status [protected] |
std::string osgDB::ReaderWriter::ReadResult::_message [protected] |