Updated wrapper

This commit is contained in:
Robert Osfield
2007-09-03 09:47:43 +00:00
parent 2415b8e4b1
commit 408eceac24
2 changed files with 19 additions and 0 deletions

View File

@@ -53,6 +53,14 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Operation)
__void__release,
"if this operation is a barrier then release it. ",
"");
I_ProtectedConstructor0(____Operation,
"",
"");
I_ProtectedConstructor1(IN, const osg::Operation &, op,
Properties::NON_EXPLICIT,
____Operation__C5_Operation_R1,
"",
"");
I_SimpleProperty(bool, Keep,
__bool__getKeep,
__void__setKeep__bool);