Updated wrappers

This commit is contained in:
Robert Osfield
2007-04-06 15:35:27 +00:00
parent 11d74fd54e
commit 0909bd04e4
112 changed files with 635 additions and 356 deletions

View File

@@ -29,11 +29,11 @@
#undef OUT
#endif
TYPE_NAME_ALIAS(std::vector< osg::Group * >, osg::Node::ParentList);
TYPE_NAME_ALIAS(std::vector< osg::Group * >, osg::Node::ParentList)
TYPE_NAME_ALIAS(unsigned int, osg::Node::NodeMask);
TYPE_NAME_ALIAS(unsigned int, osg::Node::NodeMask)
TYPE_NAME_ALIAS(std::vector< std::string >, osg::Node::DescriptionList);
TYPE_NAME_ALIAS(std::vector< std::string >, osg::Node::DescriptionList)
BEGIN_OBJECT_REFLECTOR(osg::Node)
I_BaseType(osg::Object);
@@ -473,17 +473,17 @@ BEGIN_OBJECT_REFLECTOR(osg::Node::ComputeBoundingSphereCallback)
"");
END_REFLECTOR
TYPE_NAME_ALIAS(std::vector< osg::Node * >, osg::NodePath);
TYPE_NAME_ALIAS(std::vector< osg::Node * >, osg::NodePath)
TYPE_NAME_ALIAS(std::vector< osg::NodePath >, osg::NodePathList);
TYPE_NAME_ALIAS(std::vector< osg::NodePath >, osg::NodePathList)
TYPE_NAME_ALIAS(std::vector< osg::Matrix >, osg::MatrixList);
TYPE_NAME_ALIAS(std::vector< osg::Matrix >, osg::MatrixList)
STD_VECTOR_REFLECTOR(std::vector< osg::Group * >);
STD_VECTOR_REFLECTOR(std::vector< osg::Group * >)
STD_VECTOR_REFLECTOR(std::vector< osg::Matrix >);
STD_VECTOR_REFLECTOR(std::vector< osg::Matrix >)
STD_VECTOR_REFLECTOR(std::vector< osg::NodePath >);
STD_VECTOR_REFLECTOR(std::vector< osg::NodePath >)
STD_VECTOR_REFLECTOR(std::vector< std::string >);
STD_VECTOR_REFLECTOR(std::vector< std::string >)