Added osgVolume to docs and wrappers

This commit is contained in:
Robert Osfield
2008-09-16 18:41:13 +00:00
parent 6ea2adf1f5
commit d57ad27fcc
9 changed files with 45 additions and 13 deletions

View File

@@ -123,16 +123,18 @@ SET(OSGWRAPPER_LIB_LIST
OpenThreads
osg
osgDB
osgUtil
osgGA
osgText
osgParticle
osgFX
osgSim
osgGA
osgManipulator
osgParticle
osgShadow
osgSim
osgTerrain
osgText
osgUtil
osgViewer
osgVolume
osgWidget
)

View File

@@ -635,6 +635,16 @@ BEGIN_OBJECT_REFLECTOR(osg::Geometry)
__void__copyToAndOptimize__Geometry_R1,
"",
"");
I_Method0(bool, containsSharedArrays,
Properties::NON_VIRTUAL,
__bool__containsSharedArrays,
"",
"");
I_Method0(void, duplicateSharedArrays,
Properties::NON_VIRTUAL,
__void__duplicateSharedArrays,
"",
"");
I_Method0(void, computeInternalOptimizedGeometry,
Properties::NON_VIRTUAL,
__void__computeInternalOptimizedGeometry,

View File

@@ -980,11 +980,6 @@ BEGIN_OBJECT_REFLECTOR(osgTerrain::SwitchLayer)
__C5_char_P1__className,
"return the name of the object's class type. ",
"Must be defined by derived classes. ");
I_Method0(void, clear,
Properties::NON_VIRTUAL,
__void__clear,
"",
"");
I_Method1(void, setActiveLayer, IN, int, i,
Properties::NON_VIRTUAL,
__void__setActiveLayer__int,

View File

@@ -0,0 +1,22 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osgVolume/Export>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif