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

@ -324,6 +324,7 @@ INPUT = $(OSGHOME)/include/osg \
$(OSGHOME)/include/osgParticle \ $(OSGHOME)/include/osgParticle \
$(OSGHOME)/include/osgViewer \ $(OSGHOME)/include/osgViewer \
$(OSGHOME)/include/osgWidget \ $(OSGHOME)/include/osgWidget \
$(OSGHOME)/include/osgVolume \
$(OSGHOME)/include/osgShadow \ $(OSGHOME)/include/osgShadow \
$(OSGHOME)/include/osgManipulator \ $(OSGHOME)/include/osgManipulator \
$(OSGHOME)/include/osgSim \ $(OSGHOME)/include/osgSim \

View File

@ -399,6 +399,7 @@ INPUT = $(OSGHOME)/include/osg \
$(OSGHOME)/include/osgParticle \ $(OSGHOME)/include/osgParticle \
$(OSGHOME)/include/osgViewer \ $(OSGHOME)/include/osgViewer \
$(OSGHOME)/include/osgWidget \ $(OSGHOME)/include/osgWidget \
$(OSGHOME)/include/osgVolume \
$(OSGHOME)/include/osgManipulator \ $(OSGHOME)/include/osgManipulator \
$(OSGHOME)/include/osgShadow \ $(OSGHOME)/include/osgShadow \
$(OSGHOME)/include/osgSim \ $(OSGHOME)/include/osgSim \

View File

@ -557,6 +557,7 @@ INPUT = "${OpenSceneGraph_SOURCE_DIR}/include/osg" \
"${OpenSceneGraph_SOURCE_DIR}/include/osgText" \ "${OpenSceneGraph_SOURCE_DIR}/include/osgText" \
"${OpenSceneGraph_SOURCE_DIR}/include/osgUtil" \ "${OpenSceneGraph_SOURCE_DIR}/include/osgUtil" \
"${OpenSceneGraph_SOURCE_DIR}/include/osgViewer" \ "${OpenSceneGraph_SOURCE_DIR}/include/osgViewer" \
"${OpenSceneGraph_SOURCE_DIR}/include/osgVolume" \
"${OpenSceneGraph_SOURCE_DIR}/include/osgWidget" "${OpenSceneGraph_SOURCE_DIR}/include/osgWidget"
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files

View File

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

View File

@ -635,6 +635,16 @@ BEGIN_OBJECT_REFLECTOR(osg::Geometry)
__void__copyToAndOptimize__Geometry_R1, __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, I_Method0(void, computeInternalOptimizedGeometry,
Properties::NON_VIRTUAL, Properties::NON_VIRTUAL,
__void__computeInternalOptimizedGeometry, __void__computeInternalOptimizedGeometry,

View File

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