Moved the declaration of osgDB::Field, FieldReader and FieldReaderIterator into include/osg/Input to centralise all the deprecated .osg parsing code into one place.

This commit is contained in:
Robert Osfield
2010-01-25 15:24:47 +00:00
parent 5c0e5a5720
commit 65127f5b34
10 changed files with 218 additions and 303 deletions

View File

@@ -34,9 +34,6 @@ SET(LIB_PUBLIC_HEADERS
${HEADER_PATH}/DotOsgWrapper
${HEADER_PATH}/DynamicLibrary
${HEADER_PATH}/Export
${HEADER_PATH}/Field
${HEADER_PATH}/FieldReader
${HEADER_PATH}/FieldReaderIterator
${HEADER_PATH}/FileCache
${HEADER_PATH}/FileNameUtils
${HEADER_PATH}/FileUtils

View File

@@ -14,7 +14,7 @@
#include <osg/Notify>
#include <osg/Math>
#include <osgDB/Field>
#include <osgDB/Input>
#include <string.h>
#include <stdlib.h>

View File

@@ -10,8 +10,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* OpenSceneGraph Public License for more details.
*/
#include <osgDB/Field>
#include <osgDB/FieldReader>
#include <osgDB/Input>
#include <istream>
#include <stdio.h>
using namespace osgDB;

View File

@@ -10,7 +10,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* OpenSceneGraph Public License for more details.
*/
#include <osgDB/FieldReaderIterator>
#include <osgDB/Input>
using namespace osgDB;