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

@@ -51,6 +51,9 @@ class OSG_EXPORT Switch : public Group
virtual bool removeChild( Node *child );
virtual bool removeChild(unsigned int pos,unsigned int numChildrenToRemove=1);
void setValue(unsigned int pos,bool value);
bool getValue(unsigned int pos) const;