Restructed the osgPresentation and present3D directories back to the structure that was present in OSG-3.2

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14759 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield 2015-03-04 18:36:44 +00:00
parent 26d1679248
commit 8c8b8f3305
37 changed files with 127 additions and 130 deletions

View File

@ -1,20 +1,20 @@
SET(TARGET_SRC SET(TARGET_SRC
deprecated/Cluster.cpp Cluster.cpp
deprecated/ExportHTML.cpp ExportHTML.cpp
deprecated/PointsEventHandler.cpp PointsEventHandler.cpp
deprecated/present3D.cpp present3D.cpp
deprecated/ReadShowFile.cpp ReadShowFile.cpp
deprecated/ShowEventHandler.cpp ShowEventHandler.cpp
deprecated/SpellChecker.cpp SpellChecker.cpp
) )
SET(TARGET_H SET(TARGET_H
deprecated/Cluster.h Cluster.h
deprecated/ExportHTML.h ExportHTML.h
deprecated/PointsEventHandler.h PointsEventHandler.h
deprecated/ReadShowFile.h ReadShowFile.h
deprecated/ShowEventHandler.h ShowEventHandler.h
deprecated/SpellChecker.h SpellChecker.h
) )
IF (SDL_FOUND) IF (SDL_FOUND)

View File

@ -13,7 +13,7 @@
#ifndef EXPORTHTML_H #ifndef EXPORTHTML_H
#define EXPORTHTML_H 1 #define EXPORTHTML_H 1
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
#include <osgViewer/Viewer> #include <osgViewer/Viewer>
class ExportHTML class ExportHTML

View File

@ -13,7 +13,7 @@
#include "ReadShowFile.h" #include "ReadShowFile.h"
#include "ShowEventHandler.h" #include "ShowEventHandler.h"
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
#include <osg/ImageStream> #include <osg/ImageStream>
#include <osg/Shape> #include <osg/Shape>

View File

@ -38,7 +38,7 @@
#include <osgGA/StateSetManipulator> #include <osgGA/StateSetManipulator>
#include <osgGA/MultiTouchTrackballManipulator> #include <osgGA/MultiTouchTrackballManipulator>
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
#include <osgPresentation/Cursor> #include <osgPresentation/Cursor>
#include "ReadShowFile.h" #include "ReadShowFile.h"

View File

@ -18,7 +18,7 @@
#include <osgGA/GUIEventHandler> #include <osgGA/GUIEventHandler>
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
namespace osgPresentation namespace osgPresentation
{ {

View File

@ -18,7 +18,7 @@
#include <osgGA/GUIEventHandler> #include <osgGA/GUIEventHandler>
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
namespace osgPresentation namespace osgPresentation
{ {

View File

@ -21,8 +21,8 @@
#include <osgGA/GUIEventHandler> #include <osgGA/GUIEventHandler>
#include <osgViewer/Viewer> #include <osgViewer/Viewer>
#include <osgPresentation/deprecated/CompileSlideCallback> #include <osgPresentation/CompileSlideCallback>
#include <osgPresentation/deprecated/PropertyManager> #include <osgPresentation/PropertyManager>
namespace osgPresentation namespace osgPresentation
{ {

View File

@ -32,10 +32,10 @@
#include <osgVolume/VolumeTile> #include <osgVolume/VolumeTile>
#include <osgVolume/VolumeSettings> #include <osgVolume/VolumeSettings>
#include <osgPresentation/deprecated/AnimationMaterial> #include <osgPresentation/AnimationMaterial>
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
#include <osgPresentation/deprecated/PropertyManager> #include <osgPresentation/PropertyManager>
#include <osgPresentation/deprecated/Timeout> #include <osgPresentation/Timeout>
namespace osgPresentation namespace osgPresentation
{ {

View File

@ -16,7 +16,7 @@
#include <osg/Transform> #include <osg/Transform>
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
namespace osgPresentation { namespace osgPresentation {

View File

@ -17,7 +17,7 @@
#include <osg/ValueObject> #include <osg/ValueObject>
#include <osgDB/FileUtils> #include <osgDB/FileUtils>
#include <osgDB/FileNameUtils> #include <osgDB/FileNameUtils>
#include <osgPresentation/deprecated/PropertyManager> #include <osgPresentation/PropertyManager>
#include "osc/OscPrintReceivedElements.h" #include "osc/OscPrintReceivedElements.h"
#include "osc/OscHostEndianness.h" #include "osc/OscHostEndianness.h"

View File

@ -52,7 +52,7 @@
#include <osgDB/FileUtils> #include <osgDB/FileUtils>
#include "OscSendingDevice.hpp" #include "OscSendingDevice.hpp"
#include "OscReceivingDevice.hpp" #include "OscReceivingDevice.hpp"
#include <osgPresentation/deprecated/PropertyManager> #include <osgPresentation/PropertyManager>

View File

@ -22,7 +22,7 @@
#include <osgWidget/PdfReader> #include <osgWidget/PdfReader>
#include <osgPresentation/deprecated/SlideShowConstructor> #include <osgPresentation/SlideShowConstructor>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@ -20,8 +20,8 @@
#include <osgWidget/PdfReader> #include <osgWidget/PdfReader>
#include <osgPresentation/deprecated/SlideShowConstructor> #include <osgPresentation/SlideShowConstructor>
#include <osgPresentation/deprecated/AnimationMaterial> #include <osgPresentation/AnimationMaterial>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@ -10,7 +10,7 @@
* include LICENSE.txt for more details. * include LICENSE.txt for more details.
*/ */
#include <osgPresentation/deprecated/AnimationMaterial> #include <osgPresentation/AnimationMaterial>
#include <osg/MatrixTransform> #include <osg/MatrixTransform>
#include <osg/PositionAttitudeTransform> #include <osg/PositionAttitudeTransform>

View File

@ -10,30 +10,27 @@ SET(HEADER_PATH ${OpenSceneGraph_SOURCE_DIR}/include/${LIB_NAME})
SET(TARGET_H SET(TARGET_H
${HEADER_PATH}/Export ${HEADER_PATH}/Export
${HEADER_PATH}/Cursor ${HEADER_PATH}/Cursor
${HEADER_PATH}/AnimationMaterial
${HEADER_PATH}/deprecated/AnimationMaterial ${HEADER_PATH}/CompileSlideCallback
${HEADER_PATH}/deprecated/CompileSlideCallback ${HEADER_PATH}/PickEventHandler
${HEADER_PATH}/deprecated/PickEventHandler ${HEADER_PATH}/PropertyManager
${HEADER_PATH}/deprecated/PropertyManager ${HEADER_PATH}/KeyEventHandler
${HEADER_PATH}/deprecated/KeyEventHandler ${HEADER_PATH}/SlideEventHandler
${HEADER_PATH}/deprecated/SlideEventHandler ${HEADER_PATH}/SlideShowConstructor
${HEADER_PATH}/deprecated/SlideShowConstructor ${HEADER_PATH}/Timeout
${HEADER_PATH}/deprecated/Timeout
) )
# FIXME: For OS X, need flag for Framework or dylib # FIXME: For OS X, need flag for Framework or dylib
SET(TARGET_SRC SET(TARGET_SRC
Cursor.cpp Cursor.cpp
AnimationMaterial.cpp
deprecated/AnimationMaterial.cpp CompileSlideCallback.cpp
deprecated/CompileSlideCallback.cpp PickEventHandler.cpp
deprecated/PickEventHandler.cpp PropertyManager.cpp
deprecated/PropertyManager.cpp KeyEventHandler.cpp
deprecated/KeyEventHandler.cpp SlideEventHandler.cpp
deprecated/SlideEventHandler.cpp SlideShowConstructor.cpp
deprecated/SlideShowConstructor.cpp Timeout.cpp
deprecated/Timeout.cpp
${OPENSCENEGRAPH_VERSIONINFO_RC} ${OPENSCENEGRAPH_VERSIONINFO_RC}
) )

View File

@ -10,7 +10,7 @@
* include LICENSE.txt for more details. * include LICENSE.txt for more details.
*/ */
#include <osgPresentation/deprecated/CompileSlideCallback> #include <osgPresentation/CompileSlideCallback>
#include <osgUtil/GLObjectsVisitor> #include <osgUtil/GLObjectsVisitor>

View File

@ -10,8 +10,8 @@
* include LICENSE.txt for more details. * include LICENSE.txt for more details.
*/ */
#include <osgPresentation/deprecated/KeyEventHandler> #include <osgPresentation/KeyEventHandler>
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
#include <osgViewer/Viewer> #include <osgViewer/Viewer>
#include <osg/Notify> #include <osg/Notify>

View File

@ -10,8 +10,8 @@
* include LICENSE.txt for more details. * include LICENSE.txt for more details.
*/ */
#include <osgPresentation/deprecated/PickEventHandler> #include <osgPresentation/PickEventHandler>
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
#include <osgViewer/Viewer> #include <osgViewer/Viewer>
#include <osg/Notify> #include <osg/Notify>

View File

@ -10,7 +10,7 @@
* include LICENSE.txt for more details. * include LICENSE.txt for more details.
*/ */
#include <osgPresentation/deprecated/PropertyManager> #include <osgPresentation/PropertyManager>
#include <osg/io_utils> #include <osg/io_utils>
using namespace osgPresentation; using namespace osgPresentation;

View File

@ -10,9 +10,9 @@
* include LICENSE.txt for more details. * include LICENSE.txt for more details.
*/ */
#include <osgPresentation/deprecated/SlideEventHandler> #include <osgPresentation/SlideEventHandler>
#include <osgPresentation/deprecated/SlideShowConstructor> #include <osgPresentation/SlideShowConstructor>
#include <osgPresentation/deprecated/AnimationMaterial> #include <osgPresentation/AnimationMaterial>
#include <osg/AnimationPath> #include <osg/AnimationPath>
#include <osg/Transform> #include <osg/Transform>

View File

@ -10,10 +10,10 @@
* include LICENSE.txt for more details. * include LICENSE.txt for more details.
*/ */
#include <osgPresentation/deprecated/SlideShowConstructor> #include <osgPresentation/SlideShowConstructor>
#include <osgPresentation/deprecated/AnimationMaterial> #include <osgPresentation/AnimationMaterial>
#include <osgPresentation/deprecated/PickEventHandler> #include <osgPresentation/PickEventHandler>
#include <osgPresentation/deprecated/KeyEventHandler> #include <osgPresentation/KeyEventHandler>
#include <osg/Geometry> #include <osg/Geometry>

View File

@ -11,7 +11,7 @@
* OpenSceneGraph Public License for more details. * OpenSceneGraph Public License for more details.
*/ */
#include <osgPresentation/deprecated/Timeout> #include <osgPresentation/Timeout>
#include <osgUtil/CullVisitor> #include <osgUtil/CullVisitor>
#include <osgGA/EventVisitor> #include <osgGA/EventVisitor>