VR-Forces 4.0.4 Class Documentation
include/osgdb_PathData/ReaderWriterPathData.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2011 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: ReaderWriterPathData.h,v $ $Revision: 1.0 $ $State: Exp $
00007 ******************************************************************************/
00008 
00009 #pragma once
00010 #include "osgdb_PathData/osgdb_PathDataPluginDefines.h"
00011 #include "osgDB/ReaderWriter"
00012 #include "osg/Node"
00013 
00015 class DT_DLL_osgdb_PathData ReaderWriterPathData : public osgDB::ReaderWriter
00016 {
00017 public:
00018    ReaderWriterPathData();
00019    virtual ~ReaderWriterPathData();
00020 
00021    virtual const char* className() const;
00022 
00024    virtual ReadResult readNode (const std::string& filename, 
00025       const osgDB::ReaderWriter::Options* options) const;
00026 
00028    virtual WriteResult writeNode (const osg::Node&, 
00029       const std::string& filename, const osgDB::ReaderWriter::Options* options) const;
00030 };

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)