├── .gitignore ├── CMakeLists.txt ├── CMakeModules └── UsePythonTest.cmake ├── LICENSE.txt ├── README.md ├── doc └── HOW_TO_BUILD.txt ├── examples ├── cow.osg ├── cow.py ├── debugging2 │ ├── osganimate.py │ ├── osgcallback.py │ ├── osgmanipulator.py │ ├── osgoutline.py │ ├── osgpdf.py │ ├── osgreflect.py │ ├── osgspheresegment.py │ ├── osgwidgetinput.py │ ├── osgwidgettable.py │ ├── pickposition.py │ └── tut3_transforms_and_states.py ├── osg-tutorial │ ├── KLN89FaceB.tga │ ├── hello_cessna.py │ ├── tut1_basic_geometry.py │ └── tut2_textures.py ├── osggraphicscost.py ├── osgviewer.py ├── osgwidgetinput.py ├── print_version.py ├── rough_translated1 │ ├── cursor_for_token.py │ ├── osg2cpp.py │ ├── osgQtBrowser.py │ ├── osgQtWidgets.py │ ├── osganalysis.py │ ├── osganimate.py │ ├── osganimationeasemotion.py │ ├── osganimationhardware.py │ ├── osganimationmakepath.py │ ├── osganimationmorph.py │ ├── osganimationnode.py │ ├── osganimationskinning.py │ ├── osganimationsolid.py │ ├── osganimationtimeline.py │ ├── osganimationviewer.py │ ├── osgatomiccounter.py │ ├── osgautocapture.py │ ├── osgautotransform.py │ ├── osgbillboard.py │ ├── osgblendequation.py │ ├── osgcallback.py │ ├── osgcamera.py │ ├── osgcatch.py │ ├── osgclip.py │ ├── osgcluster.py │ ├── osgcompositeviewer.py │ ├── osgcomputeshaders.py │ ├── osgcopy.py │ ├── osgcubemap.py │ ├── osgdatabaserevisions.py │ ├── osgdelaunay.py │ ├── osgdepthpartition.py │ ├── osgdepthpeeling.py │ ├── osgdirectinput.py │ ├── osgdistortion.py │ ├── osgdrawinstanced.py │ ├── osgfadetext.py │ ├── osgfont.py │ ├── osgforest.py │ ├── osgfpdepth.py │ ├── osgframerenderer.py │ ├── osgfxbrowser.py │ ├── osggameoflife.py │ ├── osggeometry.py │ ├── osggeometryshaders.py │ ├── osggpx.py │ ├── osggraphicscost.py │ ├── osghangglide.py │ ├── osghud.py │ ├── osgimagesequence.py │ ├── osgimpostor.py │ ├── osgintersection.py │ ├── osgkdtree.py │ ├── osgkeyboard.py │ ├── osgkeyboardmouse.py │ ├── osgkeystone.py │ ├── osglauncher.py │ ├── osglight.py │ ├── osglightpoint.py │ ├── osglogicop.py │ ├── osglogo.py │ ├── osgmanipulator.py │ ├── osgmemorytest.py │ ├── osgmotionblur.py │ ├── osgmovie.py │ ├── osgmultiplemovies.py │ ├── osgmultiplerendertargets.py │ ├── osgmultitexture.py │ ├── osgmultitexturecontrol.py │ ├── osgmultitouch.py │ ├── osgmultiviewpaging.py │ ├── osgoccluder.py │ ├── osgocclusionquery.py │ ├── osgoit.py │ ├── osgoscdevice.py │ ├── osgoutline.py │ ├── osgpackeddepthstencil.py │ ├── osgpagedlod.py │ ├── osgparametric.py │ ├── osgparticle.py │ ├── osgparticleeffects.py │ ├── osgparticleshader.py │ ├── osgpdf.py │ ├── osgphotoalbum.py │ ├── osgpick.py │ ├── osgplanets.py │ ├── osgpoints.py │ ├── osgpointsprite.py │ ├── osgposter.py │ ├── osgprecipitation.py │ ├── osgprerender.py │ ├── osgprerendercubemap.py │ ├── osgqfont.py │ ├── osgreflect.py │ ├── osgrobot.py │ ├── osgscalarbar.py │ ├── osgscreencapture.py │ ├── osgscribe.py │ ├── osgsequence.py │ ├── osgshadercomposition.py │ ├── osgshadergen.py │ ├── osgshaders.py │ ├── osgshaderterrain.py │ ├── osgshadow.py │ ├── osgshape.py │ ├── osgsharedarray.py │ ├── osgsidebyside.py │ ├── osgsimplegl3.py │ ├── osgsimpleshaders.py │ ├── osgsimplifier.py │ ├── osgsimulation.py │ ├── osgslice.py │ ├── osgspacewarp.py │ ├── osgspheresegment.py │ ├── osgspotlight.py │ ├── osgstaticviewer.py │ ├── osgstereoimage.py │ ├── osgstereomatch.py │ ├── osgteapot.py │ ├── osgterrain.py │ ├── osgtessellate.py │ ├── osgtessellationshaders.py │ ├── osgtext.py │ ├── osgtext3D.py │ ├── osgtexture1D.py │ ├── osgtexture2D.py │ ├── osgtexture3D.py │ ├── osgtexturecompression.py │ ├── osgtexturerectangle.py │ ├── osgthirdpersonview.py │ ├── osgthreadedterrain.py │ ├── osguniformbuffer.py │ ├── osgunittests.py │ ├── osguserdata.py │ ├── osguserstats.py │ ├── osgvertexattributes.py │ ├── osgvertexprogram.py │ ├── osgviewerCocoa.py │ ├── osgviewerFLTK.py │ ├── osgviewerFOX.py │ ├── osgviewerGLUT.py │ ├── osgviewerGTK.py │ ├── osgviewerMFC.py │ ├── osgviewerQt.py │ ├── osgviewerSDL.py │ ├── osgviewerWX.py │ ├── osgvirtualprogram.py │ ├── osgvnc.py │ ├── osgvolume.py │ ├── osgwidgetaddremove.py │ ├── osgwidgetbox.py │ ├── osgwidgetcanvas.py │ ├── osgwidgetframe.py │ ├── osgwidgetinput.py │ ├── osgwidgetlabel.py │ ├── osgwidgetmenu.py │ ├── osgwidgetmessagebox.py │ ├── osgwidgetnotebook.py │ ├── osgwidgetperformance.py │ ├── osgwidgetprogress.py │ ├── osgwidgetscrolled.py │ ├── osgwidgetshader.py │ ├── osgwidgetstyled.py │ ├── osgwidgettable.py │ ├── osgwidgetwindow.py │ ├── osgwindows.py │ ├── translate_clang.py │ ├── translate_clang2.py │ ├── translate_clang3.py │ └── translate_examples.pl └── textured_quad_geometry.py ├── src ├── CMakeLists.txt ├── modules │ ├── CMakeLists.txt │ ├── default.h │ ├── doxygen_doc_extractor.py │ ├── indexing_helpers.h │ ├── osg │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── ActiveUniformMap.pypp.cpp │ │ │ ├── ActiveUniformMap.pypp.hpp │ │ │ ├── ActiveVarInfoMap.pypp.cpp │ │ │ ├── ActiveVarInfoMap.pypp.hpp │ │ │ ├── AlphaFunc.pypp.cpp │ │ │ ├── AlphaFunc.pypp.hpp │ │ │ ├── AnimationPath.pypp.cpp │ │ │ ├── AnimationPath.pypp.hpp │ │ │ ├── AnimationPathCallback.pypp.cpp │ │ │ ├── AnimationPathCallback.pypp.hpp │ │ │ ├── ApplicationUsage.pypp.cpp │ │ │ ├── ApplicationUsage.pypp.hpp │ │ │ ├── ApplicationUsageProxy.pypp.cpp │ │ │ ├── ApplicationUsageProxy.pypp.hpp │ │ │ ├── ArgumentParser.pypp.cpp │ │ │ ├── ArgumentParser.pypp.hpp │ │ │ ├── Array.pypp.cpp │ │ │ ├── Array.pypp.hpp │ │ │ ├── ArrayDispatchers.pypp.cpp │ │ │ ├── ArrayDispatchers.pypp.hpp │ │ │ ├── ArrayList.pypp.cpp │ │ │ ├── ArrayList.pypp.hpp │ │ │ ├── ArrayVisitor.pypp.cpp │ │ │ ├── ArrayVisitor.pypp.hpp │ │ │ ├── Atomic.pypp.cpp │ │ │ ├── Atomic.pypp.hpp │ │ │ ├── AtomicCounterBufferBinding.pypp.cpp │ │ │ ├── AtomicCounterBufferBinding.pypp.hpp │ │ │ ├── AtomicCounterBufferObject.pypp.cpp │ │ │ ├── AtomicCounterBufferObject.pypp.hpp │ │ │ ├── AtomicPtr.pypp.cpp │ │ │ ├── AtomicPtr.pypp.hpp │ │ │ ├── AttachmentMap.pypp.cpp │ │ │ ├── AttachmentMap.pypp.hpp │ │ │ ├── AttributeDispatch.pypp.cpp │ │ │ ├── AttributeDispatch.pypp.hpp │ │ │ ├── AttributeVec.pypp.cpp │ │ │ ├── AttributeVec.pypp.hpp │ │ │ ├── AudioSink.pypp.cpp │ │ │ ├── AudioSink.pypp.hpp │ │ │ ├── AudioStream.pypp.cpp │ │ │ ├── AudioStream.pypp.hpp │ │ │ ├── AudioStreams.pypp.cpp │ │ │ ├── AudioStreams.pypp.hpp │ │ │ ├── AutoTransform.pypp.cpp │ │ │ ├── AutoTransform.pypp.hpp │ │ │ ├── Barrier.pypp.cpp │ │ │ ├── Barrier.pypp.hpp │ │ │ ├── BarrierOperation.pypp.cpp │ │ │ ├── BarrierOperation.pypp.hpp │ │ │ ├── Billboard.pypp.cpp │ │ │ ├── Billboard.pypp.hpp │ │ │ ├── BlendColor.pypp.cpp │ │ │ ├── BlendColor.pypp.hpp │ │ │ ├── BlendEquation.pypp.cpp │ │ │ ├── BlendEquation.pypp.hpp │ │ │ ├── BlendFunc.pypp.cpp │ │ │ ├── BlendFunc.pypp.hpp │ │ │ ├── Block.pypp.cpp │ │ │ ├── Block.pypp.hpp │ │ │ ├── BlockAndFlushOperation.pypp.cpp │ │ │ ├── BlockAndFlushOperation.pypp.hpp │ │ │ ├── BlockCount.pypp.cpp │ │ │ ├── BlockCount.pypp.hpp │ │ │ ├── BoundingBoxImpl_less__osg_scope_Vec3f__greater_.pypp.cpp │ │ │ ├── BoundingBoxImpl_less__osg_scope_Vec3f__greater_.pypp.hpp │ │ │ ├── BoundingSphereVec3f.pypp.cpp │ │ │ ├── BoundingSphereVec3f.pypp.hpp │ │ │ ├── Box.pypp.cpp │ │ │ ├── Box.pypp.hpp │ │ │ ├── BufferAttachmentMap.pypp.cpp │ │ │ ├── BufferAttachmentMap.pypp.hpp │ │ │ ├── BufferData.pypp.cpp │ │ │ ├── BufferData.pypp.hpp │ │ │ ├── BufferObject.pypp.cpp │ │ │ ├── BufferObject.pypp.hpp │ │ │ ├── BufferObjectProfile.pypp.cpp │ │ │ ├── BufferObjectProfile.pypp.hpp │ │ │ ├── Camera.pypp.cpp │ │ │ ├── Camera.pypp.hpp │ │ │ ├── CameraRenderOrderSortOp.pypp.cpp │ │ │ ├── CameraRenderOrderSortOp.pypp.hpp │ │ │ ├── CameraView.pypp.cpp │ │ │ ├── CameraView.pypp.hpp │ │ │ ├── Cameras.pypp.cpp │ │ │ ├── Cameras.pypp.hpp │ │ │ ├── Capsule.pypp.cpp │ │ │ ├── Capsule.pypp.hpp │ │ │ ├── ClampColor.pypp.cpp │ │ │ ├── ClampColor.pypp.hpp │ │ │ ├── ClampedLinearCostFunction1D.pypp.cpp │ │ │ ├── ClampedLinearCostFunction1D.pypp.hpp │ │ │ ├── ClearNode.pypp.cpp │ │ │ ├── ClearNode.pypp.hpp │ │ │ ├── ClipNode.pypp.cpp │ │ │ ├── ClipNode.pypp.hpp │ │ │ ├── ClipPlane.pypp.cpp │ │ │ ├── ClipPlane.pypp.hpp │ │ │ ├── ClipPlaneList.pypp.cpp │ │ │ ├── ClipPlaneList.pypp.hpp │ │ │ ├── CollectOccludersVisitor.pypp.cpp │ │ │ ├── CollectOccludersVisitor.pypp.hpp │ │ │ ├── ColorMap.pypp.cpp │ │ │ ├── ColorMap.pypp.hpp │ │ │ ├── ColorMask.pypp.cpp │ │ │ ├── ColorMask.pypp.hpp │ │ │ ├── ColorMatrix.pypp.cpp │ │ │ ├── ColorMatrix.pypp.hpp │ │ │ ├── CompositeShape.pypp.cpp │ │ │ ├── CompositeShape.pypp.hpp │ │ │ ├── ComputeBoundsVisitor.pypp.cpp │ │ │ ├── ComputeBoundsVisitor.pypp.hpp │ │ │ ├── Condition.pypp.cpp │ │ │ ├── Condition.pypp.hpp │ │ │ ├── Cone.pypp.cpp │ │ │ ├── Cone.pypp.hpp │ │ │ ├── ConstShapeVisitor.pypp.cpp │ │ │ ├── ConstShapeVisitor.pypp.hpp │ │ │ ├── ConstValueVisitor.pypp.cpp │ │ │ ├── ConstValueVisitor.pypp.hpp │ │ │ ├── ConvexHull.pypp.cpp │ │ │ ├── ConvexHull.pypp.hpp │ │ │ ├── ConvexPlanarOccluder.pypp.cpp │ │ │ ├── ConvexPlanarOccluder.pypp.hpp │ │ │ ├── ConvexPlanarPolygon.pypp.cpp │ │ │ ├── ConvexPlanarPolygon.pypp.hpp │ │ │ ├── CoordinateSystemNode.pypp.cpp │ │ │ ├── CoordinateSystemNode.pypp.hpp │ │ │ ├── CopyOp.pypp.cpp │ │ │ ├── CopyOp.pypp.hpp │ │ │ ├── CullFace.pypp.cpp │ │ │ ├── CullFace.pypp.hpp │ │ │ ├── CullSettings.pypp.cpp │ │ │ ├── CullSettings.pypp.hpp │ │ │ ├── CullingSet.pypp.cpp │ │ │ ├── CullingSet.pypp.hpp │ │ │ ├── Cylinder.pypp.cpp │ │ │ ├── Cylinder.pypp.hpp │ │ │ ├── DefaultUserDataContainer.pypp.cpp │ │ │ ├── DefaultUserDataContainer.pypp.hpp │ │ │ ├── DeleteHandler.pypp.cpp │ │ │ ├── DeleteHandler.pypp.hpp │ │ │ ├── Depth.pypp.cpp │ │ │ ├── Depth.pypp.hpp │ │ │ ├── DisplaySettings.pypp.cpp │ │ │ ├── DisplaySettings.pypp.hpp │ │ │ ├── DrawArrayLengths.pypp.cpp │ │ │ ├── DrawArrayLengths.pypp.hpp │ │ │ ├── DrawArrays.pypp.cpp │ │ │ ├── DrawArrays.pypp.hpp │ │ │ ├── DrawElements.pypp.cpp │ │ │ ├── DrawElements.pypp.hpp │ │ │ ├── DrawElementsUByte.pypp.cpp │ │ │ ├── DrawElementsUByte.pypp.hpp │ │ │ ├── DrawElementsUInt.pypp.cpp │ │ │ ├── DrawElementsUInt.pypp.hpp │ │ │ ├── DrawElementsUShort.pypp.cpp │ │ │ ├── DrawElementsUShort.pypp.hpp │ │ │ ├── DrawPixels.pypp.cpp │ │ │ ├── DrawPixels.pypp.hpp │ │ │ ├── Drawable.pypp.cpp │ │ │ ├── Drawable.pypp.hpp │ │ │ ├── ElapsedTime.pypp.cpp │ │ │ ├── ElapsedTime.pypp.hpp │ │ │ ├── EllipsoidModel.pypp.cpp │ │ │ ├── EllipsoidModel.pypp.hpp │ │ │ ├── EndOfDynamicDrawBlock.pypp.cpp │ │ │ ├── EndOfDynamicDrawBlock.pypp.hpp │ │ │ ├── ErrorMessageMap.pypp.cpp │ │ │ ├── ErrorMessageMap.pypp.hpp │ │ │ ├── EyePointStack.pypp.cpp │ │ │ ├── EyePointStack.pypp.hpp │ │ │ ├── FBOExtensions.pypp.cpp │ │ │ ├── FBOExtensions.pypp.hpp │ │ │ ├── FlushDeletedGLObjectsOperation.pypp.cpp │ │ │ ├── FlushDeletedGLObjectsOperation.pypp.hpp │ │ │ ├── Fog.pypp.cpp │ │ │ ├── Fog.pypp.hpp │ │ │ ├── FragmentProgram.pypp.cpp │ │ │ ├── FragmentProgram.pypp.hpp │ │ │ ├── FragmentProgram_MatrixList.pypp.cpp │ │ │ ├── FragmentProgram_MatrixList.pypp.hpp │ │ │ ├── FrameBufferAttachment.pypp.cpp │ │ │ ├── FrameBufferAttachment.pypp.hpp │ │ │ ├── FrameBufferObject.pypp.cpp │ │ │ ├── FrameBufferObject.pypp.hpp │ │ │ ├── FrameStamp.pypp.cpp │ │ │ ├── FrameStamp.pypp.hpp │ │ │ ├── FrontFace.pypp.cpp │ │ │ ├── FrontFace.pypp.hpp │ │ │ ├── GLBeginEndAdapter.pypp.cpp │ │ │ ├── GLBeginEndAdapter.pypp.hpp │ │ │ ├── GLBufferObjects.pypp.cpp │ │ │ ├── GLBufferObjects.pypp.hpp │ │ │ ├── Geode.pypp.cpp │ │ │ ├── Geode.pypp.hpp │ │ │ ├── Geometry.pypp.cpp │ │ │ ├── Geometry.pypp.hpp │ │ │ ├── GeometryCostEstimator.pypp.cpp │ │ │ ├── GeometryCostEstimator.pypp.hpp │ │ │ ├── GraphicsContext.pypp.cpp │ │ │ ├── GraphicsContext.pypp.hpp │ │ │ ├── GraphicsCostEstimator.pypp.cpp │ │ │ ├── GraphicsCostEstimator.pypp.hpp │ │ │ ├── GraphicsOperation.pypp.cpp │ │ │ ├── GraphicsOperation.pypp.hpp │ │ │ ├── GraphicsThread.pypp.cpp │ │ │ ├── GraphicsThread.pypp.hpp │ │ │ ├── Group.pypp.cpp │ │ │ ├── Group.pypp.hpp │ │ │ ├── HeightField.pypp.cpp │ │ │ ├── HeightField.pypp.hpp │ │ │ ├── Hint.pypp.cpp │ │ │ ├── Hint.pypp.hpp │ │ │ ├── HoleList.pypp.cpp │ │ │ ├── HoleList.pypp.hpp │ │ │ ├── Image.pypp.cpp │ │ │ ├── Image.pypp.hpp │ │ │ ├── ImageDataList.pypp.cpp │ │ │ ├── ImageDataList.pypp.hpp │ │ │ ├── ImageList.pypp.cpp │ │ │ ├── ImageList.pypp.hpp │ │ │ ├── ImageSequence.pypp.cpp │ │ │ ├── ImageSequence.pypp.hpp │ │ │ ├── ImageStream.pypp.cpp │ │ │ ├── ImageStream.pypp.hpp │ │ │ ├── InfinitePlane.pypp.cpp │ │ │ ├── InfinitePlane.pypp.hpp │ │ │ ├── KdNodeList.pypp.cpp │ │ │ ├── KdNodeList.pypp.hpp │ │ │ ├── KdTree.pypp.cpp │ │ │ ├── KdTree.pypp.hpp │ │ │ ├── KdTreeBuilder.pypp.cpp │ │ │ ├── KdTreeBuilder.pypp.hpp │ │ │ ├── LOD.pypp.cpp │ │ │ ├── LOD.pypp.hpp │ │ │ ├── Light.pypp.cpp │ │ │ ├── Light.pypp.hpp │ │ │ ├── LightModel.pypp.cpp │ │ │ ├── LightModel.pypp.hpp │ │ │ ├── LightSource.pypp.cpp │ │ │ ├── LightSource.pypp.hpp │ │ │ ├── LineSegment.pypp.cpp │ │ │ ├── LineSegment.pypp.hpp │ │ │ ├── LineStipple.pypp.cpp │ │ │ ├── LineStipple.pypp.hpp │ │ │ ├── LineWidth.pypp.cpp │ │ │ ├── LineWidth.pypp.hpp │ │ │ ├── LocalParamList.pypp.cpp │ │ │ ├── LocalParamList.pypp.hpp │ │ │ ├── LogicOp.pypp.cpp │ │ │ ├── LogicOp.pypp.hpp │ │ │ ├── MaskStack.pypp.cpp │ │ │ ├── MaskStack.pypp.hpp │ │ │ ├── Material.pypp.cpp │ │ │ ├── Material.pypp.hpp │ │ │ ├── MatrixList.pypp.cpp │ │ │ ├── MatrixList.pypp.hpp │ │ │ ├── MatrixStack.pypp.cpp │ │ │ ├── MatrixStack.pypp.hpp │ │ │ ├── MatrixTransform.pypp.cpp │ │ │ ├── MatrixTransform.pypp.hpp │ │ │ ├── Matrixd.pypp.cpp │ │ │ ├── Matrixd.pypp.hpp │ │ │ ├── Matrixf.pypp.cpp │ │ │ ├── Matrixf.pypp.hpp │ │ │ ├── Multisample.pypp.cpp │ │ │ ├── Multisample.pypp.hpp │ │ │ ├── Mutex.pypp.cpp │ │ │ ├── Mutex.pypp.hpp │ │ │ ├── Node.pypp.cpp │ │ │ ├── Node.pypp.hpp │ │ │ ├── NodeAcceptOp.pypp.cpp │ │ │ ├── NodeAcceptOp.pypp.hpp │ │ │ ├── NodeCallback.pypp.cpp │ │ │ ├── NodeCallback.pypp.hpp │ │ │ ├── NodeTrackerCallback.pypp.cpp │ │ │ ├── NodeTrackerCallback.pypp.hpp │ │ │ ├── NodeVisitor.pypp.cpp │ │ │ ├── NodeVisitor.pypp.hpp │ │ │ ├── NotifyHandler.pypp.cpp │ │ │ ├── NotifyHandler.pypp.hpp │ │ │ ├── Object.pypp.cpp │ │ │ ├── Object.pypp.hpp │ │ │ ├── Observer.pypp.cpp │ │ │ ├── Observer.pypp.hpp │ │ │ ├── ObserverNodePath.pypp.cpp │ │ │ ├── ObserverNodePath.pypp.hpp │ │ │ ├── ObserverSet.pypp.cpp │ │ │ ├── ObserverSet.pypp.hpp │ │ │ ├── Observers.pypp.cpp │ │ │ ├── Observers.pypp.hpp │ │ │ ├── OccluderNode.pypp.cpp │ │ │ ├── OccluderNode.pypp.hpp │ │ │ ├── OcclusionQueryNode.pypp.cpp │ │ │ ├── OcclusionQueryNode.pypp.hpp │ │ │ ├── Operation.pypp.cpp │ │ │ ├── Operation.pypp.hpp │ │ │ ├── OperationQueue.pypp.cpp │ │ │ ├── OperationQueue.pypp.hpp │ │ │ ├── OperationThread.pypp.cpp │ │ │ ├── OperationThread.pypp.hpp │ │ │ ├── OperationThreads.pypp.cpp │ │ │ ├── OperationThreads.pypp.hpp │ │ │ ├── PagedLOD.pypp.cpp │ │ │ ├── PagedLOD.pypp.hpp │ │ │ ├── PatchParameter.pypp.cpp │ │ │ ├── PatchParameter.pypp.hpp │ │ │ ├── PixelStorageModes.pypp.cpp │ │ │ ├── PixelStorageModes.pypp.hpp │ │ │ ├── Plane.pypp.cpp │ │ │ ├── Plane.pypp.hpp │ │ │ ├── Point.pypp.cpp │ │ │ ├── Point.pypp.hpp │ │ │ ├── PointSprite.pypp.cpp │ │ │ ├── PointSprite.pypp.hpp │ │ │ ├── PolygonMode.pypp.cpp │ │ │ ├── PolygonMode.pypp.hpp │ │ │ ├── PolygonOffset.pypp.cpp │ │ │ ├── PolygonOffset.pypp.hpp │ │ │ ├── PolygonStipple.pypp.cpp │ │ │ ├── PolygonStipple.pypp.hpp │ │ │ ├── Polytope.pypp.cpp │ │ │ ├── Polytope.pypp.hpp │ │ │ ├── PositionAttitudeTransform.pypp.cpp │ │ │ ├── PositionAttitudeTransform.pypp.hpp │ │ │ ├── PrimitiveFunctor.pypp.cpp │ │ │ ├── PrimitiveFunctor.pypp.hpp │ │ │ ├── PrimitiveIndexFunctor.pypp.cpp │ │ │ ├── PrimitiveIndexFunctor.pypp.hpp │ │ │ ├── PrimitiveRestartIndex.pypp.cpp │ │ │ ├── PrimitiveRestartIndex.pypp.hpp │ │ │ ├── PrimitiveSet.pypp.cpp │ │ │ ├── PrimitiveSet.pypp.hpp │ │ │ ├── PrimitiveSetList.pypp.cpp │ │ │ ├── PrimitiveSetList.pypp.hpp │ │ │ ├── Program.pypp.cpp │ │ │ ├── Program.pypp.hpp │ │ │ ├── ProgramCostEstimator.pypp.cpp │ │ │ ├── ProgramCostEstimator.pypp.hpp │ │ │ ├── Projection.pypp.cpp │ │ │ ├── Projection.pypp.hpp │ │ │ ├── ProxyNode.pypp.cpp │ │ │ ├── ProxyNode.pypp.hpp │ │ │ ├── Quat.pypp.cpp │ │ │ ├── Quat.pypp.hpp │ │ │ ├── QueryGeometry.pypp.cpp │ │ │ ├── QueryGeometry.pypp.hpp │ │ │ ├── RangeList.pypp.cpp │ │ │ ├── RangeList.pypp.hpp │ │ │ ├── RatioList.pypp.cpp │ │ │ ├── RatioList.pypp.hpp │ │ │ ├── RefBlock.pypp.cpp │ │ │ ├── RefBlock.pypp.hpp │ │ │ ├── RefBlockCount.pypp.cpp │ │ │ ├── RefBlockCount.pypp.hpp │ │ │ ├── RefMatrixd.pypp.cpp │ │ │ ├── RefMatrixd.pypp.hpp │ │ │ ├── RefMatrixf.pypp.cpp │ │ │ ├── RefMatrixf.pypp.hpp │ │ │ ├── Referenced.pypp.cpp │ │ │ ├── Referenced.pypp.hpp │ │ │ ├── ReleaseContext_Block_MakeCurrentOperation.pypp.cpp │ │ │ ├── ReleaseContext_Block_MakeCurrentOperation.pypp.hpp │ │ │ ├── RenderBuffer.pypp.cpp │ │ │ ├── RenderBuffer.pypp.hpp │ │ │ ├── RenderInfo.pypp.cpp │ │ │ ├── RenderInfo.pypp.hpp │ │ │ ├── RunOperations.pypp.cpp │ │ │ ├── RunOperations.pypp.hpp │ │ │ ├── SampleMaski.pypp.cpp │ │ │ ├── SampleMaski.pypp.hpp │ │ │ ├── Scissor.pypp.cpp │ │ │ ├── Scissor.pypp.hpp │ │ │ ├── ScopedLock_less__OpenThreads_scope_Mutex__greater_.pypp.cpp │ │ │ ├── ScopedLock_less__OpenThreads_scope_Mutex__greater_.pypp.hpp │ │ │ ├── Sequence.pypp.cpp │ │ │ ├── Sequence.pypp.hpp │ │ │ ├── ShadeModel.pypp.cpp │ │ │ ├── ShadeModel.pypp.hpp │ │ │ ├── ShaderAttribute.pypp.cpp │ │ │ ├── ShaderAttribute.pypp.hpp │ │ │ ├── ShaderComposer.pypp.cpp │ │ │ ├── ShaderComposer.pypp.hpp │ │ │ ├── ShadowVolumeOccluder.pypp.cpp │ │ │ ├── ShadowVolumeOccluder.pypp.hpp │ │ │ ├── ShadowVolumeOccluderSet.pypp.cpp │ │ │ ├── ShadowVolumeOccluderSet.pypp.hpp │ │ │ ├── Shape.pypp.cpp │ │ │ ├── Shape.pypp.hpp │ │ │ ├── ShapeDrawable.pypp.cpp │ │ │ ├── ShapeDrawable.pypp.hpp │ │ │ ├── ShapeVisitor.pypp.cpp │ │ │ ├── ShapeVisitor.pypp.hpp │ │ │ ├── Sphere.pypp.cpp │ │ │ ├── Sphere.pypp.hpp │ │ │ ├── StandardNotifyHandler.pypp.cpp │ │ │ ├── StandardNotifyHandler.pypp.hpp │ │ │ ├── State.pypp.cpp │ │ │ ├── State.pypp.hpp │ │ │ ├── StateAttribute.pypp.cpp │ │ │ ├── StateAttribute.pypp.hpp │ │ │ ├── StateSet.pypp.cpp │ │ │ ├── StateSet.pypp.hpp │ │ │ ├── StateSetStack.pypp.cpp │ │ │ ├── StateSetStack.pypp.hpp │ │ │ ├── Stats.pypp.cpp │ │ │ ├── Stats.pypp.hpp │ │ │ ├── Stencil.pypp.cpp │ │ │ ├── Stencil.pypp.hpp │ │ │ ├── StencilTwoSided.pypp.cpp │ │ │ ├── StencilTwoSided.pypp.hpp │ │ │ ├── SwapBuffersOperation.pypp.cpp │ │ │ ├── SwapBuffersOperation.pypp.hpp │ │ │ ├── Switch.pypp.cpp │ │ │ ├── Switch.pypp.hpp │ │ │ ├── TemplateArray_less__float_comma___obrace_osg_scope_Array_scope_Type_cbrace_7_comma__1_comma__5126__greater_.pypp.cpp │ │ │ ├── TemplateArray_less__float_comma___obrace_osg_scope_Array_scope_Type_cbrace_7_comma__1_comma__5126__greater_.pypp.hpp │ │ │ ├── TessellationHints.pypp.cpp │ │ │ ├── TessellationHints.pypp.hpp │ │ │ ├── TestResult.pypp.cpp │ │ │ ├── TestResult.pypp.hpp │ │ │ ├── TexEnv.pypp.cpp │ │ │ ├── TexEnv.pypp.hpp │ │ │ ├── TexEnvCombine.pypp.cpp │ │ │ ├── TexEnvCombine.pypp.hpp │ │ │ ├── TexEnvFilter.pypp.cpp │ │ │ ├── TexEnvFilter.pypp.hpp │ │ │ ├── TexGen.pypp.cpp │ │ │ ├── TexGen.pypp.hpp │ │ │ ├── TexGenNode.pypp.cpp │ │ │ ├── TexGenNode.pypp.hpp │ │ │ ├── TexMat.pypp.cpp │ │ │ ├── TexMat.pypp.hpp │ │ │ ├── Texture.pypp.cpp │ │ │ ├── Texture.pypp.hpp │ │ │ ├── Texture1D.pypp.cpp │ │ │ ├── Texture1D.pypp.hpp │ │ │ ├── Texture2D.pypp.cpp │ │ │ ├── Texture2D.pypp.hpp │ │ │ ├── Texture2DArray.pypp.cpp │ │ │ ├── Texture2DArray.pypp.hpp │ │ │ ├── Texture2DMultisample.pypp.cpp │ │ │ ├── Texture2DMultisample.pypp.hpp │ │ │ ├── Texture3D.pypp.cpp │ │ │ ├── Texture3D.pypp.hpp │ │ │ ├── TextureAttributeList.pypp.cpp │ │ │ ├── TextureAttributeList.pypp.hpp │ │ │ ├── TextureBuffer.pypp.cpp │ │ │ ├── TextureBuffer.pypp.hpp │ │ │ ├── TextureCostEstimator.pypp.cpp │ │ │ ├── TextureCostEstimator.pypp.hpp │ │ │ ├── TextureCubeMap.pypp.cpp │ │ │ ├── TextureCubeMap.pypp.hpp │ │ │ ├── TextureModeList.pypp.cpp │ │ │ ├── TextureModeList.pypp.hpp │ │ │ ├── TextureObjectBuffer.pypp.cpp │ │ │ ├── TextureObjectBuffer.pypp.hpp │ │ │ ├── TextureRectangle.pypp.cpp │ │ │ ├── TextureRectangle.pypp.hpp │ │ │ ├── Thread.pypp.cpp │ │ │ ├── Thread.pypp.hpp │ │ │ ├── TimeControlPointMap.pypp.cpp │ │ │ ├── TimeControlPointMap.pypp.hpp │ │ │ ├── Timer.pypp.cpp │ │ │ ├── Timer.pypp.hpp │ │ │ ├── TransferFunction.pypp.cpp │ │ │ ├── TransferFunction.pypp.hpp │ │ │ ├── TransferFunction1D.pypp.cpp │ │ │ ├── TransferFunction1D.pypp.hpp │ │ │ ├── Transform.pypp.cpp │ │ │ ├── Transform.pypp.hpp │ │ │ ├── TransformFeedbackBufferBinding.pypp.cpp │ │ │ ├── TransformFeedbackBufferBinding.pypp.hpp │ │ │ ├── TriangleList.pypp.cpp │ │ │ ├── TriangleList.pypp.hpp │ │ │ ├── TriangleMesh.pypp.cpp │ │ │ ├── TriangleMesh.pypp.hpp │ │ │ ├── UIntArray.pypp.cpp │ │ │ ├── UIntArray.pypp.hpp │ │ │ ├── Uniform.pypp.cpp │ │ │ ├── Uniform.pypp.hpp │ │ │ ├── UniformBlockMap.pypp.cpp │ │ │ ├── UniformBlockMap.pypp.hpp │ │ │ ├── UniformBufferBinding.pypp.cpp │ │ │ ├── UniformBufferBinding.pypp.hpp │ │ │ ├── UniformBufferObject.pypp.cpp │ │ │ ├── UniformBufferObject.pypp.hpp │ │ │ ├── UniformList.pypp.cpp │ │ │ ├── UniformList.pypp.hpp │ │ │ ├── UsageMap.pypp.cpp │ │ │ ├── UsageMap.pypp.hpp │ │ │ ├── UserDataContainer.pypp.cpp │ │ │ ├── UserDataContainer.pypp.hpp │ │ │ ├── ValueObject.pypp.cpp │ │ │ ├── ValueObject.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__bool__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__bool__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__char__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__char__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__double__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__double__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__float__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__float__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__int__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__int__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Matrixd__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Matrixd__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Matrixf__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Matrixf__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Plane__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Plane__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Quat__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Quat__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec2d__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec2d__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec2f__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec2f__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec3d__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec3d__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec3f__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec3f__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec4d__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec4d__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec4f__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__osg_scope_Vec4f__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__short__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__short__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__std_scope_string__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__std_scope_string__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__unsigned_char__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__unsigned_char__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__unsigned_int__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__unsigned_int__greater_.pypp.hpp │ │ │ ├── ValueObjectClassNameTrait_less__unsigned_short__greater_.pypp.cpp │ │ │ ├── ValueObjectClassNameTrait_less__unsigned_short__greater_.pypp.hpp │ │ │ ├── ValueVisitor.pypp.cpp │ │ │ ├── ValueVisitor.pypp.hpp │ │ │ ├── Vec2Array.pypp.cpp │ │ │ ├── Vec2Array.pypp.hpp │ │ │ ├── Vec2b.pypp.cpp │ │ │ ├── Vec2b.pypp.hpp │ │ │ ├── Vec2d.pypp.cpp │ │ │ ├── Vec2d.pypp.hpp │ │ │ ├── Vec2f.pypp.cpp │ │ │ ├── Vec2f.pypp.hpp │ │ │ ├── Vec2i.pypp.cpp │ │ │ ├── Vec2i.pypp.hpp │ │ │ ├── Vec2s.pypp.cpp │ │ │ ├── Vec2s.pypp.hpp │ │ │ ├── Vec2ub.pypp.cpp │ │ │ ├── Vec2ub.pypp.hpp │ │ │ ├── Vec2ui.pypp.cpp │ │ │ ├── Vec2ui.pypp.hpp │ │ │ ├── Vec2us.pypp.cpp │ │ │ ├── Vec2us.pypp.hpp │ │ │ ├── Vec3Array.pypp.cpp │ │ │ ├── Vec3Array.pypp.hpp │ │ │ ├── Vec3b.pypp.cpp │ │ │ ├── Vec3b.pypp.hpp │ │ │ ├── Vec3d.pypp.cpp │ │ │ ├── Vec3d.pypp.hpp │ │ │ ├── Vec3f.pypp.cpp │ │ │ ├── Vec3f.pypp.hpp │ │ │ ├── Vec3i.pypp.cpp │ │ │ ├── Vec3i.pypp.hpp │ │ │ ├── Vec3s.pypp.cpp │ │ │ ├── Vec3s.pypp.hpp │ │ │ ├── Vec3ub.pypp.cpp │ │ │ ├── Vec3ub.pypp.hpp │ │ │ ├── Vec3ui.pypp.cpp │ │ │ ├── Vec3ui.pypp.hpp │ │ │ ├── Vec3us.pypp.cpp │ │ │ ├── Vec3us.pypp.hpp │ │ │ ├── Vec4Array.pypp.cpp │ │ │ ├── Vec4Array.pypp.hpp │ │ │ ├── Vec4b.pypp.cpp │ │ │ ├── Vec4b.pypp.hpp │ │ │ ├── Vec4d.pypp.cpp │ │ │ ├── Vec4d.pypp.hpp │ │ │ ├── Vec4f.pypp.cpp │ │ │ ├── Vec4f.pypp.hpp │ │ │ ├── Vec4i.pypp.cpp │ │ │ ├── Vec4i.pypp.hpp │ │ │ ├── Vec4s.pypp.cpp │ │ │ ├── Vec4s.pypp.hpp │ │ │ ├── Vec4ub.pypp.cpp │ │ │ ├── Vec4ub.pypp.hpp │ │ │ ├── Vec4ui.pypp.cpp │ │ │ ├── Vec4ui.pypp.hpp │ │ │ ├── Vec4us.pypp.cpp │ │ │ ├── Vec4us.pypp.hpp │ │ │ ├── VertexBufferObject.pypp.cpp │ │ │ ├── VertexBufferObject.pypp.hpp │ │ │ ├── VertexProgram.pypp.cpp │ │ │ ├── VertexProgram.pypp.hpp │ │ │ ├── View.pypp.cpp │ │ │ ├── View.pypp.hpp │ │ │ ├── Viewport.pypp.cpp │ │ │ ├── Viewport.pypp.hpp │ │ │ ├── ViewportStack.pypp.cpp │ │ │ ├── ViewportStack.pypp.hpp │ │ │ ├── WinDebugNotifyHandler.pypp.cpp │ │ │ ├── WinDebugNotifyHandler.pypp.hpp │ │ │ ├── _ActiveVarInfo__value_traits.pypp.hpp │ │ │ ├── _Attachment__value_traits.pypp.hpp │ │ │ ├── _ControlPoint__value_traits.pypp.hpp │ │ │ ├── _ConvexPlanarPolygon__value_traits.pypp.hpp │ │ │ ├── _FrameBufferAttachment__value_traits.pypp.hpp │ │ │ ├── _ImageData__value_traits.pypp.hpp │ │ │ ├── _KdNode__value_traits.pypp.hpp │ │ │ ├── _LineSegmentIntersection__value_traits.pypp.hpp │ │ │ ├── _Myvec.pypp.cpp │ │ │ ├── _Myvec.pypp.hpp │ │ │ ├── _Polytope__value_traits.pypp.hpp │ │ │ ├── _ScreenSettings__value_traits.pypp.hpp │ │ │ ├── _ShadowVolumeOccluder__value_traits.pypp.hpp │ │ │ ├── _Triangle__value_traits.pypp.hpp │ │ │ ├── _UniformBlockInfo__value_traits.pypp.hpp │ │ │ ├── __array_1.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _longClassName1__value_traits.pypp.hpp │ │ │ ├── _map_less__unsigned_int_comma__unsigned_int__greater___value_traits.pypp.hpp │ │ │ ├── _osg.main.cpp │ │ │ ├── _osg_enumerations.pypp.cpp │ │ │ ├── _osg_enumerations.pypp.hpp │ │ │ ├── _osg_free_functions.pypp.cpp │ │ │ ├── _osg_free_functions.pypp.hpp │ │ │ ├── _osg_global_variables.pypp.cpp │ │ │ ├── _osg_global_variables.pypp.hpp │ │ │ ├── _pair_less__float_comma__float__greater___value_traits.pypp.hpp │ │ │ ├── _pair_less__osg_scope_StateAttribute_const_ptr__comma__unsigned_int__greater___value_traits.pypp.hpp │ │ │ ├── _pair_less__osg_scope_ref_ptr_less__osg_scope_StateAttribute__greater__comma__unsigned_int__greater___value_traits.pypp.hpp │ │ │ ├── _pair_less__osg_scope_ref_ptr_less__osg_scope_StateSet__greater__comma__osg_scope_Polytope__greater___value_traits.pypp.hpp │ │ │ ├── _pair_less__osg_scope_ref_ptr_less__osg_scope_Uniform__greater__comma__unsigned_int__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_Array__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_ClipPlane__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_Drawable__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_Image__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_Node__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_Object__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_Operation__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_PrimitiveSet__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_RefMatrixd__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_Viewport__greater___value_traits.pypp.hpp │ │ │ ├── _std_vector_osgNodePtr__value_traits.pypp.hpp │ │ │ ├── buffered_value_less__int__greater_.pypp.cpp │ │ │ ├── buffered_value_less__int__greater_.pypp.hpp │ │ │ ├── buffered_value_less__osg_scope_ref_ptr_less__osg_scope_Program_scope_PerContextProgram__greater___greater_.pypp.cpp │ │ │ ├── buffered_value_less__osg_scope_ref_ptr_less__osg_scope_Program_scope_PerContextProgram__greater___greater_.pypp.hpp │ │ │ ├── buffered_value_less__osg_scope_ref_ptr_less__osg_scope_Shader_scope_PerContextShader__greater___greater_.pypp.cpp │ │ │ ├── buffered_value_less__osg_scope_ref_ptr_less__osg_scope_Shader_scope_PerContextShader__greater___greater_.pypp.hpp │ │ │ ├── buffered_value_less__unsigned_int__greater_.pypp.cpp │ │ │ ├── buffered_value_less__unsigned_int__greater_.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── list_less__osg_scope_ref_ptr_less_osg_scope_Operation_greater___greater_.pypp.cpp │ │ │ ├── list_less__osg_scope_ref_ptr_less_osg_scope_Operation_greater___greater_.pypp.hpp │ │ │ ├── longClassName1.pypp.cpp │ │ │ ├── longClassName1.pypp.hpp │ │ │ ├── map_less__std_scope_string_comma__double__greater_.pypp.cpp │ │ │ ├── map_less__std_scope_string_comma__double__greater_.pypp.hpp │ │ │ ├── map_less__std_scope_string_comma__unsigned_int__greater_.pypp.cpp │ │ │ ├── map_less__std_scope_string_comma__unsigned_int__greater_.pypp.hpp │ │ │ ├── map_less__unsigned_int_comma__unsigned_int__greater_.pypp.cpp │ │ │ ├── map_less__unsigned_int_comma__unsigned_int__greater_.pypp.hpp │ │ │ ├── named_tuple.py │ │ │ ├── named_tuple.py~ │ │ │ ├── pair_double.pypp.cpp │ │ │ ├── pair_double.pypp.hpp │ │ │ ├── std_vector_osgGroupPtr.pypp.cpp │ │ │ ├── std_vector_osgGroupPtr.pypp.hpp │ │ │ ├── std_vector_osgNodePtr.pypp.cpp │ │ │ ├── std_vector_osgNodePtr.pypp.hpp │ │ │ ├── std_vector_osgObjectPtr.pypp.cpp │ │ │ ├── std_vector_osgObjectPtr.pypp.hpp │ │ │ ├── std_vector_osgStateSetPtr.pypp.cpp │ │ │ ├── std_vector_osgStateSetPtr.pypp.hpp │ │ │ ├── vector_less__bool__greater_.pypp.cpp │ │ │ ├── vector_less__bool__greater_.pypp.hpp │ │ │ ├── vector_less__const_osg_scope_Shader_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__const_osg_scope_Shader_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__float__greater_.pypp.cpp │ │ │ ├── vector_less__float__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_DrawElements_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_DrawElements_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_GraphicsContext_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_GraphicsContext_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_GraphicsContext_scope_ScreenSettings__greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_GraphicsContext_scope_ScreenSettings__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_KdTree_scope_LineSegmentIntersection__greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_KdTree_scope_LineSegmentIntersection__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_Matrixd__greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_Matrixd__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_Plane__greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_Plane__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_Polytope__greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_Polytope__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ShaderComponent_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_ShaderComponent_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_Vec3f__greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_Vec3f__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osg_scope_Drawable_greater___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osg_scope_Drawable_greater___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osg_scope_Node_greater___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osg_scope_Node_greater___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osg_scope_Object_greater___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osg_scope_Object_greater___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osg_scope_Viewport_greater___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osg_scope_Viewport_greater___greater_.pypp.hpp │ │ │ ├── vector_less__std_scope_pair_less_osg_scope_ref_ptr_less_osg_scope_StateSet_greater__comma__osg_scope_Polytope_greater___greater_.pypp.cpp │ │ │ ├── vector_less__std_scope_pair_less_osg_scope_ref_ptr_less_osg_scope_StateSet_greater__comma__osg_scope_Polytope_greater___greater_.pypp.hpp │ │ │ ├── vector_less__std_scope_string__greater_.pypp.cpp │ │ │ ├── vector_less__std_scope_string__greater_.pypp.hpp │ │ │ ├── vector_less__std_scope_vector_less__osg_scope_Node_ptr___greater___greater_.pypp.cpp │ │ │ ├── vector_less__std_scope_vector_less__osg_scope_Node_ptr___greater___greater_.pypp.hpp │ │ │ ├── vector_less__unsigned_int__greater_.pypp.cpp │ │ │ └── vector_less__unsigned_int__greater_.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osg.h │ ├── osgAnimation │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── Action.pypp.cpp │ │ │ ├── Action.pypp.hpp │ │ │ ├── ActionAnimation.pypp.cpp │ │ │ ├── ActionAnimation.pypp.hpp │ │ │ ├── ActionBlendIn.pypp.cpp │ │ │ ├── ActionBlendIn.pypp.hpp │ │ │ ├── ActionBlendOut.pypp.cpp │ │ │ ├── ActionBlendOut.pypp.hpp │ │ │ ├── ActionLayers.pypp.cpp │ │ │ ├── ActionLayers.pypp.hpp │ │ │ ├── ActionStripAnimation.pypp.cpp │ │ │ ├── ActionStripAnimation.pypp.hpp │ │ │ ├── ActionVisitor.pypp.cpp │ │ │ ├── ActionVisitor.pypp.hpp │ │ │ ├── Animation.pypp.cpp │ │ │ ├── Animation.pypp.hpp │ │ │ ├── AnimationManagerBase.pypp.cpp │ │ │ ├── AnimationManagerBase.pypp.hpp │ │ │ ├── AnimationUpdateCallbackBase.pypp.cpp │ │ │ ├── AnimationUpdateCallbackBase.pypp.hpp │ │ │ ├── AnimationUpdateCallback_less__osg_scope_NodeCallback__greater_.pypp.cpp │ │ │ ├── AnimationUpdateCallback_less__osg_scope_NodeCallback__greater_.pypp.hpp │ │ │ ├── AnimationUpdateCallback_less__osg_scope_StateAttributeCallback__greater_.pypp.cpp │ │ │ ├── AnimationUpdateCallback_less__osg_scope_StateAttributeCallback__greater_.pypp.hpp │ │ │ ├── BasicAnimationManager.pypp.cpp │ │ │ ├── BasicAnimationManager.pypp.hpp │ │ │ ├── Bone.pypp.cpp │ │ │ ├── Bone.pypp.hpp │ │ │ ├── BoneMap.pypp.cpp │ │ │ ├── BoneMap.pypp.hpp │ │ │ ├── BoneMapVisitor.pypp.cpp │ │ │ ├── BoneMapVisitor.pypp.hpp │ │ │ ├── BoneWeightList.pypp.cpp │ │ │ ├── BoneWeightList.pypp.hpp │ │ │ ├── Channel.pypp.cpp │ │ │ ├── Channel.pypp.hpp │ │ │ ├── ClearActionVisitor.pypp.cpp │ │ │ ├── ClearActionVisitor.pypp.hpp │ │ │ ├── CompositeMotion.pypp.cpp │ │ │ ├── CompositeMotion.pypp.hpp │ │ │ ├── InBackFunction.pypp.cpp │ │ │ ├── InBackFunction.pypp.hpp │ │ │ ├── InBounceFunction.pypp.cpp │ │ │ ├── InBounceFunction.pypp.hpp │ │ │ ├── InCircFunction.pypp.cpp │ │ │ ├── InCircFunction.pypp.hpp │ │ │ ├── InCubicFunction.pypp.cpp │ │ │ ├── InCubicFunction.pypp.hpp │ │ │ ├── InElasticFunction.pypp.cpp │ │ │ ├── InElasticFunction.pypp.hpp │ │ │ ├── InExpoFunction.pypp.cpp │ │ │ ├── InExpoFunction.pypp.hpp │ │ │ ├── InOutBackFunction.pypp.cpp │ │ │ ├── InOutBackFunction.pypp.hpp │ │ │ ├── InOutBounceFunction.pypp.cpp │ │ │ ├── InOutBounceFunction.pypp.hpp │ │ │ ├── InOutCircFunction.pypp.cpp │ │ │ ├── InOutCircFunction.pypp.hpp │ │ │ ├── InOutCubicFunction.pypp.cpp │ │ │ ├── InOutCubicFunction.pypp.hpp │ │ │ ├── InOutElasticFunction.pypp.cpp │ │ │ ├── InOutElasticFunction.pypp.hpp │ │ │ ├── InOutExpoFunction.pypp.cpp │ │ │ ├── InOutExpoFunction.pypp.hpp │ │ │ ├── InOutQuadFunction.pypp.cpp │ │ │ ├── InOutQuadFunction.pypp.hpp │ │ │ ├── InOutQuartFunction.pypp.cpp │ │ │ ├── InOutQuartFunction.pypp.hpp │ │ │ ├── InOutSineFunction.pypp.cpp │ │ │ ├── InOutSineFunction.pypp.hpp │ │ │ ├── InQuadFunction.pypp.cpp │ │ │ ├── InQuadFunction.pypp.hpp │ │ │ ├── InQuartFunction.pypp.cpp │ │ │ ├── InQuartFunction.pypp.hpp │ │ │ ├── InSineFunction.pypp.cpp │ │ │ ├── InSineFunction.pypp.hpp │ │ │ ├── Keyframe.pypp.cpp │ │ │ ├── Keyframe.pypp.hpp │ │ │ ├── KeyframeContainer.pypp.cpp │ │ │ ├── KeyframeContainer.pypp.hpp │ │ │ ├── LinearFunction.pypp.cpp │ │ │ ├── LinearFunction.pypp.hpp │ │ │ ├── LinkVisitor.pypp.cpp │ │ │ ├── LinkVisitor.pypp.hpp │ │ │ ├── Motion.pypp.cpp │ │ │ ├── Motion.pypp.hpp │ │ │ ├── OutBackFunction.pypp.cpp │ │ │ ├── OutBackFunction.pypp.hpp │ │ │ ├── OutBounceFunction.pypp.cpp │ │ │ ├── OutBounceFunction.pypp.hpp │ │ │ ├── OutCircFunction.pypp.cpp │ │ │ ├── OutCircFunction.pypp.hpp │ │ │ ├── OutCubicFunction.pypp.cpp │ │ │ ├── OutCubicFunction.pypp.hpp │ │ │ ├── OutElasticFunction.pypp.cpp │ │ │ ├── OutElasticFunction.pypp.hpp │ │ │ ├── OutExpoFunction.pypp.cpp │ │ │ ├── OutExpoFunction.pypp.hpp │ │ │ ├── OutQuadFunction.pypp.cpp │ │ │ ├── OutQuadFunction.pypp.hpp │ │ │ ├── OutQuartFunction.pypp.cpp │ │ │ ├── OutQuartFunction.pypp.hpp │ │ │ ├── OutSineFunction.pypp.cpp │ │ │ ├── OutSineFunction.pypp.hpp │ │ │ ├── RigGeometry.pypp.cpp │ │ │ ├── RigGeometry.pypp.hpp │ │ │ ├── RigTransform.pypp.cpp │ │ │ ├── RigTransform.pypp.hpp │ │ │ ├── RigTransformHardware.pypp.cpp │ │ │ ├── RigTransformHardware.pypp.hpp │ │ │ ├── RigTransformSoftware.pypp.cpp │ │ │ ├── RigTransformSoftware.pypp.hpp │ │ │ ├── RunAction.pypp.cpp │ │ │ ├── RunAction.pypp.hpp │ │ │ ├── Sampler.pypp.cpp │ │ │ ├── Sampler.pypp.hpp │ │ │ ├── Skeleton.pypp.cpp │ │ │ ├── Skeleton.pypp.hpp │ │ │ ├── StackedMatrixElement.pypp.cpp │ │ │ ├── StackedMatrixElement.pypp.hpp │ │ │ ├── StackedQuaternionElement.pypp.cpp │ │ │ ├── StackedQuaternionElement.pypp.hpp │ │ │ ├── StackedRotateAxisElement.pypp.cpp │ │ │ ├── StackedRotateAxisElement.pypp.hpp │ │ │ ├── StackedScaleElement.pypp.cpp │ │ │ ├── StackedScaleElement.pypp.hpp │ │ │ ├── StackedTransform.pypp.cpp │ │ │ ├── StackedTransform.pypp.hpp │ │ │ ├── StackedTransformElement.pypp.cpp │ │ │ ├── StackedTransformElement.pypp.hpp │ │ │ ├── StackedTranslateElement.pypp.cpp │ │ │ ├── StackedTranslateElement.pypp.hpp │ │ │ ├── StatsActionVisitor.pypp.cpp │ │ │ ├── StatsActionVisitor.pypp.hpp │ │ │ ├── StatsHandler.pypp.cpp │ │ │ ├── StatsHandler.pypp.hpp │ │ │ ├── Target.pypp.cpp │ │ │ ├── Target.pypp.hpp │ │ │ ├── TemplateTarget_less__float__greater_.pypp.cpp │ │ │ ├── TemplateTarget_less__float__greater_.pypp.hpp │ │ │ ├── TemplateTarget_less__osg_scope_Matrixf__greater_.pypp.cpp │ │ │ ├── TemplateTarget_less__osg_scope_Matrixf__greater_.pypp.hpp │ │ │ ├── TemplateTarget_less__osg_scope_Quat__greater_.pypp.cpp │ │ │ ├── TemplateTarget_less__osg_scope_Quat__greater_.pypp.hpp │ │ │ ├── Timeline.pypp.cpp │ │ │ ├── Timeline.pypp.hpp │ │ │ ├── TimelineAnimationManager.pypp.cpp │ │ │ ├── TimelineAnimationManager.pypp.hpp │ │ │ ├── UniqVertexSetToBoneSetList.pypp.cpp │ │ │ ├── UniqVertexSetToBoneSetList.pypp.hpp │ │ │ ├── UpdateActionVisitor.pypp.cpp │ │ │ ├── UpdateActionVisitor.pypp.hpp │ │ │ ├── UpdateBone.pypp.cpp │ │ │ ├── UpdateBone.pypp.hpp │ │ │ ├── UpdateMaterial.pypp.cpp │ │ │ ├── UpdateMaterial.pypp.hpp │ │ │ ├── UpdateMatrixTransform.pypp.cpp │ │ │ ├── UpdateMatrixTransform.pypp.hpp │ │ │ ├── Vec3ArrayPacked.pypp.cpp │ │ │ ├── Vec3ArrayPacked.pypp.hpp │ │ │ ├── Vec3Packed.pypp.cpp │ │ │ ├── Vec3Packed.pypp.hpp │ │ │ ├── Vec3PackedKeyframeContainer.pypp.cpp │ │ │ ├── Vec3PackedKeyframeContainer.pypp.hpp │ │ │ ├── VertexIndexToBoneWeightMap.pypp.cpp │ │ │ ├── VertexIndexToBoneWeightMap.pypp.hpp │ │ │ ├── VertexInfluence.pypp.cpp │ │ │ ├── VertexInfluence.pypp.hpp │ │ │ ├── VertexInfluenceMap.pypp.cpp │ │ │ ├── VertexInfluenceMap.pypp.hpp │ │ │ ├── VertexInfluenceSet.pypp.cpp │ │ │ ├── VertexInfluenceSet.pypp.hpp │ │ │ ├── _RTSBoneWeight__value_traits.pypp.hpp │ │ │ ├── _UniqVertexSetToBoneSet__value_traits.pypp.hpp │ │ │ ├── _VISBoneWeight__value_traits.pypp.hpp │ │ │ ├── _Vec3Packed__value_traits.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _osgAnimation.main.cpp │ │ │ ├── _pair_less__unsigned_int_comma__osg_scope_ref_ptr_less__osgAnimation_scope_Action__greater___greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgAnimation_scope_Animation__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgAnimation_scope_Bone__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgAnimation_scope_Channel__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgAnimation_scope_Motion__greater___value_traits.pypp.hpp │ │ │ ├── _vector_less__osgAnimation_scope_VertexInfluenceSet_scope_BoneWeight__greater___value_traits.pypp.hpp │ │ │ ├── _vector_less__std_scope_pair_less_unsigned_int_comma__osg_scope_ref_ptr_less_osgAnimation_scope_Action_greater___greater___greater___value_traits.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── named_tuple.py │ │ │ ├── vector_less__osgAnimation_scope_Vec3Packed__greater_.pypp.cpp │ │ │ ├── vector_less__osgAnimation_scope_Vec3Packed__greater_.pypp.hpp │ │ │ ├── vector_less__osgAnimation_scope_VertexInfluenceSet_scope_BoneWeight__greater_.pypp.cpp │ │ │ ├── vector_less__osgAnimation_scope_VertexInfluenceSet_scope_BoneWeight__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgAnimation_scope_Animation_greater___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgAnimation_scope_Animation_greater___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgAnimation_scope_Channel_greater___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgAnimation_scope_Channel_greater___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgAnimation_scope_Motion_greater___greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgAnimation_scope_Motion_greater___greater_.pypp.hpp │ │ │ ├── vector_less__std_scope_pair_less_unsigned_int_comma__osg_scope_ref_ptr_less_osgAnimation_scope_Action_greater___greater___greater_.pypp.cpp │ │ │ └── vector_less__std_scope_pair_less_unsigned_int_comma__osg_scope_ref_ptr_less_osgAnimation_scope_Action_greater___greater___greater_.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgAnimation.h │ ├── osgDB │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── AuthenticationDetails.pypp.cpp │ │ │ ├── AuthenticationDetails.pypp.hpp │ │ │ ├── AuthenticationMap.pypp.cpp │ │ │ ├── AuthenticationMap.pypp.hpp │ │ │ ├── BaseCompressor.pypp.cpp │ │ │ ├── BaseCompressor.pypp.hpp │ │ │ ├── BaseSerializer.pypp.cpp │ │ │ ├── BaseSerializer.pypp.hpp │ │ │ ├── Children.pypp.cpp │ │ │ ├── Children.pypp.hpp │ │ │ ├── CompressorMap.pypp.cpp │ │ │ ├── CompressorMap.pypp.hpp │ │ │ ├── DatabasePager.pypp.cpp │ │ │ ├── DatabasePager.pypp.hpp │ │ │ ├── DotOsgWrapper.pypp.cpp │ │ │ ├── DotOsgWrapper.pypp.hpp │ │ │ ├── DynamicLibrary.pypp.cpp │ │ │ ├── DynamicLibrary.pypp.hpp │ │ │ ├── ExternalFileWriter.pypp.cpp │ │ │ ├── ExternalFileWriter.pypp.hpp │ │ │ ├── Field.pypp.cpp │ │ │ ├── Field.pypp.hpp │ │ │ ├── FieldReader.pypp.cpp │ │ │ ├── FieldReader.pypp.hpp │ │ │ ├── FieldReaderIterator.pypp.cpp │ │ │ ├── FieldReaderIterator.pypp.hpp │ │ │ ├── FileLocationCallback.pypp.cpp │ │ │ ├── FileLocationCallback.pypp.hpp │ │ │ ├── FileNameComparator.pypp.cpp │ │ │ ├── FileNameComparator.pypp.hpp │ │ │ ├── FilePathList.pypp.cpp │ │ │ ├── FilePathList.pypp.hpp │ │ │ ├── FindFileCallback.pypp.cpp │ │ │ ├── FindFileCallback.pypp.hpp │ │ │ ├── FinishedObjectReadCallback.pypp.cpp │ │ │ ├── FinishedObjectReadCallback.pypp.hpp │ │ │ ├── ImageOptions.pypp.cpp │ │ │ ├── ImageOptions.pypp.hpp │ │ │ ├── ImagePager.pypp.cpp │ │ │ ├── ImagePager.pypp.hpp │ │ │ ├── ImageProcessor.pypp.cpp │ │ │ ├── ImageProcessor.pypp.hpp │ │ │ ├── ImageProcessorList.pypp.cpp │ │ │ ├── ImageProcessorList.pypp.hpp │ │ │ ├── Input.pypp.cpp │ │ │ ├── Input.pypp.hpp │ │ │ ├── InputException.pypp.cpp │ │ │ ├── InputException.pypp.hpp │ │ │ ├── InputIterator.pypp.cpp │ │ │ ├── InputIterator.pypp.hpp │ │ │ ├── InputStream.pypp.cpp │ │ │ ├── InputStream.pypp.hpp │ │ │ ├── IntLookup.pypp.cpp │ │ │ ├── IntLookup.pypp.hpp │ │ │ ├── ObjectGLenum.pypp.cpp │ │ │ ├── ObjectGLenum.pypp.hpp │ │ │ ├── ObjectMark.pypp.cpp │ │ │ ├── ObjectMark.pypp.hpp │ │ │ ├── ObjectProperty.pypp.cpp │ │ │ ├── ObjectProperty.pypp.hpp │ │ │ ├── ObjectWrapper.pypp.cpp │ │ │ ├── ObjectWrapper.pypp.hpp │ │ │ ├── ObjectWrapperManager.pypp.cpp │ │ │ ├── ObjectWrapperManager.pypp.hpp │ │ │ ├── ObjectsSet.pypp.cpp │ │ │ ├── ObjectsSet.pypp.hpp │ │ │ ├── Options.pypp.cpp │ │ │ ├── Options.pypp.hpp │ │ │ ├── Output.pypp.cpp │ │ │ ├── Output.pypp.hpp │ │ │ ├── OutputException.pypp.cpp │ │ │ ├── OutputException.pypp.hpp │ │ │ ├── OutputIterator.pypp.cpp │ │ │ ├── OutputIterator.pypp.hpp │ │ │ ├── OutputStream.pypp.cpp │ │ │ ├── OutputStream.pypp.hpp │ │ │ ├── ParameterOutput.pypp.cpp │ │ │ ├── ParameterOutput.pypp.hpp │ │ │ ├── PluginFunctionProxy.pypp.cpp │ │ │ ├── PluginFunctionProxy.pypp.hpp │ │ │ ├── ReadFileCallback.pypp.cpp │ │ │ ├── ReadFileCallback.pypp.hpp │ │ │ ├── ReaderWriter.pypp.cpp │ │ │ ├── ReaderWriter.pypp.hpp │ │ │ ├── ReaderWriterInfo.pypp.cpp │ │ │ ├── ReaderWriterInfo.pypp.hpp │ │ │ ├── ReaderWriterList.pypp.cpp │ │ │ ├── ReaderWriterList.pypp.hpp │ │ │ ├── RegisterCompressorProxy.pypp.cpp │ │ │ ├── RegisterCompressorProxy.pypp.hpp │ │ │ ├── RegisterCustomWrapperProxy.pypp.cpp │ │ │ ├── RegisterCustomWrapperProxy.pypp.hpp │ │ │ ├── RegisterDotOsgWrapperProxy.pypp.cpp │ │ │ ├── RegisterDotOsgWrapperProxy.pypp.hpp │ │ │ ├── RegisterWrapperProxy.pypp.cpp │ │ │ ├── RegisterWrapperProxy.pypp.hpp │ │ │ ├── Registry.pypp.cpp │ │ │ ├── Registry.pypp.hpp │ │ │ ├── UpdateWrapperVersionProxy.pypp.cpp │ │ │ ├── UpdateWrapperVersionProxy.pypp.hpp │ │ │ ├── UserLookupTableProxy.pypp.cpp │ │ │ ├── UserLookupTableProxy.pypp.hpp │ │ │ ├── WrapperMap.pypp.cpp │ │ │ ├── WrapperMap.pypp.hpp │ │ │ ├── WriteFileCallback.pypp.cpp │ │ │ ├── WriteFileCallback.pypp.hpp │ │ │ ├── XmlNode.pypp.cpp │ │ │ ├── XmlNode.pypp.hpp │ │ │ ├── _ObjectData__value_traits.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _osgDB.main.cpp │ │ │ ├── _osgDB_enumerations.pypp.cpp │ │ │ ├── _osgDB_enumerations.pypp.hpp │ │ │ ├── _osgDB_free_functions.pypp.cpp │ │ │ ├── _osgDB_free_functions.pypp.hpp │ │ │ ├── _osgDB_global_variables.pypp.cpp │ │ │ ├── _osgDB_global_variables.pypp.hpp │ │ │ ├── _ref_ptr_less__osgDB_scope_BaseCompressor__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgDB_scope_ObjectWrapper__greater___value_traits.pypp.hpp │ │ │ ├── basic_type_wrapper.pypp.cpp │ │ │ ├── basic_type_wrapper.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── ifstream.pypp.cpp │ │ │ ├── ifstream.pypp.hpp │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── list_less__osg_scope_ref_ptr_less_osgDB_scope_ReaderWriterInfo_greater___greater_.pypp.cpp │ │ │ ├── list_less__osg_scope_ref_ptr_less_osgDB_scope_ReaderWriterInfo_greater___greater_.pypp.hpp │ │ │ ├── list_less__std_scope_string__greater_.pypp.cpp │ │ │ ├── list_less__std_scope_string__greater_.pypp.hpp │ │ │ ├── map_less__int_comma__std_scope_string__greater_.pypp.cpp │ │ │ ├── map_less__int_comma__std_scope_string__greater_.pypp.hpp │ │ │ ├── map_less__std_scope_string_comma__int__greater_.pypp.cpp │ │ │ ├── map_less__std_scope_string_comma__int__greater_.pypp.hpp │ │ │ ├── named_tuple.py │ │ │ ├── named_tuple.py~ │ │ │ ├── ofstream.pypp.cpp │ │ │ └── ofstream.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgDB.h │ ├── osgFX │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── AnisotropicLighting.pypp.cpp │ │ │ ├── AnisotropicLighting.pypp.hpp │ │ │ ├── BumpMapping.pypp.cpp │ │ │ ├── BumpMapping.pypp.hpp │ │ │ ├── Cartoon.pypp.cpp │ │ │ ├── Cartoon.pypp.hpp │ │ │ ├── Effect.pypp.cpp │ │ │ ├── Effect.pypp.hpp │ │ │ ├── EffectMap.pypp.cpp │ │ │ ├── EffectMap.pypp.hpp │ │ │ ├── MultiTextureControl.pypp.cpp │ │ │ ├── MultiTextureControl.pypp.hpp │ │ │ ├── Outline.pypp.cpp │ │ │ ├── Outline.pypp.hpp │ │ │ ├── Registry.pypp.cpp │ │ │ ├── Registry.pypp.hpp │ │ │ ├── Scribe.pypp.cpp │ │ │ ├── Scribe.pypp.hpp │ │ │ ├── SpecularHighlights.pypp.cpp │ │ │ ├── SpecularHighlights.pypp.hpp │ │ │ ├── Technique.pypp.cpp │ │ │ ├── Technique.pypp.hpp │ │ │ ├── Validator.pypp.cpp │ │ │ ├── Validator.pypp.hpp │ │ │ ├── _osgFX.main.cpp │ │ │ ├── _osgFX_free_functions.pypp.cpp │ │ │ ├── _osgFX_free_functions.pypp.hpp │ │ │ ├── _ref_ptr_less__osgFX_scope_Effect_const__greater___value_traits.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ └── named_tuple.py │ │ ├── wrap_module.py │ │ └── wrap_osgFX.h │ ├── osgGA │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── AnimationPathManipulator.pypp.cpp │ │ │ ├── AnimationPathManipulator.pypp.hpp │ │ │ ├── CameraManipulator.pypp.cpp │ │ │ ├── CameraManipulator.pypp.hpp │ │ │ ├── CameraViewSwitchManipulator.pypp.cpp │ │ │ ├── CameraViewSwitchManipulator.pypp.hpp │ │ │ ├── Device.pypp.cpp │ │ │ ├── Device.pypp.hpp │ │ │ ├── DriveManipulator.pypp.cpp │ │ │ ├── DriveManipulator.pypp.hpp │ │ │ ├── EventQueue.pypp.cpp │ │ │ ├── EventQueue.pypp.hpp │ │ │ ├── EventVisitor.pypp.cpp │ │ │ ├── EventVisitor.pypp.hpp │ │ │ ├── FirstPersonManipulator.pypp.cpp │ │ │ ├── FirstPersonManipulator.pypp.hpp │ │ │ ├── FlightManipulator.pypp.cpp │ │ │ ├── FlightManipulator.pypp.hpp │ │ │ ├── GUIActionAdapter.pypp.cpp │ │ │ ├── GUIActionAdapter.pypp.hpp │ │ │ ├── GUIEventAdapter.pypp.cpp │ │ │ ├── GUIEventAdapter.pypp.hpp │ │ │ ├── GUIEventHandler.pypp.cpp │ │ │ ├── GUIEventHandler.pypp.hpp │ │ │ ├── GUIEventHandlerVisitor.pypp.cpp │ │ │ ├── GUIEventHandlerVisitor.pypp.hpp │ │ │ ├── KeyManipMap.pypp.cpp │ │ │ ├── KeyManipMap.pypp.hpp │ │ │ ├── KeySwitchMatrixManipulator.pypp.cpp │ │ │ ├── KeySwitchMatrixManipulator.pypp.hpp │ │ │ ├── MultiTouchTrackballManipulator.pypp.cpp │ │ │ ├── MultiTouchTrackballManipulator.pypp.hpp │ │ │ ├── NodeTrackerManipulator.pypp.cpp │ │ │ ├── NodeTrackerManipulator.pypp.hpp │ │ │ ├── OrbitManipulator.pypp.cpp │ │ │ ├── OrbitManipulator.pypp.hpp │ │ │ ├── PointerData.pypp.cpp │ │ │ ├── PointerData.pypp.hpp │ │ │ ├── PointerDataList.pypp.cpp │ │ │ ├── PointerDataList.pypp.hpp │ │ │ ├── SphericalManipulator.pypp.cpp │ │ │ ├── SphericalManipulator.pypp.hpp │ │ │ ├── StandardManipulator.pypp.cpp │ │ │ ├── StandardManipulator.pypp.hpp │ │ │ ├── StateSetManipulator.pypp.cpp │ │ │ ├── StateSetManipulator.pypp.hpp │ │ │ ├── TerrainManipulator.pypp.cpp │ │ │ ├── TerrainManipulator.pypp.hpp │ │ │ ├── TrackballManipulator.pypp.cpp │ │ │ ├── TrackballManipulator.pypp.hpp │ │ │ ├── UFOManipulator.pypp.cpp │ │ │ ├── UFOManipulator.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _osgGA.main.cpp │ │ │ ├── _osgGA_free_functions.pypp.cpp │ │ │ ├── _osgGA_free_functions.pypp.hpp │ │ │ ├── _ref_ptr_less__osgGA_scope_GUIEventAdapter__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgGA_scope_PointerData__greater___value_traits.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── list_less__osg_scope_ref_ptr_less_osgGA_scope_GUIEventAdapter_greater___greater_.pypp.cpp │ │ │ ├── list_less__osg_scope_ref_ptr_less_osgGA_scope_GUIEventAdapter_greater___greater_.pypp.hpp │ │ │ ├── named_tuple.py │ │ │ └── named_tuple.py~ │ │ ├── wrap_module.py │ │ └── wrap_osgGA.h │ ├── osgManipulator │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── AntiSquish.pypp.cpp │ │ │ ├── AntiSquish.pypp.hpp │ │ │ ├── CommandManager.pypp.cpp │ │ │ ├── CommandManager.pypp.hpp │ │ │ ├── CompositeDragger.pypp.cpp │ │ │ ├── CompositeDragger.pypp.hpp │ │ │ ├── Constraint.pypp.cpp │ │ │ ├── Constraint.pypp.hpp │ │ │ ├── Constraints.pypp.cpp │ │ │ ├── Constraints.pypp.hpp │ │ │ ├── CylinderPlaneProjector.pypp.cpp │ │ │ ├── CylinderPlaneProjector.pypp.hpp │ │ │ ├── CylinderProjector.pypp.cpp │ │ │ ├── CylinderProjector.pypp.hpp │ │ │ ├── Dragger.pypp.cpp │ │ │ ├── Dragger.pypp.hpp │ │ │ ├── DraggerCallback.pypp.cpp │ │ │ ├── DraggerCallback.pypp.hpp │ │ │ ├── DraggerTransformCallback.pypp.cpp │ │ │ ├── DraggerTransformCallback.pypp.hpp │ │ │ ├── GridConstraint.pypp.cpp │ │ │ ├── GridConstraint.pypp.hpp │ │ │ ├── IntersectionList.pypp.cpp │ │ │ ├── IntersectionList.pypp.hpp │ │ │ ├── LineProjector.pypp.cpp │ │ │ ├── LineProjector.pypp.hpp │ │ │ ├── MotionCommand.pypp.cpp │ │ │ ├── MotionCommand.pypp.hpp │ │ │ ├── PlaneProjector.pypp.cpp │ │ │ ├── PlaneProjector.pypp.hpp │ │ │ ├── PointerInfo.pypp.cpp │ │ │ ├── PointerInfo.pypp.hpp │ │ │ ├── Projector.pypp.cpp │ │ │ ├── Projector.pypp.hpp │ │ │ ├── Rotate3DCommand.pypp.cpp │ │ │ ├── Rotate3DCommand.pypp.hpp │ │ │ ├── RotateCylinderDragger.pypp.cpp │ │ │ ├── RotateCylinderDragger.pypp.hpp │ │ │ ├── RotateSphereDragger.pypp.cpp │ │ │ ├── RotateSphereDragger.pypp.hpp │ │ │ ├── Scale1DCommand.pypp.cpp │ │ │ ├── Scale1DCommand.pypp.hpp │ │ │ ├── Scale1DDragger.pypp.cpp │ │ │ ├── Scale1DDragger.pypp.hpp │ │ │ ├── Scale2DCommand.pypp.cpp │ │ │ ├── Scale2DCommand.pypp.hpp │ │ │ ├── Scale2DDragger.pypp.cpp │ │ │ ├── Scale2DDragger.pypp.hpp │ │ │ ├── ScaleAxisDragger.pypp.cpp │ │ │ ├── ScaleAxisDragger.pypp.hpp │ │ │ ├── ScaleUniformCommand.pypp.cpp │ │ │ ├── ScaleUniformCommand.pypp.hpp │ │ │ ├── Selections.pypp.cpp │ │ │ ├── Selections.pypp.hpp │ │ │ ├── SpherePlaneProjector.pypp.cpp │ │ │ ├── SpherePlaneProjector.pypp.hpp │ │ │ ├── SphereProjector.pypp.cpp │ │ │ ├── SphereProjector.pypp.hpp │ │ │ ├── TabBoxDragger.pypp.cpp │ │ │ ├── TabBoxDragger.pypp.hpp │ │ │ ├── TabBoxTrackballDragger.pypp.cpp │ │ │ ├── TabBoxTrackballDragger.pypp.hpp │ │ │ ├── TabPlaneDragger.pypp.cpp │ │ │ ├── TabPlaneDragger.pypp.hpp │ │ │ ├── TabPlaneTrackballDragger.pypp.cpp │ │ │ ├── TabPlaneTrackballDragger.pypp.hpp │ │ │ ├── TrackballDragger.pypp.cpp │ │ │ ├── TrackballDragger.pypp.hpp │ │ │ ├── Translate1DDragger.pypp.cpp │ │ │ ├── Translate1DDragger.pypp.hpp │ │ │ ├── Translate2DDragger.pypp.cpp │ │ │ ├── Translate2DDragger.pypp.hpp │ │ │ ├── TranslateAxisDragger.pypp.cpp │ │ │ ├── TranslateAxisDragger.pypp.hpp │ │ │ ├── TranslateInLineCommand.pypp.cpp │ │ │ ├── TranslateInLineCommand.pypp.hpp │ │ │ ├── TranslateInPlaneCommand.pypp.cpp │ │ │ ├── TranslateInPlaneCommand.pypp.hpp │ │ │ ├── TranslatePlaneDragger.pypp.cpp │ │ │ ├── TranslatePlaneDragger.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _osgManipulator.main.cpp │ │ │ ├── _osgManipulator_free_functions.pypp.cpp │ │ │ ├── _osgManipulator_free_functions.pypp.hpp │ │ │ ├── _osgManipulator_global_variables.pypp.cpp │ │ │ ├── _osgManipulator_global_variables.pypp.hpp │ │ │ ├── _pair_less__std_scope_vector_less__osg_scope_Node_ptr___greater__comma__osg_scope_Vec3d__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgManipulator_scope_DraggerCallback__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_MatrixTransform__greater___value_traits.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── named_tuple.py │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgManipulator_scope_DraggerCallback_greater___greater_.pypp.cpp │ │ │ └── vector_less__osg_scope_ref_ptr_less_osgManipulator_scope_DraggerCallback_greater___greater_.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgManipulator.h │ ├── osgParticle │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── AccelOperator.pypp.cpp │ │ │ ├── AccelOperator.pypp.hpp │ │ │ ├── AngularAccelOperator.pypp.cpp │ │ │ ├── AngularAccelOperator.pypp.hpp │ │ │ ├── AngularDampingOperator.pypp.cpp │ │ │ ├── AngularDampingOperator.pypp.hpp │ │ │ ├── BounceOperator.pypp.cpp │ │ │ ├── BounceOperator.pypp.hpp │ │ │ ├── BoxPlacer.pypp.cpp │ │ │ ├── BoxPlacer.pypp.hpp │ │ │ ├── CenteredPlacer.pypp.cpp │ │ │ ├── CenteredPlacer.pypp.hpp │ │ │ ├── CompositePlacer.pypp.cpp │ │ │ ├── CompositePlacer.pypp.hpp │ │ │ ├── ConnectedParticleSystem.pypp.cpp │ │ │ ├── ConnectedParticleSystem.pypp.hpp │ │ │ ├── ConstantRateCounter.pypp.cpp │ │ │ ├── ConstantRateCounter.pypp.hpp │ │ │ ├── Counter.pypp.cpp │ │ │ ├── Counter.pypp.hpp │ │ │ ├── DampingOperator.pypp.cpp │ │ │ ├── DampingOperator.pypp.hpp │ │ │ ├── DomainOperator.pypp.cpp │ │ │ ├── DomainOperator.pypp.hpp │ │ │ ├── Emitter.pypp.cpp │ │ │ ├── Emitter.pypp.hpp │ │ │ ├── ExplosionDebrisEffect.pypp.cpp │ │ │ ├── ExplosionDebrisEffect.pypp.hpp │ │ │ ├── ExplosionEffect.pypp.cpp │ │ │ ├── ExplosionEffect.pypp.hpp │ │ │ ├── ExplosionOperator.pypp.cpp │ │ │ ├── ExplosionOperator.pypp.hpp │ │ │ ├── FireEffect.pypp.cpp │ │ │ ├── FireEffect.pypp.hpp │ │ │ ├── FluidFrictionOperator.pypp.cpp │ │ │ ├── FluidFrictionOperator.pypp.hpp │ │ │ ├── FluidProgram.pypp.cpp │ │ │ ├── FluidProgram.pypp.hpp │ │ │ ├── ForceOperator.pypp.cpp │ │ │ ├── ForceOperator.pypp.hpp │ │ │ ├── Interpolator.pypp.cpp │ │ │ ├── Interpolator.pypp.hpp │ │ │ ├── LinearInterpolator.pypp.cpp │ │ │ ├── LinearInterpolator.pypp.hpp │ │ │ ├── ModularEmitter.pypp.cpp │ │ │ ├── ModularEmitter.pypp.hpp │ │ │ ├── ModularProgram.pypp.cpp │ │ │ ├── ModularProgram.pypp.hpp │ │ │ ├── MultiSegmentPlacer.pypp.cpp │ │ │ ├── MultiSegmentPlacer.pypp.hpp │ │ │ ├── Operator.pypp.cpp │ │ │ ├── Operator.pypp.hpp │ │ │ ├── OrbitOperator.pypp.cpp │ │ │ ├── OrbitOperator.pypp.hpp │ │ │ ├── Particle.pypp.cpp │ │ │ ├── Particle.pypp.hpp │ │ │ ├── ParticleEffect.pypp.cpp │ │ │ ├── ParticleEffect.pypp.hpp │ │ │ ├── ParticleProcessor.pypp.cpp │ │ │ ├── ParticleProcessor.pypp.hpp │ │ │ ├── ParticleSystem.pypp.cpp │ │ │ ├── ParticleSystem.pypp.hpp │ │ │ ├── ParticleSystemUpdater.pypp.cpp │ │ │ ├── ParticleSystemUpdater.pypp.hpp │ │ │ ├── Placer.pypp.cpp │ │ │ ├── Placer.pypp.hpp │ │ │ ├── PointPlacer.pypp.cpp │ │ │ ├── PointPlacer.pypp.hpp │ │ │ ├── PrecipitationEffect.pypp.cpp │ │ │ ├── PrecipitationEffect.pypp.hpp │ │ │ ├── Program.pypp.cpp │ │ │ ├── Program.pypp.hpp │ │ │ ├── RadialShooter.pypp.cpp │ │ │ ├── RadialShooter.pypp.hpp │ │ │ ├── RandomRateCounter.pypp.cpp │ │ │ ├── RandomRateCounter.pypp.hpp │ │ │ ├── SectorPlacer.pypp.cpp │ │ │ ├── SectorPlacer.pypp.hpp │ │ │ ├── SegmentPlacer.pypp.cpp │ │ │ ├── SegmentPlacer.pypp.hpp │ │ │ ├── Shooter.pypp.cpp │ │ │ ├── Shooter.pypp.hpp │ │ │ ├── SinkOperator.pypp.cpp │ │ │ ├── SinkOperator.pypp.hpp │ │ │ ├── SmokeEffect.pypp.cpp │ │ │ ├── SmokeEffect.pypp.hpp │ │ │ ├── SmokeTrailEffect.pypp.cpp │ │ │ ├── SmokeTrailEffect.pypp.hpp │ │ │ ├── VariableRateCounter.pypp.cpp │ │ │ ├── VariableRateCounter.pypp.hpp │ │ │ ├── _osgParticle.main.cpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── named_tuple.py │ │ │ ├── rangef.pypp.cpp │ │ │ ├── rangef.pypp.hpp │ │ │ ├── rangev3.pypp.cpp │ │ │ ├── rangev3.pypp.hpp │ │ │ ├── rangev4.pypp.cpp │ │ │ └── rangev4.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgParticle.h │ ├── osgSim │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── AzimElevationSector.pypp.cpp │ │ │ ├── AzimElevationSector.pypp.hpp │ │ │ ├── AzimRange.pypp.cpp │ │ │ ├── AzimRange.pypp.hpp │ │ │ ├── AzimSector.pypp.cpp │ │ │ ├── AzimSector.pypp.hpp │ │ │ ├── BlinkSequence.pypp.cpp │ │ │ ├── BlinkSequence.pypp.hpp │ │ │ ├── ColorRange.pypp.cpp │ │ │ ├── ColorRange.pypp.hpp │ │ │ ├── ConeSector.pypp.cpp │ │ │ ├── ConeSector.pypp.hpp │ │ │ ├── DOFTransform.pypp.cpp │ │ │ ├── DOFTransform.pypp.hpp │ │ │ ├── DatabaseCacheReadCallback.pypp.cpp │ │ │ ├── DatabaseCacheReadCallback.pypp.hpp │ │ │ ├── DirectionalSector.pypp.cpp │ │ │ ├── DirectionalSector.pypp.hpp │ │ │ ├── ElevationRange.pypp.cpp │ │ │ ├── ElevationRange.pypp.hpp │ │ │ ├── ElevationSector.pypp.cpp │ │ │ ├── ElevationSector.pypp.hpp │ │ │ ├── ElevationSlice.pypp.cpp │ │ │ ├── ElevationSlice.pypp.hpp │ │ │ ├── HeightAboveTerrain.pypp.cpp │ │ │ ├── HeightAboveTerrain.pypp.hpp │ │ │ ├── Impostor.pypp.cpp │ │ │ ├── Impostor.pypp.hpp │ │ │ ├── ImpostorSprite.pypp.cpp │ │ │ ├── ImpostorSprite.pypp.hpp │ │ │ ├── ImpostorSpriteManager.pypp.cpp │ │ │ ├── ImpostorSpriteManager.pypp.hpp │ │ │ ├── InsertImpostorsVisitor.pypp.cpp │ │ │ ├── InsertImpostorsVisitor.pypp.hpp │ │ │ ├── LightPoint.pypp.cpp │ │ │ ├── LightPoint.pypp.hpp │ │ │ ├── LightPointList.pypp.cpp │ │ │ ├── LightPointList.pypp.hpp │ │ │ ├── LightPointNode.pypp.cpp │ │ │ ├── LightPointNode.pypp.hpp │ │ │ ├── LightPointSystem.pypp.cpp │ │ │ ├── LightPointSystem.pypp.hpp │ │ │ ├── LineOfSight.pypp.cpp │ │ │ ├── LineOfSight.pypp.hpp │ │ │ ├── MultiSwitch.pypp.cpp │ │ │ ├── MultiSwitch.pypp.hpp │ │ │ ├── ObjectRecordData.pypp.cpp │ │ │ ├── ObjectRecordData.pypp.hpp │ │ │ ├── OverlayNode.pypp.cpp │ │ │ ├── OverlayNode.pypp.hpp │ │ │ ├── ScalarBar.pypp.cpp │ │ │ ├── ScalarBar.pypp.hpp │ │ │ ├── ScalarsToColors.pypp.cpp │ │ │ ├── ScalarsToColors.pypp.hpp │ │ │ ├── Sector.pypp.cpp │ │ │ ├── Sector.pypp.hpp │ │ │ ├── SequenceGroup.pypp.cpp │ │ │ ├── SequenceGroup.pypp.hpp │ │ │ ├── ShapeAttribute.pypp.cpp │ │ │ ├── ShapeAttribute.pypp.hpp │ │ │ ├── ShapeAttributeList.pypp.cpp │ │ │ ├── ShapeAttributeList.pypp.hpp │ │ │ ├── SphereSegment.pypp.cpp │ │ │ ├── SphereSegment.pypp.hpp │ │ │ ├── VisibilityGroup.pypp.cpp │ │ │ ├── VisibilityGroup.pypp.hpp │ │ │ ├── _LightPoint__value_traits.pypp.hpp │ │ │ ├── _osgSim.main.cpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── named_tuple.py │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgSim_scope_ImpostorSprite_greater___greater_.pypp.cpp │ │ │ └── vector_less__osg_scope_ref_ptr_less_osgSim_scope_ImpostorSprite_greater___greater_.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgSim.h │ ├── osgText │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── Bevel.pypp.cpp │ │ │ ├── Bevel.pypp.hpp │ │ │ ├── FadeText.pypp.cpp │ │ │ ├── FadeText.pypp.hpp │ │ │ ├── Font.pypp.cpp │ │ │ ├── Font.pypp.hpp │ │ │ ├── Glyph.pypp.cpp │ │ │ ├── Glyph.pypp.hpp │ │ │ ├── Glyph3D.pypp.cpp │ │ │ ├── Glyph3D.pypp.hpp │ │ │ ├── GlyphGeometry.pypp.cpp │ │ │ ├── GlyphGeometry.pypp.hpp │ │ │ ├── GlyphTexture.pypp.cpp │ │ │ ├── GlyphTexture.pypp.hpp │ │ │ ├── GlyphTextureList.pypp.cpp │ │ │ ├── GlyphTextureList.pypp.hpp │ │ │ ├── Glyphs.pypp.cpp │ │ │ ├── Glyphs.pypp.hpp │ │ │ ├── String.pypp.cpp │ │ │ ├── String.pypp.hpp │ │ │ ├── Style.pypp.cpp │ │ │ ├── Style.pypp.hpp │ │ │ ├── Text.pypp.cpp │ │ │ ├── Text.pypp.hpp │ │ │ ├── Text3D.pypp.cpp │ │ │ ├── Text3D.pypp.hpp │ │ │ ├── TextBase.pypp.cpp │ │ │ ├── TextBase.pypp.hpp │ │ │ ├── TextureGlyphQuadMap.pypp.cpp │ │ │ ├── TextureGlyphQuadMap.pypp.hpp │ │ │ ├── VectorUInt.pypp.cpp │ │ │ ├── VectorUInt.pypp.hpp │ │ │ ├── _GlyphQuads__value_traits.pypp.hpp │ │ │ ├── __array_1.pypp.hpp │ │ │ ├── _osgText.main.cpp │ │ │ ├── _osgText_enumerations.pypp.cpp │ │ │ ├── _osgText_enumerations.pypp.hpp │ │ │ ├── _osgText_free_functions.pypp.cpp │ │ │ ├── _osgText_free_functions.pypp.hpp │ │ │ ├── _ref_ptr_less__osgText_scope_GlyphTexture__greater___value_traits.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── named_tuple.py │ │ │ ├── named_tuple.py~ │ │ │ ├── vector_less__osg_scope_Vec2f__greater_.pypp.cpp │ │ │ ├── vector_less__osg_scope_Vec2f__greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_Vec4f__greater_.pypp.cpp │ │ │ └── vector_less__osg_scope_Vec4f__greater_.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgText.h │ ├── osgUtil │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── AddRangeOperator.pypp.cpp │ │ │ ├── AddRangeOperator.pypp.hpp │ │ │ ├── BaseOptimizerVisitor.pypp.cpp │ │ │ ├── BaseOptimizerVisitor.pypp.hpp │ │ │ ├── CompileOps.pypp.cpp │ │ │ ├── CompileOps.pypp.hpp │ │ │ ├── CompileSets.pypp.cpp │ │ │ ├── CompileSets.pypp.hpp │ │ │ ├── ContextSet.pypp.cpp │ │ │ ├── ContextSet.pypp.hpp │ │ │ ├── CubeMapGenerator.pypp.cpp │ │ │ ├── CubeMapGenerator.pypp.hpp │ │ │ ├── CullVisitor.pypp.cpp │ │ │ ├── CullVisitor.pypp.hpp │ │ │ ├── DelaunayConstraint.pypp.cpp │ │ │ ├── DelaunayConstraint.pypp.hpp │ │ │ ├── DelaunayTriangulator.pypp.cpp │ │ │ ├── DelaunayTriangulator.pypp.hpp │ │ │ ├── DisplayRequirementsVisitor.pypp.cpp │ │ │ ├── DisplayRequirementsVisitor.pypp.hpp │ │ │ ├── DrawElementTypeSimplifier.pypp.cpp │ │ │ ├── DrawElementTypeSimplifier.pypp.hpp │ │ │ ├── DrawElementTypeSimplifierVisitor.pypp.cpp │ │ │ ├── DrawElementTypeSimplifierVisitor.pypp.hpp │ │ │ ├── EdgeCollector.pypp.cpp │ │ │ ├── EdgeCollector.pypp.hpp │ │ │ ├── EdgeList.pypp.cpp │ │ │ ├── EdgeList.pypp.hpp │ │ │ ├── EdgeSet.pypp.cpp │ │ │ ├── EdgeSet.pypp.hpp │ │ │ ├── GLObjectsOperation.pypp.cpp │ │ │ ├── GLObjectsOperation.pypp.hpp │ │ │ ├── GLObjectsVisitor.pypp.cpp │ │ │ ├── GLObjectsVisitor.pypp.hpp │ │ │ ├── GeodesToDivideList.pypp.cpp │ │ │ ├── GeodesToDivideList.pypp.hpp │ │ │ ├── GeometryCollector.pypp.cpp │ │ │ ├── GeometryCollector.pypp.hpp │ │ │ ├── GeometryList.pypp.cpp │ │ │ ├── GeometryList.pypp.hpp │ │ │ ├── HalfWayMapGenerator.pypp.cpp │ │ │ ├── HalfWayMapGenerator.pypp.hpp │ │ │ ├── HighlightMapGenerator.pypp.cpp │ │ │ ├── HighlightMapGenerator.pypp.hpp │ │ │ ├── Hit.pypp.cpp │ │ │ ├── Hit.pypp.hpp │ │ │ ├── IncrementalCompileOperation.pypp.cpp │ │ │ ├── IncrementalCompileOperation.pypp.hpp │ │ │ ├── IndexMeshVisitor.pypp.cpp │ │ │ ├── IndexMeshVisitor.pypp.hpp │ │ │ ├── IntersectVisitor.pypp.cpp │ │ │ ├── IntersectVisitor.pypp.hpp │ │ │ ├── IntersectionVisitor.pypp.cpp │ │ │ ├── IntersectionVisitor.pypp.hpp │ │ │ ├── Intersector.pypp.cpp │ │ │ ├── Intersector.pypp.hpp │ │ │ ├── IntersectorGroup.pypp.cpp │ │ │ ├── IntersectorGroup.pypp.hpp │ │ │ ├── Intersectors.pypp.cpp │ │ │ ├── Intersectors.pypp.hpp │ │ │ ├── LessDepthSortFunctor.pypp.cpp │ │ │ ├── LessDepthSortFunctor.pypp.hpp │ │ │ ├── LineSegmentHitListMap.pypp.cpp │ │ │ ├── LineSegmentHitListMap.pypp.hpp │ │ │ ├── LineSegmentIntersector.pypp.cpp │ │ │ ├── LineSegmentIntersector.pypp.hpp │ │ │ ├── MultiplyRangeOperator.pypp.cpp │ │ │ ├── MultiplyRangeOperator.pypp.hpp │ │ │ ├── Optimizer.pypp.cpp │ │ │ ├── Optimizer.pypp.hpp │ │ │ ├── PerlinNoise.pypp.cpp │ │ │ ├── PerlinNoise.pypp.hpp │ │ │ ├── PickVisitor.pypp.cpp │ │ │ ├── PickVisitor.pypp.hpp │ │ │ ├── PlaneIntersections.pypp.cpp │ │ │ ├── PlaneIntersections.pypp.hpp │ │ │ ├── PlaneIntersector.pypp.cpp │ │ │ ├── PlaneIntersector.pypp.hpp │ │ │ ├── PointList.pypp.cpp │ │ │ ├── PointList.pypp.hpp │ │ │ ├── PointSet.pypp.cpp │ │ │ ├── PointSet.pypp.hpp │ │ │ ├── PolytopeIntersections.pypp.cpp │ │ │ ├── PolytopeIntersections.pypp.hpp │ │ │ ├── PolytopeIntersector.pypp.cpp │ │ │ ├── PolytopeIntersector.pypp.hpp │ │ │ ├── PositionalStateContainer.pypp.cpp │ │ │ ├── PositionalStateContainer.pypp.hpp │ │ │ ├── PrimList.pypp.cpp │ │ │ ├── PrimList.pypp.hpp │ │ │ ├── PrimitiveValueMap.pypp.cpp │ │ │ ├── PrimitiveValueMap.pypp.hpp │ │ │ ├── PrintVisitor.pypp.cpp │ │ │ ├── PrintVisitor.pypp.hpp │ │ │ ├── ProgramSet.pypp.cpp │ │ │ ├── ProgramSet.pypp.hpp │ │ │ ├── ReflectionMapGenerator.pypp.cpp │ │ │ ├── ReflectionMapGenerator.pypp.hpp │ │ │ ├── RenderBin.pypp.cpp │ │ │ ├── RenderBin.pypp.hpp │ │ │ ├── RenderBinList.pypp.cpp │ │ │ ├── RenderBinList.pypp.hpp │ │ │ ├── RenderLeaf.pypp.cpp │ │ │ ├── RenderLeaf.pypp.hpp │ │ │ ├── RenderLeafList.pypp.cpp │ │ │ ├── RenderLeafList.pypp.hpp │ │ │ ├── RenderStage.pypp.cpp │ │ │ ├── RenderStage.pypp.hpp │ │ │ ├── ReversePrimitiveFunctor.pypp.cpp │ │ │ ├── ReversePrimitiveFunctor.pypp.hpp │ │ │ ├── SceneGraphBuilder.pypp.cpp │ │ │ ├── SceneGraphBuilder.pypp.hpp │ │ │ ├── SceneView.pypp.cpp │ │ │ ├── SceneView.pypp.hpp │ │ │ ├── ShaderGenCache.pypp.cpp │ │ │ ├── ShaderGenCache.pypp.hpp │ │ │ ├── ShaderGenVisitor.pypp.cpp │ │ │ ├── ShaderGenVisitor.pypp.hpp │ │ │ ├── Simplifier.pypp.cpp │ │ │ ├── Simplifier.pypp.hpp │ │ │ ├── SmoothingVisitor.pypp.cpp │ │ │ ├── SmoothingVisitor.pypp.hpp │ │ │ ├── StateGraph.pypp.cpp │ │ │ ├── StateGraph.pypp.hpp │ │ │ ├── StateToCompile.pypp.cpp │ │ │ ├── StateToCompile.pypp.hpp │ │ │ ├── Statistics.pypp.cpp │ │ │ ├── Statistics.pypp.hpp │ │ │ ├── StatsVisitor.pypp.cpp │ │ │ ├── StatsVisitor.pypp.hpp │ │ │ ├── TangentSpaceGenerator.pypp.cpp │ │ │ ├── TangentSpaceGenerator.pypp.hpp │ │ │ ├── Tessellator.pypp.cpp │ │ │ ├── Tessellator.pypp.hpp │ │ │ ├── TexUnitAttrMatrixListMap.pypp.cpp │ │ │ ├── TexUnitAttrMatrixListMap.pypp.hpp │ │ │ ├── TextureSet.pypp.cpp │ │ │ ├── TextureSet.pypp.hpp │ │ │ ├── TransformAttributeFunctor.pypp.cpp │ │ │ ├── TransformAttributeFunctor.pypp.hpp │ │ │ ├── TransformCallback.pypp.cpp │ │ │ ├── TransformCallback.pypp.hpp │ │ │ ├── TriStripVisitor.pypp.cpp │ │ │ ├── TriStripVisitor.pypp.hpp │ │ │ ├── TriangleSet.pypp.cpp │ │ │ ├── TriangleSet.pypp.hpp │ │ │ ├── UpdateVisitor.pypp.cpp │ │ │ ├── UpdateVisitor.pypp.hpp │ │ │ ├── VecList.pypp.cpp │ │ │ ├── VecList.pypp.hpp │ │ │ ├── VertexAccessOrderVisitor.pypp.cpp │ │ │ ├── VertexAccessOrderVisitor.pypp.hpp │ │ │ ├── VertexCacheMissVisitor.pypp.cpp │ │ │ ├── VertexCacheMissVisitor.pypp.hpp │ │ │ ├── VertexCacheVisitor.pypp.cpp │ │ │ ├── VertexCacheVisitor.pypp.hpp │ │ │ ├── _Hit__value_traits.pypp.hpp │ │ │ ├── _PlaneIntersection__value_traits.pypp.hpp │ │ │ ├── _PolytopeIntersection__value_traits.pypp.hpp │ │ │ ├── __array_1.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _osgUtil.main.cpp │ │ │ ├── _osgUtil_free_functions.pypp.cpp │ │ │ ├── _osgUtil_free_functions.pypp.hpp │ │ │ ├── _osgUtil_global_variables.pypp.cpp │ │ │ ├── _osgUtil_global_variables.pypp.hpp │ │ │ ├── _pair_less__osg_scope_ref_ptr_less__osg_scope_StateAttribute_const__greater__comma__osg_scope_ref_ptr_less__osg_scope_RefMatrixd__greater___greater___value_traits.pypp.hpp │ │ │ ├── _pair_less__unsigned_int_comma__unsigned_int__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgUtil_scope_EdgeCollector_scope_Edge__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgUtil_scope_EdgeCollector_scope_Point__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgUtil_scope_EdgeCollector_scope_Triangle__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgUtil_scope_Intersector__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osgUtil_scope_RenderLeaf__greater___value_traits.pypp.hpp │ │ │ ├── _ref_ptr_less__osg_scope_TemplateIndexArray_less__unsigned_int_comma___obrace_osg_scope_Array_scope_Type_cbrace_6_comma__1_comma__5125__greater___greater___value_traits.pypp.hpp │ │ │ ├── _std_vector_pair_StateAttribute_RefMatrixd__value_traits.pypp.hpp │ │ │ ├── _vector_less__osgUtil_scope_Hit__greater___value_traits.pypp.hpp │ │ │ ├── dereference_clear.pypp.cpp │ │ │ ├── dereference_clear.pypp.hpp │ │ │ ├── dereference_less.pypp.cpp │ │ │ ├── dereference_less.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── list_less__osg_scope_ref_ptr_less_osgUtil_scope_EdgeCollector_scope_Edgeloop_greater___greater_.pypp.cpp │ │ │ ├── list_less__osg_scope_ref_ptr_less_osgUtil_scope_EdgeCollector_scope_Edgeloop_greater___greater_.pypp.hpp │ │ │ ├── named_tuple.py │ │ │ ├── named_tuple.py~ │ │ │ ├── set_less__osg_scope_Drawable_ptr___greater_.pypp.cpp │ │ │ ├── set_less__osg_scope_Drawable_ptr___greater_.pypp.hpp │ │ │ ├── set_less__osg_scope_Group_ptr___greater_.pypp.cpp │ │ │ ├── set_less__osg_scope_Group_ptr___greater_.pypp.hpp │ │ │ ├── set_less__osg_scope_Node_ptr___greater_.pypp.cpp │ │ │ ├── set_less__osg_scope_Node_ptr___greater_.pypp.hpp │ │ │ ├── set_less__osg_scope_StateSet_ptr___greater_.pypp.cpp │ │ │ ├── set_less__osg_scope_StateSet_ptr___greater_.pypp.hpp │ │ │ ├── std_list_tiarray_uint_5125.pypp.cpp │ │ │ ├── std_list_tiarray_uint_5125.pypp.hpp │ │ │ ├── std_vector_pair_StateAttribute_RefMatrixd.pypp.cpp │ │ │ ├── std_vector_pair_StateAttribute_RefMatrixd.pypp.hpp │ │ │ ├── vector_less__int__greater_.pypp.cpp │ │ │ ├── vector_less__int__greater_.pypp.hpp │ │ │ ├── vector_less__osgUtil_scope_Hit__greater_.pypp.cpp │ │ │ ├── vector_less__osgUtil_scope_Hit__greater_.pypp.hpp │ │ │ ├── vector_less__osgUtil_scope_StateGraph_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__osgUtil_scope_StateGraph_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_ref_ptr_less_osgUtil_scope_RenderLeaf_greater___greater_.pypp.cpp │ │ │ └── vector_less__osg_scope_ref_ptr_less_osgUtil_scope_RenderLeaf_greater___greater_.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgUtil.h │ ├── osgViewer │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── Cameras.pypp.cpp │ │ │ ├── Cameras.pypp.hpp │ │ │ ├── CompositeViewer.pypp.cpp │ │ │ ├── CompositeViewer.pypp.hpp │ │ │ ├── DepthPartitionSettings.pypp.cpp │ │ │ ├── DepthPartitionSettings.pypp.hpp │ │ │ ├── Devices.pypp.cpp │ │ │ ├── Devices.pypp.hpp │ │ │ ├── EventHandlers.pypp.cpp │ │ │ ├── EventHandlers.pypp.hpp │ │ │ ├── GraphicsWindow.pypp.cpp │ │ │ ├── GraphicsWindow.pypp.hpp │ │ │ ├── GraphicsWindowEmbedded.pypp.cpp │ │ │ ├── GraphicsWindowEmbedded.pypp.hpp │ │ │ ├── GraphicsWindowFunctionProxy.pypp.cpp │ │ │ ├── GraphicsWindowFunctionProxy.pypp.hpp │ │ │ ├── HelpHandler.pypp.cpp │ │ │ ├── HelpHandler.pypp.hpp │ │ │ ├── InteractiveImageHandler.pypp.cpp │ │ │ ├── InteractiveImageHandler.pypp.hpp │ │ │ ├── Keystone.pypp.cpp │ │ │ ├── Keystone.pypp.hpp │ │ │ ├── KeystoneHandler.pypp.cpp │ │ │ ├── KeystoneHandler.pypp.hpp │ │ │ ├── LODScaleHandler.pypp.cpp │ │ │ ├── LODScaleHandler.pypp.hpp │ │ │ ├── OpenGLQuerySupport.pypp.cpp │ │ │ ├── OpenGLQuerySupport.pypp.hpp │ │ │ ├── RecordCameraPathHandler.pypp.cpp │ │ │ ├── RecordCameraPathHandler.pypp.hpp │ │ │ ├── Renderer.pypp.cpp │ │ │ ├── Renderer.pypp.hpp │ │ │ ├── Scene.pypp.cpp │ │ │ ├── Scene.pypp.hpp │ │ │ ├── ScreenCaptureHandler.pypp.cpp │ │ │ ├── ScreenCaptureHandler.pypp.hpp │ │ │ ├── StatsHandler.pypp.cpp │ │ │ ├── StatsHandler.pypp.hpp │ │ │ ├── ThreadingHandler.pypp.cpp │ │ │ ├── ThreadingHandler.pypp.hpp │ │ │ ├── ToggleSyncToVBlankHandler.pypp.cpp │ │ │ ├── ToggleSyncToVBlankHandler.pypp.hpp │ │ │ ├── View.pypp.cpp │ │ │ ├── View.pypp.hpp │ │ │ ├── ViewConfig.pypp.cpp │ │ │ ├── ViewConfig.pypp.hpp │ │ │ ├── Viewer.pypp.cpp │ │ │ ├── Viewer.pypp.hpp │ │ │ ├── ViewerBase.pypp.cpp │ │ │ ├── ViewerBase.pypp.hpp │ │ │ ├── WindowSizeHandler.pypp.cpp │ │ │ ├── WindowSizeHandler.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _osgViewer.main.cpp │ │ │ ├── _osgViewer_free_functions.pypp.cpp │ │ │ ├── _osgViewer_free_functions.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── list_less__osgViewer_scope_View_ptr___greater_.pypp.cpp │ │ │ ├── list_less__osgViewer_scope_View_ptr___greater_.pypp.hpp │ │ │ ├── named_tuple.py │ │ │ ├── named_tuple.py~ │ │ │ ├── vector_less__OpenThreads_scope_Thread_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__OpenThreads_scope_Thread_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__osgViewer_scope_GraphicsWindow_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__osgViewer_scope_GraphicsWindow_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__osgViewer_scope_Scene_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__osgViewer_scope_Scene_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__osgViewer_scope_View_ptr___greater_.pypp.cpp │ │ │ ├── vector_less__osgViewer_scope_View_ptr___greater_.pypp.hpp │ │ │ ├── vector_less__osg_scope_OperationThread_ptr___greater_.pypp.cpp │ │ │ └── vector_less__osg_scope_OperationThread_ptr___greater_.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgViewer.h │ ├── osgVolume │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── AlphaFuncProperty.pypp.cpp │ │ │ ├── AlphaFuncProperty.pypp.hpp │ │ │ ├── CollectPropertiesVisitor.pypp.cpp │ │ │ ├── CollectPropertiesVisitor.pypp.hpp │ │ │ ├── CompositeLayer.pypp.cpp │ │ │ ├── CompositeLayer.pypp.hpp │ │ │ ├── CompositeProperty.pypp.cpp │ │ │ ├── CompositeProperty.pypp.hpp │ │ │ ├── FixedFunctionTechnique.pypp.cpp │ │ │ ├── FixedFunctionTechnique.pypp.hpp │ │ │ ├── ImageDetails.pypp.cpp │ │ │ ├── ImageDetails.pypp.hpp │ │ │ ├── ImageLayer.pypp.cpp │ │ │ ├── ImageLayer.pypp.hpp │ │ │ ├── IsoSurfaceProperty.pypp.cpp │ │ │ ├── IsoSurfaceProperty.pypp.hpp │ │ │ ├── Layer.pypp.cpp │ │ │ ├── Layer.pypp.hpp │ │ │ ├── LightingProperty.pypp.cpp │ │ │ ├── LightingProperty.pypp.hpp │ │ │ ├── Locator.pypp.cpp │ │ │ ├── Locator.pypp.hpp │ │ │ ├── LocatorCallbacks.pypp.cpp │ │ │ ├── LocatorCallbacks.pypp.hpp │ │ │ ├── MaximumIntensityProjectionProperty.pypp.cpp │ │ │ ├── MaximumIntensityProjectionProperty.pypp.hpp │ │ │ ├── Property.pypp.cpp │ │ │ ├── Property.pypp.hpp │ │ │ ├── PropertyAdjustmentCallback.pypp.cpp │ │ │ ├── PropertyAdjustmentCallback.pypp.hpp │ │ │ ├── PropertyVisitor.pypp.cpp │ │ │ ├── PropertyVisitor.pypp.hpp │ │ │ ├── RayTracedTechnique.pypp.cpp │ │ │ ├── RayTracedTechnique.pypp.hpp │ │ │ ├── SampleDensityProperty.pypp.cpp │ │ │ ├── SampleDensityProperty.pypp.hpp │ │ │ ├── SampleDensityWhenMovingProperty.pypp.cpp │ │ │ ├── SampleDensityWhenMovingProperty.pypp.hpp │ │ │ ├── ScalarProperty.pypp.cpp │ │ │ ├── ScalarProperty.pypp.hpp │ │ │ ├── SwitchProperty.pypp.cpp │ │ │ ├── SwitchProperty.pypp.hpp │ │ │ ├── TileID.pypp.cpp │ │ │ ├── TileID.pypp.hpp │ │ │ ├── TransferFunctionProperty.pypp.cpp │ │ │ ├── TransferFunctionProperty.pypp.hpp │ │ │ ├── TransparencyProperty.pypp.cpp │ │ │ ├── TransparencyProperty.pypp.hpp │ │ │ ├── Volume.pypp.cpp │ │ │ ├── Volume.pypp.hpp │ │ │ ├── VolumeTechnique.pypp.cpp │ │ │ ├── VolumeTechnique.pypp.hpp │ │ │ ├── VolumeTile.pypp.cpp │ │ │ ├── VolumeTile.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _osgVolume.main.cpp │ │ │ ├── _osgVolume_free_functions.pypp.cpp │ │ │ ├── _osgVolume_free_functions.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ └── named_tuple.py │ │ ├── wrap_module.py │ │ └── wrap_osgVolume.h │ ├── osgWidget │ │ ├── CMakeLists.txt │ │ ├── generated_code │ │ │ ├── Box.pypp.cpp │ │ │ ├── Box.pypp.hpp │ │ │ ├── Browser.pypp.cpp │ │ │ ├── Browser.pypp.hpp │ │ │ ├── BrowserImage.pypp.cpp │ │ │ ├── BrowserImage.pypp.hpp │ │ │ ├── BrowserManager.pypp.cpp │ │ │ ├── BrowserManager.pypp.hpp │ │ │ ├── Callback.pypp.cpp │ │ │ ├── Callback.pypp.hpp │ │ │ ├── CallbackInterface.pypp.cpp │ │ │ ├── CallbackInterface.pypp.hpp │ │ │ ├── CallbackList.pypp.cpp │ │ │ ├── CallbackList.pypp.hpp │ │ │ ├── CameraSwitchHandler.pypp.cpp │ │ │ ├── CameraSwitchHandler.pypp.hpp │ │ │ ├── Canvas.pypp.cpp │ │ │ ├── Canvas.pypp.hpp │ │ │ ├── Event.pypp.cpp │ │ │ ├── Event.pypp.hpp │ │ │ ├── EventInterface.pypp.cpp │ │ │ ├── EventInterface.pypp.hpp │ │ │ ├── Frame.pypp.cpp │ │ │ ├── Frame.pypp.hpp │ │ │ ├── GeometryHints.pypp.cpp │ │ │ ├── GeometryHints.pypp.hpp │ │ │ ├── Input.pypp.cpp │ │ │ ├── Input.pypp.hpp │ │ │ ├── KeyboardHandler.pypp.cpp │ │ │ ├── KeyboardHandler.pypp.hpp │ │ │ ├── Label.pypp.cpp │ │ │ ├── Label.pypp.hpp │ │ │ ├── LuaEngine.pypp.cpp │ │ │ ├── LuaEngine.pypp.hpp │ │ │ ├── MouseHandler.pypp.cpp │ │ │ ├── MouseHandler.pypp.hpp │ │ │ ├── NotifyWidget.pypp.cpp │ │ │ ├── NotifyWidget.pypp.hpp │ │ │ ├── NullWidget.pypp.cpp │ │ │ ├── NullWidget.pypp.hpp │ │ │ ├── PdfImage.pypp.cpp │ │ │ ├── PdfImage.pypp.hpp │ │ │ ├── PdfReader.pypp.cpp │ │ │ ├── PdfReader.pypp.hpp │ │ │ ├── PythonEngine.pypp.cpp │ │ │ ├── PythonEngine.pypp.hpp │ │ │ ├── ResizeHandler.pypp.cpp │ │ │ ├── ResizeHandler.pypp.hpp │ │ │ ├── ScriptEngine.pypp.cpp │ │ │ ├── ScriptEngine.pypp.hpp │ │ │ ├── Style.pypp.cpp │ │ │ ├── Style.pypp.hpp │ │ │ ├── StyleInterface.pypp.cpp │ │ │ ├── StyleInterface.pypp.hpp │ │ │ ├── StyleManager.pypp.cpp │ │ │ ├── StyleManager.pypp.hpp │ │ │ ├── Table.pypp.cpp │ │ │ ├── Table.pypp.hpp │ │ │ ├── UIObjectParent_less__osgWidget_scope_Widget__greater_.pypp.cpp │ │ │ ├── UIObjectParent_less__osgWidget_scope_Widget__greater_.pypp.hpp │ │ │ ├── UIObjectParent_less__osgWidget_scope_Window__greater_.pypp.cpp │ │ │ ├── UIObjectParent_less__osgWidget_scope_Window__greater_.pypp.hpp │ │ │ ├── Vector.pypp.cpp │ │ │ ├── Vector.pypp.hpp │ │ │ ├── VncClient.pypp.cpp │ │ │ ├── VncClient.pypp.hpp │ │ │ ├── VncImage.pypp.cpp │ │ │ ├── VncImage.pypp.hpp │ │ │ ├── Widget.pypp.cpp │ │ │ ├── Widget.pypp.hpp │ │ │ ├── Window.pypp.cpp │ │ │ ├── Window.pypp.hpp │ │ │ ├── WindowList.pypp.cpp │ │ │ ├── WindowList.pypp.hpp │ │ │ ├── WindowManager.pypp.cpp │ │ │ ├── WindowManager.pypp.hpp │ │ │ ├── __call_policies.pypp.hpp │ │ │ ├── __convenience.pypp.hpp │ │ │ ├── _osgWidget.main.cpp │ │ │ ├── _osgWidget_enumerations.pypp.cpp │ │ │ ├── _osgWidget_enumerations.pypp.hpp │ │ │ ├── _osgWidget_free_functions.pypp.cpp │ │ │ ├── _osgWidget_free_functions.pypp.hpp │ │ │ ├── _osgWidget_global_variables.pypp.cpp │ │ │ ├── _osgWidget_global_variables.pypp.hpp │ │ │ ├── _ref_ptr_less__osgWidget_scope_Callback__greater___value_traits.pypp.hpp │ │ │ ├── exposed_decl.pypp.txt │ │ │ ├── indexing_suite │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── container_proxy.hpp │ │ │ │ ├── container_suite.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── element_proxy.hpp │ │ │ │ ├── element_proxy_traits.hpp │ │ │ │ ├── int_slice_helper.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── methods.hpp │ │ │ │ ├── multimap.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── proxy_iterator.hpp │ │ │ │ ├── python_iterator.hpp │ │ │ │ ├── registry_utils.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── shared_proxy_impl.hpp │ │ │ │ ├── slice.hpp │ │ │ │ ├── slice_handler.hpp │ │ │ │ ├── suite_utils.hpp │ │ │ │ ├── value_traits.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── list_less__osg_scope_observer_ptr_less_osgWidget_scope_Widget_greater___greater_.pypp.cpp │ │ │ ├── list_less__osg_scope_observer_ptr_less_osgWidget_scope_Widget_greater___greater_.pypp.hpp │ │ │ ├── named_tuple.py │ │ │ ├── vector_less__osg_scope_observer_ptr_less_osgWidget_scope_Widget_greater___greater_.pypp.cpp │ │ │ └── vector_less__osg_scope_observer_ptr_less_osgWidget_scope_Widget_greater___greater_.pypp.hpp │ │ ├── wrap_module.py │ │ └── wrap_osgWidget.h │ ├── wrap_helpers.py │ └── wrap_referenced.h ├── osgpypp │ ├── __init__.py.in │ ├── osg.py │ ├── osgAnimation.py │ ├── osgDB.py │ ├── osgFX.py │ ├── osgGA.py │ ├── osgManipulator.py │ ├── osgParticle.py │ ├── osgSim.py │ ├── osgText.py │ ├── osgUtil.py │ ├── osgViewer.py │ ├── osgVolume.py │ └── osgWidget.py └── setup.py.in └── test ├── CMakeLists.txt ├── slow_test_quat.py ├── test_addrangeoperator.py ├── test_argumentparser.py ├── test_display_settings.py ├── test_drawcallback.py ├── test_firstpersonmanipulator.py ├── test_graphicscostestimator.py ├── test_osgversion.py └── test_stateset.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CMakeModules/UsePythonTest.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/CMakeModules/UsePythonTest.cmake -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/README.md -------------------------------------------------------------------------------- /doc/HOW_TO_BUILD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/doc/HOW_TO_BUILD.txt -------------------------------------------------------------------------------- /examples/cow.osg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/cow.osg -------------------------------------------------------------------------------- /examples/cow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/cow.py -------------------------------------------------------------------------------- /examples/debugging2/osganimate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osganimate.py -------------------------------------------------------------------------------- /examples/debugging2/osgcallback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osgcallback.py -------------------------------------------------------------------------------- /examples/debugging2/osgmanipulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osgmanipulator.py -------------------------------------------------------------------------------- /examples/debugging2/osgoutline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osgoutline.py -------------------------------------------------------------------------------- /examples/debugging2/osgpdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osgpdf.py -------------------------------------------------------------------------------- /examples/debugging2/osgreflect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osgreflect.py -------------------------------------------------------------------------------- /examples/debugging2/osgspheresegment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osgspheresegment.py -------------------------------------------------------------------------------- /examples/debugging2/osgwidgetinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osgwidgetinput.py -------------------------------------------------------------------------------- /examples/debugging2/osgwidgettable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/osgwidgettable.py -------------------------------------------------------------------------------- /examples/debugging2/pickposition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/pickposition.py -------------------------------------------------------------------------------- /examples/debugging2/tut3_transforms_and_states.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/debugging2/tut3_transforms_and_states.py -------------------------------------------------------------------------------- /examples/osg-tutorial/KLN89FaceB.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/osg-tutorial/KLN89FaceB.tga -------------------------------------------------------------------------------- /examples/osg-tutorial/hello_cessna.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/osg-tutorial/hello_cessna.py -------------------------------------------------------------------------------- /examples/osg-tutorial/tut1_basic_geometry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/osg-tutorial/tut1_basic_geometry.py -------------------------------------------------------------------------------- /examples/osg-tutorial/tut2_textures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/osg-tutorial/tut2_textures.py -------------------------------------------------------------------------------- /examples/osggraphicscost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/osggraphicscost.py -------------------------------------------------------------------------------- /examples/osgviewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/osgviewer.py -------------------------------------------------------------------------------- /examples/osgwidgetinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/osgwidgetinput.py -------------------------------------------------------------------------------- /examples/print_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/print_version.py -------------------------------------------------------------------------------- /examples/rough_translated1/cursor_for_token.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/cursor_for_token.py -------------------------------------------------------------------------------- /examples/rough_translated1/osg2cpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osg2cpp.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgQtBrowser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgQtBrowser.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgQtWidgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgQtWidgets.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganalysis.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimate.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationeasemotion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationeasemotion.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationhardware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationhardware.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationmakepath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationmakepath.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationmorph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationmorph.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationnode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationnode.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationskinning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationskinning.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationsolid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationsolid.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationtimeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationtimeline.py -------------------------------------------------------------------------------- /examples/rough_translated1/osganimationviewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osganimationviewer.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgatomiccounter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgatomiccounter.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgautocapture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgautocapture.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgautotransform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgautotransform.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgbillboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgbillboard.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgblendequation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgblendequation.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgcallback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgcallback.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgcamera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgcamera.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgcatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgcatch.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgclip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgclip.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgcluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgcluster.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgcompositeviewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgcompositeviewer.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgcomputeshaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgcomputeshaders.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgcopy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgcopy.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgcubemap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgcubemap.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgdatabaserevisions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgdatabaserevisions.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgdelaunay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgdelaunay.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgdepthpartition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgdepthpartition.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgdepthpeeling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgdepthpeeling.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgdirectinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgdirectinput.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgdistortion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgdistortion.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgdrawinstanced.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgdrawinstanced.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgfadetext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgfadetext.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgfont.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgfont.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgforest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgforest.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgfpdepth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgfpdepth.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgframerenderer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgframerenderer.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgfxbrowser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgfxbrowser.py -------------------------------------------------------------------------------- /examples/rough_translated1/osggameoflife.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osggameoflife.py -------------------------------------------------------------------------------- /examples/rough_translated1/osggeometry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osggeometry.py -------------------------------------------------------------------------------- /examples/rough_translated1/osggeometryshaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osggeometryshaders.py -------------------------------------------------------------------------------- /examples/rough_translated1/osggpx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osggpx.py -------------------------------------------------------------------------------- /examples/rough_translated1/osggraphicscost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osggraphicscost.py -------------------------------------------------------------------------------- /examples/rough_translated1/osghangglide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osghangglide.py -------------------------------------------------------------------------------- /examples/rough_translated1/osghud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osghud.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgimagesequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgimagesequence.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgimpostor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgimpostor.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgintersection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgintersection.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgkdtree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgkdtree.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgkeyboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgkeyboard.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgkeyboardmouse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgkeyboardmouse.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgkeystone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgkeystone.py -------------------------------------------------------------------------------- /examples/rough_translated1/osglauncher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osglauncher.py -------------------------------------------------------------------------------- /examples/rough_translated1/osglight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osglight.py -------------------------------------------------------------------------------- /examples/rough_translated1/osglightpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osglightpoint.py -------------------------------------------------------------------------------- /examples/rough_translated1/osglogicop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osglogicop.py -------------------------------------------------------------------------------- /examples/rough_translated1/osglogo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osglogo.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmanipulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmanipulator.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmemorytest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmemorytest.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmotionblur.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmotionblur.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmovie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmovie.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmultiplemovies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmultiplemovies.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmultiplerendertargets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmultiplerendertargets.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmultitexture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmultitexture.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmultitexturecontrol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmultitexturecontrol.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmultitouch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmultitouch.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgmultiviewpaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgmultiviewpaging.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgoccluder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgoccluder.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgocclusionquery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgocclusionquery.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgoit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgoit.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgoscdevice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgoscdevice.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgoutline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgoutline.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgpackeddepthstencil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgpackeddepthstencil.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgpagedlod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgpagedlod.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgparametric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgparametric.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgparticle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgparticle.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgparticleeffects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgparticleeffects.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgparticleshader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgparticleshader.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgpdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgpdf.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgphotoalbum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgphotoalbum.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgpick.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgpick.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgplanets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgplanets.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgpoints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgpoints.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgpointsprite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgpointsprite.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgposter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgposter.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgprecipitation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgprecipitation.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgprerender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgprerender.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgprerendercubemap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgprerendercubemap.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgqfont.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgqfont.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgreflect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgreflect.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgrobot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgrobot.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgscalarbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgscalarbar.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgscreencapture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgscreencapture.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgscribe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgscribe.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgsequence.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgshadercomposition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgshadercomposition.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgshadergen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgshadergen.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgshaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgshaders.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgshaderterrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgshaderterrain.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgshadow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgshadow.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgshape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgshape.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgsharedarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgsharedarray.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgsidebyside.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgsidebyside.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgsimplegl3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgsimplegl3.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgsimpleshaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgsimpleshaders.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgsimplifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgsimplifier.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgsimulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgsimulation.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgslice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgslice.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgspacewarp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgspacewarp.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgspheresegment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgspheresegment.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgspotlight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgspotlight.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgstaticviewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgstaticviewer.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgstereoimage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgstereoimage.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgstereomatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgstereomatch.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgteapot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgteapot.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgterrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgterrain.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtessellate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtessellate.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtessellationshaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtessellationshaders.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtext.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtext3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtext3D.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtexture1D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtexture1D.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtexture2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtexture2D.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtexture3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtexture3D.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtexturecompression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtexturecompression.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgtexturerectangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgtexturerectangle.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgthirdpersonview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgthirdpersonview.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgthreadedterrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgthreadedterrain.py -------------------------------------------------------------------------------- /examples/rough_translated1/osguniformbuffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osguniformbuffer.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgunittests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgunittests.py -------------------------------------------------------------------------------- /examples/rough_translated1/osguserdata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osguserdata.py -------------------------------------------------------------------------------- /examples/rough_translated1/osguserstats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osguserstats.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgvertexattributes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgvertexattributes.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgvertexprogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgvertexprogram.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerCocoa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerCocoa.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerFLTK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerFLTK.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerFOX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerFOX.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerGLUT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerGLUT.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerGTK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerGTK.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerMFC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerMFC.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerQt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerQt.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerSDL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerSDL.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgviewerWX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgviewerWX.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgvirtualprogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgvirtualprogram.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgvnc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgvnc.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgvolume.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgvolume.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetaddremove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetaddremove.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetbox.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetcanvas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetcanvas.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetframe.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetinput.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetlabel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetlabel.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetmenu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetmenu.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetmessagebox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetmessagebox.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetnotebook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetnotebook.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetperformance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetperformance.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetprogress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetprogress.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetscrolled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetscrolled.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetshader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetshader.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetstyled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetstyled.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgettable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgettable.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwidgetwindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwidgetwindow.py -------------------------------------------------------------------------------- /examples/rough_translated1/osgwindows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/osgwindows.py -------------------------------------------------------------------------------- /examples/rough_translated1/translate_clang.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/translate_clang.py -------------------------------------------------------------------------------- /examples/rough_translated1/translate_clang2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/translate_clang2.py -------------------------------------------------------------------------------- /examples/rough_translated1/translate_clang3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/translate_clang3.py -------------------------------------------------------------------------------- /examples/rough_translated1/translate_examples.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/rough_translated1/translate_examples.pl -------------------------------------------------------------------------------- /examples/textured_quad_geometry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/examples/textured_quad_geometry.py -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/default.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/default.h -------------------------------------------------------------------------------- /src/modules/doxygen_doc_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/doxygen_doc_extractor.py -------------------------------------------------------------------------------- /src/modules/indexing_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/indexing_helpers.h -------------------------------------------------------------------------------- /src/modules/osg/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AlphaFunc.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AlphaFunc.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AlphaFunc.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AlphaFunc.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AnimationPath.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AnimationPath.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AnimationPath.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AnimationPath.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ArgumentParser.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ArgumentParser.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ArgumentParser.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ArgumentParser.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Array.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Array.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Array.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Array.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ArrayList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ArrayList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ArrayList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ArrayList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ArrayVisitor.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ArrayVisitor.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ArrayVisitor.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ArrayVisitor.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Atomic.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Atomic.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Atomic.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Atomic.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AtomicPtr.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AtomicPtr.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AtomicPtr.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AtomicPtr.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AttachmentMap.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AttachmentMap.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AttachmentMap.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AttachmentMap.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AttributeVec.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AttributeVec.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AttributeVec.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AttributeVec.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AudioSink.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AudioSink.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AudioSink.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AudioSink.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AudioStream.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AudioStream.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AudioStream.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AudioStream.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AudioStreams.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AudioStreams.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AudioStreams.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AudioStreams.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AutoTransform.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AutoTransform.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/AutoTransform.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/AutoTransform.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Barrier.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Barrier.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Barrier.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Barrier.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Billboard.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Billboard.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Billboard.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Billboard.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BlendColor.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BlendColor.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BlendColor.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BlendColor.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BlendEquation.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BlendEquation.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BlendFunc.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BlendFunc.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BlendFunc.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BlendFunc.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Block.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Block.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Block.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Block.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BlockCount.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BlockCount.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BlockCount.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BlockCount.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Box.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Box.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Box.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Box.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BufferData.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BufferData.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BufferData.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BufferData.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BufferObject.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BufferObject.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/BufferObject.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/BufferObject.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Camera.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Camera.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Camera.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Camera.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CameraView.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CameraView.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CameraView.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CameraView.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Cameras.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Cameras.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Cameras.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Cameras.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Capsule.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Capsule.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Capsule.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Capsule.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ClampColor.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ClampColor.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ClampColor.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ClampColor.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ClearNode.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ClearNode.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ClearNode.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ClearNode.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ClipNode.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ClipNode.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ClipNode.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ClipNode.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ClipPlane.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ClipPlane.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ClipPlane.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ClipPlane.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ColorMap.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ColorMap.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ColorMap.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ColorMap.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ColorMask.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ColorMask.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ColorMask.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ColorMask.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ColorMatrix.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ColorMatrix.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ColorMatrix.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ColorMatrix.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Condition.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Condition.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Condition.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Condition.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Cone.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Cone.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Cone.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Cone.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ConvexHull.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ConvexHull.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ConvexHull.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ConvexHull.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CopyOp.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CopyOp.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CopyOp.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CopyOp.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CullFace.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CullFace.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CullFace.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CullFace.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CullSettings.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CullSettings.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CullSettings.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CullSettings.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CullingSet.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CullingSet.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/CullingSet.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/CullingSet.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Cylinder.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Cylinder.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Cylinder.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Cylinder.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Depth.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Depth.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Depth.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Depth.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/DrawArrays.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/DrawArrays.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/DrawArrays.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/DrawArrays.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/DrawElements.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/DrawElements.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/DrawElements.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/DrawElements.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/DrawPixels.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/DrawPixels.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/DrawPixels.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/DrawPixels.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Drawable.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Drawable.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Drawable.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Drawable.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ElapsedTime.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ElapsedTime.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ElapsedTime.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ElapsedTime.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Fog.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Fog.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Fog.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Fog.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/FrameStamp.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/FrameStamp.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/FrameStamp.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/FrameStamp.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/FrontFace.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/FrontFace.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/FrontFace.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/FrontFace.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Geode.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Geode.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Geode.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Geode.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Geometry.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Geometry.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Geometry.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Geometry.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Group.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Group.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Group.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Group.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/HeightField.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/HeightField.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/HeightField.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/HeightField.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Hint.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Hint.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Hint.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Hint.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/HoleList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/HoleList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/HoleList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/HoleList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Image.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Image.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Image.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Image.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ImageList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ImageList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ImageList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ImageList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ImageStream.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ImageStream.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ImageStream.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ImageStream.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/KdNodeList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/KdNodeList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/KdNodeList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/KdNodeList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/KdTree.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/KdTree.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/KdTree.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/KdTree.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LOD.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LOD.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LOD.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LOD.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Light.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Light.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Light.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Light.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LightModel.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LightModel.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LightModel.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LightModel.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LightSource.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LightSource.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LightSource.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LightSource.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LineSegment.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LineSegment.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LineSegment.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LineSegment.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LineStipple.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LineStipple.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LineStipple.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LineStipple.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LineWidth.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LineWidth.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LineWidth.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LineWidth.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LogicOp.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LogicOp.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/LogicOp.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/LogicOp.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/MaskStack.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/MaskStack.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/MaskStack.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/MaskStack.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Material.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Material.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Material.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Material.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/MatrixList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/MatrixList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/MatrixList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/MatrixList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/MatrixStack.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/MatrixStack.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/MatrixStack.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/MatrixStack.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Matrixd.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Matrixd.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Matrixd.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Matrixd.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Matrixf.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Matrixf.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Matrixf.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Matrixf.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Multisample.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Multisample.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Multisample.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Multisample.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Mutex.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Mutex.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Mutex.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Mutex.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Node.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Node.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Node.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Node.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/NodeAcceptOp.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/NodeAcceptOp.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/NodeAcceptOp.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/NodeAcceptOp.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/NodeCallback.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/NodeCallback.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/NodeCallback.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/NodeCallback.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/NodeVisitor.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/NodeVisitor.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/NodeVisitor.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/NodeVisitor.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Object.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Object.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Object.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Object.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Observer.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Observer.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Observer.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Observer.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ObserverSet.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ObserverSet.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ObserverSet.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ObserverSet.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Observers.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Observers.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Observers.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Observers.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/OccluderNode.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/OccluderNode.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/OccluderNode.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/OccluderNode.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Operation.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Operation.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Operation.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Operation.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/PagedLOD.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/PagedLOD.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/PagedLOD.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/PagedLOD.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Plane.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Plane.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Plane.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Plane.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Point.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Point.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Point.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Point.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/PointSprite.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/PointSprite.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/PointSprite.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/PointSprite.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/PolygonMode.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/PolygonMode.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/PolygonMode.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/PolygonMode.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Polytope.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Polytope.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Polytope.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Polytope.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/PrimitiveSet.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/PrimitiveSet.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/PrimitiveSet.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/PrimitiveSet.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Program.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Program.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Program.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Program.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Projection.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Projection.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Projection.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Projection.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ProxyNode.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ProxyNode.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ProxyNode.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ProxyNode.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Quat.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Quat.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Quat.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Quat.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RangeList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RangeList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RangeList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RangeList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RatioList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RatioList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RatioList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RatioList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RefBlock.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RefBlock.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RefBlock.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RefBlock.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RefMatrixd.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RefMatrixd.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RefMatrixd.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RefMatrixd.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RefMatrixf.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RefMatrixf.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RefMatrixf.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RefMatrixf.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Referenced.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Referenced.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Referenced.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Referenced.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RenderBuffer.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RenderBuffer.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RenderBuffer.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RenderBuffer.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RenderInfo.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RenderInfo.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/RenderInfo.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/RenderInfo.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/SampleMaski.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/SampleMaski.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/SampleMaski.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/SampleMaski.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Scissor.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Scissor.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Scissor.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Scissor.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Sequence.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Sequence.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Sequence.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Sequence.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ShadeModel.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ShadeModel.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ShadeModel.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ShadeModel.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Shape.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Shape.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Shape.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Shape.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ShapeVisitor.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ShapeVisitor.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ShapeVisitor.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ShapeVisitor.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Sphere.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Sphere.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Sphere.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Sphere.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/State.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/State.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/State.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/State.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/StateSet.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/StateSet.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/StateSet.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/StateSet.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Stats.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Stats.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Stats.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Stats.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Stencil.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Stencil.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Stencil.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Stencil.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Switch.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Switch.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Switch.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Switch.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TestResult.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TestResult.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TestResult.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TestResult.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexEnv.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexEnv.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexEnv.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexEnv.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexEnvFilter.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexEnvFilter.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexEnvFilter.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexEnvFilter.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexGen.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexGen.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexGen.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexGen.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexGenNode.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexGenNode.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexGenNode.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexGenNode.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexMat.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexMat.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TexMat.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TexMat.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Texture.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Texture.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Texture.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Texture.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Texture1D.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Texture1D.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Texture1D.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Texture1D.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Texture2D.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Texture2D.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Texture2D.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Texture2D.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Texture3D.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Texture3D.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Texture3D.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Texture3D.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Thread.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Thread.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Thread.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Thread.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Timer.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Timer.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Timer.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Timer.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Transform.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Transform.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Transform.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Transform.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TriangleList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TriangleList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TriangleList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TriangleList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TriangleMesh.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TriangleMesh.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/TriangleMesh.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/TriangleMesh.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/UIntArray.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/UIntArray.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/UIntArray.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/UIntArray.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Uniform.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Uniform.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Uniform.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Uniform.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/UniformList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/UniformList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/UniformList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/UniformList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/UsageMap.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/UsageMap.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/UsageMap.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/UsageMap.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ValueObject.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ValueObject.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ValueObject.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ValueObject.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ValueVisitor.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ValueVisitor.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/ValueVisitor.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/ValueVisitor.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2Array.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2Array.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2Array.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2Array.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2b.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2b.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2b.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2b.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2d.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2d.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2d.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2d.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2f.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2f.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2f.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2f.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2i.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2i.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2i.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2i.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2s.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2s.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2s.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2s.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2ub.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2ub.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2ub.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2ub.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2ui.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2ui.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2ui.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2ui.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2us.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2us.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec2us.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec2us.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3Array.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3Array.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3Array.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3Array.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3b.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3b.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3b.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3b.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3d.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3d.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3d.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3d.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3f.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3f.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3f.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3f.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3i.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3i.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3i.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3i.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3s.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3s.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3s.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3s.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3ub.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3ub.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3ub.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3ub.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3ui.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3ui.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3ui.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3ui.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3us.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3us.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec3us.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec3us.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4Array.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4Array.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4Array.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4Array.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4b.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4b.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4b.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4b.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4d.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4d.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4d.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4d.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4f.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4f.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4f.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4f.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4i.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4i.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4i.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4i.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4s.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4s.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4s.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4s.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4ub.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4ub.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4ub.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4ub.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4ui.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4ui.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4ui.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4ui.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4us.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4us.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Vec4us.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Vec4us.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/View.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/View.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/View.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/View.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Viewport.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Viewport.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/Viewport.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/Viewport.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/_Myvec.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/_Myvec.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/_Myvec.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/_Myvec.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/__array_1.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/__array_1.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/_osg.main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/_osg.main.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/exposed_decl.pypp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/exposed_decl.pypp.txt -------------------------------------------------------------------------------- /src/modules/osg/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osg/generated_code/named_tuple.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/named_tuple.py~ -------------------------------------------------------------------------------- /src/modules/osg/generated_code/pair_double.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/pair_double.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osg/generated_code/pair_double.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/generated_code/pair_double.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osg/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osg/wrap_osg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osg/wrap_osg.h -------------------------------------------------------------------------------- /src/modules/osgAnimation/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgAnimation/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgAnimation/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgAnimation/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgAnimation/wrap_osgAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgAnimation/wrap_osgAnimation.h -------------------------------------------------------------------------------- /src/modules/osgDB/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Children.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Children.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Children.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Children.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Field.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Field.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Field.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Field.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ImagePager.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ImagePager.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ImagePager.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ImagePager.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Input.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Input.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Input.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Input.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/IntLookup.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/IntLookup.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/IntLookup.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/IntLookup.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ObjectMark.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ObjectMark.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ObjectMark.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ObjectMark.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ObjectsSet.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ObjectsSet.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ObjectsSet.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ObjectsSet.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Options.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Options.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Options.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Options.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Output.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Output.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Output.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Output.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Registry.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Registry.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/Registry.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/Registry.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/WrapperMap.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/WrapperMap.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/WrapperMap.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/WrapperMap.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/XmlNode.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/XmlNode.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/XmlNode.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/XmlNode.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/_osgDB.main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/_osgDB.main.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ifstream.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ifstream.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ifstream.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ifstream.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/named_tuple.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/named_tuple.py~ -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ofstream.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ofstream.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgDB/generated_code/ofstream.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/generated_code/ofstream.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgDB/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgDB/wrap_osgDB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgDB/wrap_osgDB.h -------------------------------------------------------------------------------- /src/modules/osgFX/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Cartoon.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Cartoon.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Cartoon.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Cartoon.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Effect.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Effect.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Effect.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Effect.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/EffectMap.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/EffectMap.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/EffectMap.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/EffectMap.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Outline.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Outline.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Outline.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Outline.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Registry.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Registry.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Registry.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Registry.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Scribe.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Scribe.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Scribe.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Scribe.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Technique.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Technique.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Technique.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Technique.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Validator.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Validator.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/Validator.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/Validator.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/_osgFX.main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/_osgFX.main.cpp -------------------------------------------------------------------------------- /src/modules/osgFX/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgFX/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgFX/wrap_osgFX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgFX/wrap_osgFX.h -------------------------------------------------------------------------------- /src/modules/osgGA/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgGA/generated_code/Device.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/generated_code/Device.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgGA/generated_code/Device.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/generated_code/Device.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgGA/generated_code/EventQueue.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/generated_code/EventQueue.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgGA/generated_code/EventQueue.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/generated_code/EventQueue.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgGA/generated_code/_osgGA.main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/generated_code/_osgGA.main.cpp -------------------------------------------------------------------------------- /src/modules/osgGA/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgGA/generated_code/named_tuple.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/generated_code/named_tuple.py~ -------------------------------------------------------------------------------- /src/modules/osgGA/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgGA/wrap_osgGA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgGA/wrap_osgGA.h -------------------------------------------------------------------------------- /src/modules/osgManipulator/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgManipulator/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgManipulator/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgManipulator/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgManipulator/wrap_osgManipulator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgManipulator/wrap_osgManipulator.h -------------------------------------------------------------------------------- /src/modules/osgParticle/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgParticle/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgParticle/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgParticle/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgParticle/wrap_osgParticle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgParticle/wrap_osgParticle.h -------------------------------------------------------------------------------- /src/modules/osgSim/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/AzimRange.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/AzimRange.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/AzimRange.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/AzimRange.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/Impostor.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/Impostor.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/Impostor.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/Impostor.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/ScalarBar.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/ScalarBar.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/ScalarBar.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/ScalarBar.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/Sector.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/Sector.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/Sector.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/Sector.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/_osgSim.main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/_osgSim.main.cpp -------------------------------------------------------------------------------- /src/modules/osgSim/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgSim/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgSim/wrap_osgSim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgSim/wrap_osgSim.h -------------------------------------------------------------------------------- /src/modules/osgText/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Bevel.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Bevel.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Bevel.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Bevel.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/FadeText.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/FadeText.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/FadeText.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/FadeText.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Font.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Font.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Font.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Font.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Glyph.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Glyph.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Glyph.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Glyph.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Glyph3D.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Glyph3D.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Glyph3D.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Glyph3D.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Glyphs.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Glyphs.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Glyphs.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Glyphs.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/String.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/String.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/String.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/String.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Style.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Style.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Style.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Style.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Text.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Text.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Text.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Text.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Text3D.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Text3D.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/Text3D.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/Text3D.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/TextBase.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/TextBase.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/TextBase.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/TextBase.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/_osgText.main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/_osgText.main.cpp -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgText/generated_code/named_tuple.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/generated_code/named_tuple.py~ -------------------------------------------------------------------------------- /src/modules/osgText/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgText/wrap_osgText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgText/wrap_osgText.h -------------------------------------------------------------------------------- /src/modules/osgUtil/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/EdgeList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/EdgeList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/EdgeList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/EdgeList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/EdgeSet.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/EdgeSet.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/EdgeSet.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/EdgeSet.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/Hit.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/Hit.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/Hit.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/Hit.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/PointSet.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/PointSet.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/PointSet.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/PointSet.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/PrimList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/PrimList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/PrimList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/PrimList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/VecList.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/VecList.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/VecList.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/VecList.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/_osgUtil.main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/_osgUtil.main.cpp -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgUtil/generated_code/named_tuple.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/generated_code/named_tuple.py~ -------------------------------------------------------------------------------- /src/modules/osgUtil/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgUtil/wrap_osgUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgUtil/wrap_osgUtil.h -------------------------------------------------------------------------------- /src/modules/osgViewer/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgViewer/generated_code/Scene.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/generated_code/Scene.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgViewer/generated_code/Scene.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/generated_code/Scene.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgViewer/generated_code/View.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/generated_code/View.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgViewer/generated_code/View.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/generated_code/View.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgViewer/generated_code/Viewer.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/generated_code/Viewer.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgViewer/generated_code/Viewer.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/generated_code/Viewer.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgViewer/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgViewer/generated_code/named_tuple.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/generated_code/named_tuple.py~ -------------------------------------------------------------------------------- /src/modules/osgViewer/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgViewer/wrap_osgViewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgViewer/wrap_osgViewer.h -------------------------------------------------------------------------------- /src/modules/osgVolume/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgVolume/generated_code/Layer.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/generated_code/Layer.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgVolume/generated_code/Layer.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/generated_code/Layer.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgVolume/generated_code/TileID.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/generated_code/TileID.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgVolume/generated_code/TileID.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/generated_code/TileID.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgVolume/generated_code/Volume.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/generated_code/Volume.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgVolume/generated_code/Volume.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/generated_code/Volume.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgVolume/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgVolume/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgVolume/wrap_osgVolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgVolume/wrap_osgVolume.h -------------------------------------------------------------------------------- /src/modules/osgWidget/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Box.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Box.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Box.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Box.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Canvas.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Canvas.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Canvas.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Canvas.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Event.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Event.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Event.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Event.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Frame.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Frame.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Frame.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Frame.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Input.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Input.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Input.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Input.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Label.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Label.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Label.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Label.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Style.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Style.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Style.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Style.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Table.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Table.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Table.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Table.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Vector.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Vector.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Vector.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Vector.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Widget.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Widget.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Widget.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Widget.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Window.pypp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Window.pypp.cpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/Window.pypp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/Window.pypp.hpp -------------------------------------------------------------------------------- /src/modules/osgWidget/generated_code/named_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/generated_code/named_tuple.py -------------------------------------------------------------------------------- /src/modules/osgWidget/wrap_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/wrap_module.py -------------------------------------------------------------------------------- /src/modules/osgWidget/wrap_osgWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/osgWidget/wrap_osgWidget.h -------------------------------------------------------------------------------- /src/modules/wrap_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/wrap_helpers.py -------------------------------------------------------------------------------- /src/modules/wrap_referenced.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/modules/wrap_referenced.h -------------------------------------------------------------------------------- /src/osgpypp/__init__.py.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/__init__.py.in -------------------------------------------------------------------------------- /src/osgpypp/osg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osg.py -------------------------------------------------------------------------------- /src/osgpypp/osgAnimation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgAnimation.py -------------------------------------------------------------------------------- /src/osgpypp/osgDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgDB.py -------------------------------------------------------------------------------- /src/osgpypp/osgFX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgFX.py -------------------------------------------------------------------------------- /src/osgpypp/osgGA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgGA.py -------------------------------------------------------------------------------- /src/osgpypp/osgManipulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgManipulator.py -------------------------------------------------------------------------------- /src/osgpypp/osgParticle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgParticle.py -------------------------------------------------------------------------------- /src/osgpypp/osgSim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgSim.py -------------------------------------------------------------------------------- /src/osgpypp/osgText.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgText.py -------------------------------------------------------------------------------- /src/osgpypp/osgUtil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgUtil.py -------------------------------------------------------------------------------- /src/osgpypp/osgViewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgViewer.py -------------------------------------------------------------------------------- /src/osgpypp/osgVolume.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgVolume.py -------------------------------------------------------------------------------- /src/osgpypp/osgWidget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/osgpypp/osgWidget.py -------------------------------------------------------------------------------- /src/setup.py.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/src/setup.py.in -------------------------------------------------------------------------------- /test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/CMakeLists.txt -------------------------------------------------------------------------------- /test/slow_test_quat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/slow_test_quat.py -------------------------------------------------------------------------------- /test/test_addrangeoperator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/test_addrangeoperator.py -------------------------------------------------------------------------------- /test/test_argumentparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/test_argumentparser.py -------------------------------------------------------------------------------- /test/test_display_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/test_display_settings.py -------------------------------------------------------------------------------- /test/test_drawcallback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/test_drawcallback.py -------------------------------------------------------------------------------- /test/test_firstpersonmanipulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/test_firstpersonmanipulator.py -------------------------------------------------------------------------------- /test/test_graphicscostestimator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/test_graphicscostestimator.py -------------------------------------------------------------------------------- /test/test_osgversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/test_osgversion.py -------------------------------------------------------------------------------- /test/test_stateset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JaneliaSciComp/osgpyplusplus/HEAD/test/test_stateset.py --------------------------------------------------------------------------------