Enumerator |
---|
NOT_IMPLEMENTED |
read*() method not implemented in concrete ReaderWriter.
|
FILE_NOT_HANDLED |
File is not appropriate for this file reader, due to some incompatibility, but not a read error.
|
FILE_NOT_FOUND |
File could not be found or could not be read.
|
ERROR_IN_READING_FILE |
File found, loaded, but an error was encountered during processing.
|
FILE_LOADED |
File successfully found, loaded, and converted into osg.
|
FILE_LOADED_FROM_CACHE |
File found in cache and returned.
|
FILE_REQUESTED |
Asynchronous file read has been requested, but returning immediately, keep polling plugin until file read has been completed.
|
INSUFFICIENT_MEMORY_TO_LOAD |
File found but not loaded because estimated required memory surpasses available memory.
|
osgDB::ReaderWriter::ReadResult::ReadResult |
( |
const std::string & |
m | ) |
|
|
inline |
osgDB::ReaderWriter::ReadResult::ReadResult |
( |
const ReadResult & |
rr | ) |
|
|
inline |
bool osgDB::ReaderWriter::ReadResult::error |
( |
| ) |
const |
|
inline |
osg::Image* osgDB::ReaderWriter::ReadResult::getImage |
( |
| ) |
|
osg::Node* osgDB::ReaderWriter::ReadResult::getNode |
( |
| ) |
|
osg::Object* osgDB::ReaderWriter::ReadResult::getObject |
( |
| ) |
|
osg::Script* osgDB::ReaderWriter::ReadResult::getScript |
( |
| ) |
|
osg::Shader* osgDB::ReaderWriter::ReadResult::getShader |
( |
| ) |
|
bool osgDB::ReaderWriter::ReadResult::loadedFromCache |
( |
| ) |
const |
|
inline |
std::string& osgDB::ReaderWriter::ReadResult::message |
( |
| ) |
|
|
inline |
const std::string& osgDB::ReaderWriter::ReadResult::message |
( |
| ) |
const |
|
inline |
bool osgDB::ReaderWriter::ReadResult::notEnoughMemory |
( |
| ) |
const |
|
inline |
bool osgDB::ReaderWriter::ReadResult::notFound |
( |
| ) |
const |
|
inline |
bool osgDB::ReaderWriter::ReadResult::notHandled |
( |
| ) |
const |
|
inline |
bool osgDB::ReaderWriter::ReadResult::operator< |
( |
const ReadResult & |
rhs | ) |
const |
|
inline |
ReadStatus osgDB::ReaderWriter::ReadResult::status |
( |
| ) |
const |
|
inline |
bool osgDB::ReaderWriter::ReadResult::success |
( |
| ) |
const |
|
inline |
osg::Image* osgDB::ReaderWriter::ReadResult::takeImage |
( |
| ) |
|
osg::Node* osgDB::ReaderWriter::ReadResult::takeNode |
( |
| ) |
|
osg::Object* osgDB::ReaderWriter::ReadResult::takeObject |
( |
| ) |
|
osg::Script* osgDB::ReaderWriter::ReadResult::takeScript |
( |
| ) |
|
osg::Shader* osgDB::ReaderWriter::ReadResult::takeShader |
( |
| ) |
|
bool osgDB::ReaderWriter::ReadResult::validArchive |
( |
| ) |
|
|
inline |
bool osgDB::ReaderWriter::ReadResult::validHeightField |
( |
| ) |
|
|
inline |
bool osgDB::ReaderWriter::ReadResult::validImage |
( |
| ) |
|
|
inline |
bool osgDB::ReaderWriter::ReadResult::validNode |
( |
| ) |
|
|
inline |
bool osgDB::ReaderWriter::ReadResult::validObject |
( |
| ) |
|
|
inline |
bool osgDB::ReaderWriter::ReadResult::validScript |
( |
| ) |
|
|
inline |
bool osgDB::ReaderWriter::ReadResult::validShader |
( |
| ) |
|
|
inline |
std::string osgDB::ReaderWriter::ReadResult::_message |
|
protected |
ReadStatus osgDB::ReaderWriter::ReadResult::_status |
|
protected |
The documentation for this class was generated from the following file: