_arrayMap | osgDB::InputStream | protected |
_dataDecompress | osgDB::InputStream | protected |
_domainVersionMap | osgDB::InputStream | protected |
_dummyReadObject | osgDB::InputStream | protected |
_exception | osgDB::InputStream | protected |
_fields | osgDB::InputStream | protected |
_fileVersion | osgDB::InputStream | protected |
_forceReadingImage | osgDB::InputStream | protected |
_identifierMap | osgDB::InputStream | protected |
_in | osgDB::InputStream | protected |
_options | osgDB::InputStream | protected |
_useSchemaData | osgDB::InputStream | protected |
advanceToCurrentEndBracket() | osgDB::InputStream | inline |
ArrayMap typedef | osgDB::InputStream | |
BEGIN_BRACKET | osgDB::InputStream | |
checkStream() | osgDB::InputStream | inlineprotected |
decompress() | osgDB::InputStream | |
END_BRACKET | osgDB::InputStream | |
getException() const | osgDB::InputStream | inline |
getFileVersion(const std::string &d=std::string()) const | osgDB::InputStream | |
getOptions() const | osgDB::InputStream | inline |
IdentifierMap typedef | osgDB::InputStream | |
InputStream(const osgDB::Options *options) | osgDB::InputStream | |
isBinary() const | osgDB::InputStream | inline |
matchString(const std::string &str) | osgDB::InputStream | inline |
operator>>(bool &b) | osgDB::InputStream | inline |
operator>>(char &c) | osgDB::InputStream | inline |
operator>>(signed char &c) | osgDB::InputStream | inline |
operator>>(unsigned char &c) | osgDB::InputStream | inline |
operator>>(short &s) | osgDB::InputStream | inline |
operator>>(unsigned short &s) | osgDB::InputStream | inline |
operator>>(int &i) | osgDB::InputStream | inline |
operator>>(unsigned int &i) | osgDB::InputStream | inline |
operator>>(long &l) | osgDB::InputStream | inline |
operator>>(unsigned long &l) | osgDB::InputStream | inline |
operator>>(float &f) | osgDB::InputStream | inline |
operator>>(double &d) | osgDB::InputStream | inline |
operator>>(std::string &s) | osgDB::InputStream | inline |
operator>>(std::istream &(*fn)(std::istream &)) | osgDB::InputStream | inline |
operator>>(std::ios_base &(*fn)(std::ios_base &)) | osgDB::InputStream | inline |
operator>>(ObjectGLenum &value) | osgDB::InputStream | inline |
operator>>(ObjectProperty &prop) | osgDB::InputStream | inline |
operator>>(ObjectMark &mark) | osgDB::InputStream | inline |
operator>>(osg::Vec2b &v) | osgDB::InputStream | |
operator>>(osg::Vec3b &v) | osgDB::InputStream | |
operator>>(osg::Vec4b &v) | osgDB::InputStream | |
operator>>(osg::Vec2ub &v) | osgDB::InputStream | |
operator>>(osg::Vec3ub &v) | osgDB::InputStream | |
operator>>(osg::Vec4ub &v) | osgDB::InputStream | |
operator>>(osg::Vec2s &v) | osgDB::InputStream | |
operator>>(osg::Vec3s &v) | osgDB::InputStream | |
operator>>(osg::Vec4s &v) | osgDB::InputStream | |
operator>>(osg::Vec2us &v) | osgDB::InputStream | |
operator>>(osg::Vec3us &v) | osgDB::InputStream | |
operator>>(osg::Vec4us &v) | osgDB::InputStream | |
operator>>(osg::Vec2i &v) | osgDB::InputStream | |
operator>>(osg::Vec3i &v) | osgDB::InputStream | |
operator>>(osg::Vec4i &v) | osgDB::InputStream | |
operator>>(osg::Vec2ui &v) | osgDB::InputStream | |
operator>>(osg::Vec3ui &v) | osgDB::InputStream | |
operator>>(osg::Vec4ui &v) | osgDB::InputStream | |
operator>>(osg::Vec2f &v) | osgDB::InputStream | |
operator>>(osg::Vec3f &v) | osgDB::InputStream | |
operator>>(osg::Vec4f &v) | osgDB::InputStream | |
operator>>(osg::Vec2d &v) | osgDB::InputStream | |
operator>>(osg::Vec3d &v) | osgDB::InputStream | |
operator>>(osg::Vec4d &v) | osgDB::InputStream | |
operator>>(osg::Quat &q) | osgDB::InputStream | |
operator>>(osg::Plane &p) | osgDB::InputStream | |
operator>>(osg::Matrixf &mat) | osgDB::InputStream | |
operator>>(osg::Matrixd &mat) | osgDB::InputStream | |
operator>>(osg::BoundingBoxf &bb) | osgDB::InputStream | |
operator>>(osg::BoundingBoxd &bb) | osgDB::InputStream | |
operator>>(osg::BoundingSpheref &bs) | osgDB::InputStream | |
operator>>(osg::BoundingSphered &bs) | osgDB::InputStream | |
operator>>(osg::ref_ptr< osg::Image > &ptr) | osgDB::InputStream | inline |
operator>>(osg::ref_ptr< osg::Array > &ptr) | osgDB::InputStream | inline |
operator>>(osg::ref_ptr< osg::PrimitiveSet > &ptr) | osgDB::InputStream | inline |
operator>>(osg::ref_ptr< T > &ptr) | osgDB::InputStream | inline |
PROPERTY | osgDB::InputStream | |
READ_IMAGE enum value | osgDB::InputStream | |
READ_OBJECT enum value | osgDB::InputStream | |
READ_SCENE enum value | osgDB::InputStream | |
READ_UNKNOWN enum value | osgDB::InputStream | |
readArray() | osgDB::InputStream | |
readArrayImplementation(T *a, unsigned int numComponentsPerElements, unsigned int componentSizeInBytes) | osgDB::InputStream | protected |
readCharArray(char *s, unsigned int size) | osgDB::InputStream | inline |
readComponentArray(char *s, unsigned int numElements, unsigned int numComponentsPerElements, unsigned int componentSizeInBytes) | osgDB::InputStream | inline |
readImage(bool readFromExternal=true) | osgDB::InputStream | |
readObject(osg::Object *existingObj=0) | osgDB::InputStream | |
readObjectFields(const std::string &className, unsigned int id, osg::Object *existingObj=0) | osgDB::InputStream | |
readObjectFieldsOfType(const std::string &className, unsigned int id, osg::Object *existingObj=0) | osgDB::InputStream | inline |
readObjectOfType() | osgDB::InputStream | inline |
readPrimitiveSet() | osgDB::InputStream | |
readSchema(std::istream &fin) | osgDB::InputStream | |
readSize() | osgDB::InputStream | inline |
ReadType enum name | osgDB::InputStream | |
readWrappedString(std::string &str) | osgDB::InputStream | inline |
resetSchema() | osgDB::InputStream | |
setFileVersion(const std::string &d, int v) | osgDB::InputStream | inline |
setInputIterator(InputIterator *ii) | osgDB::InputStream | inline |
setWrapperSchema(const std::string &name, const std::string &properties) | osgDB::InputStream | protected |
start(InputIterator *) | osgDB::InputStream | |
throwException(const std::string &msg) | osgDB::InputStream | inline |
VersionMap typedef | osgDB::InputStream | protected |
~InputStream() | osgDB::InputStream | virtual |