Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA
and osgProducer to osgWrappers directory. Enabled the build of osgWrappers/osg, osgWrappers/osgPartile and osgWrappers/osgSim, but not osgUtil, osgDB, osgFX, osgTerrain, osgGA and osgProducer due to compile errors. I am assuming that these compilers are fixable so I'm checked all the source code so that members of the community can help fix them.
This commit is contained in:
62
src/osgWrappers/osgDB/FieldReaderIterator.cpp
Normal file
62
src/osgWrappers/osgDB/FieldReaderIterator.cpp
Normal file
@@ -0,0 +1,62 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Vec2d>
|
||||
#include <osg/Vec2f>
|
||||
#include <osg/Vec3d>
|
||||
#include <osg/Vec3f>
|
||||
#include <osg/Vec4d>
|
||||
#include <osg/Vec4f>
|
||||
#include <osgDB/Field>
|
||||
#include <osgDB/FieldReader>
|
||||
#include <osgDB/FieldReaderIterator>
|
||||
|
||||
BEGIN_ENUM_REFLECTOR(osgDB::FieldReaderIterator::@3)
|
||||
EnumLabel(osgDB::FieldReaderIterator::MINIMUM_FIELD_READER_QUEUE_SIZE);
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osgDB::FieldReaderIterator)
|
||||
Constructor0();
|
||||
Constructor1(IN, const osgDB::FieldReaderIterator &, ic);
|
||||
Method1(void, attach, IN, std::istream *, input);
|
||||
Method0(void, detach);
|
||||
Method0(bool, eof);
|
||||
Method0(osgDB::FieldReader &, getFieldReader);
|
||||
Method2(void, insert, IN, int, pos, IN, osgDB::Field *, field);
|
||||
Method2(void, insert, IN, int, pos, IN, const char *, str);
|
||||
Method1(osgDB::Field &, field, IN, int, pos);
|
||||
Method0(void, advanceOverCurrentFieldOrBlock);
|
||||
Method0(void, advanceToEndOfCurrentBlock);
|
||||
Method1(void, advanceToEndOfBlock, IN, int, noNestBrackets);
|
||||
Method1(bool, matchSequence, IN, const char *, str);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, std::string &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, unsigned int &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, int &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, float &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, osg::Vec2f &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, osg::Vec3f &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, osg::Vec4f &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, osg::Vec2d &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, osg::Vec3d &, value);
|
||||
Method2(bool, readSequence, IN, const char *, keyword, IN, osg::Vec4d &, value);
|
||||
Method1(bool, readSequence, IN, std::string &, value);
|
||||
Method1(bool, readSequence, IN, unsigned int &, value);
|
||||
Method1(bool, readSequence, IN, int &, value);
|
||||
Method1(bool, readSequence, IN, float &, value);
|
||||
Method1(bool, readSequence, IN, osg::Vec2f &, value);
|
||||
Method1(bool, readSequence, IN, osg::Vec3f &, value);
|
||||
Method1(bool, readSequence, IN, osg::Vec4f &, value);
|
||||
Method1(bool, readSequence, IN, osg::Vec2d &, value);
|
||||
Method1(bool, readSequence, IN, osg::Vec3d &, value);
|
||||
Method1(bool, readSequence, IN, osg::Vec4d &, value);
|
||||
ReadOnlyProperty(osgDB::FieldReader &, FieldReader);
|
||||
END_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user