From Eric Wing, added missing removeChildren method.

This commit is contained in:
Robert Osfield
2005-12-09 11:22:09 +00:00
parent da2adaec06
commit a8d7234a0b
4 changed files with 47 additions and 23 deletions

View File

@@ -44,6 +44,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Switch)
I_Method2(bool, insertChild, IN, unsigned int, index, IN, osg::Node *, child);
I_Method3(bool, insertChild, IN, unsigned int, index, IN, osg::Node *, child, IN, bool, value);
I_Method1(bool, removeChild, IN, osg::Node *, child);
I_MethodWithDefaults2(bool, removeChild, IN, unsigned int, pos, , IN, unsigned int, numChildrenToRemove, 1);
I_Method2(void, setValue, IN, unsigned int, pos, IN, bool, value);
I_Method1(bool, getValue, IN, unsigned int, pos);
I_Method2(void, setChildValue, IN, const osg::Node *, child, IN, bool, value);