OpenSceneGraph
|
deprecated. More...
Public Types | |
enum | { MINIMUM_FIELD_READER_QUEUE_SIZE = 10 } |
Public Member Functions | |
FieldReaderIterator (const FieldReaderIterator &ic) | |
FieldReaderIterator & | operator= (const FieldReaderIterator &ic) |
void | attach (std::istream *input) |
void | detach () |
virtual bool | eof () const |
FieldReader & | getFieldReader () |
void | insert (int pos, Field *field) |
void | insert (int pos, const char *str) |
Field & | operator[] (int pos) |
Field & | field (int pos) |
FieldReaderIterator & | operator++ () |
FieldReaderIterator & | operator+= (int no) |
void | advanceOverCurrentFieldOrBlock () |
increments the iterator of the next simple field or whole block if the current field[0] is an open bracket | |
void | advanceToEndOfCurrentBlock () |
void | advanceToEndOfBlock (int noNestBrackets) |
bool | matchSequence (const char *str) |
bool | readSequence (const char *keyword, std::string &value) |
bool | readSequence (const char *keyword, unsigned int &value) |
bool | readSequence (const char *keyword, int &value) |
bool | readSequence (const char *keyword, float &value) |
bool | readSequence (const char *keyword, osg::Vec2f &value) |
bool | readSequence (const char *keyword, osg::Vec3f &value) |
bool | readSequence (const char *keyword, osg::Vec4f &value) |
bool | readSequence (const char *keyword, osg::Vec2d &value) |
bool | readSequence (const char *keyword, osg::Vec3d &value) |
bool | readSequence (const char *keyword, osg::Vec4d &value) |
bool | readSequence (std::string &value) |
bool | readSequence (unsigned int &value) |
bool | readSequence (int &value) |
bool | readSequence (float &value) |
bool | readSequence (osg::Vec2f &value) |
bool | readSequence (osg::Vec3f &value) |
bool | readSequence (osg::Vec4f &value) |
bool | readSequence (osg::Vec2d &value) |
bool | readSequence (osg::Vec3d &value) |
bool | readSequence (osg::Vec4d &value) |
deprecated.