// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *************************************************************************** #include #include #include #include #include #include // Must undefine IN and OUT macros defined in Windows headers #ifdef IN #undef IN #endif #ifdef OUT #undef OUT #endif BEGIN_VALUE_REFLECTOR(osgDB::FieldReader) I_Constructor0(); I_Constructor1(IN, const osgDB::FieldReader &, ic); I_Method1(void, attach, IN, std::istream *, input); I_Method0(void, detach); I_Method0(bool, eof); I_Method1(bool, readField, IN, osgDB::Field &, fieldPtr); I_Method0(void, ignoreField); I_Method0(int, getNoNestedBrackets); I_ReadOnlyProperty(int, NoNestedBrackets); END_REFLECTOR