VR-Forces 4.0.4 Class Documentation
include/vrvOsg/DtReleaseTerrainTechniqueVisitor.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile:  $ $Revision:  $ $State:  $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtReleaseTerrainTechniqueVisitor_H_
00014 #define DtReleaseTerrainTechniqueVisitor_H_
00015 
00016 #include <vrvOsg/vrvOsg.h>
00017 
00018 #include <osg/NodeVisitor>
00019 
00020 namespace osgTerrain
00021 {
00022    class TerrainTile;
00023 }
00024 
00025 namespace osg
00026 {
00027    class Group;
00028 }
00029 
00030 
00031 namespace makVrv
00032 {
00034    class DT_DLL_VRVOSG DtReleaseTerrainTechniqueVisitor : public osg::NodeVisitor
00035    {
00036    public:
00037       DtReleaseTerrainTechniqueVisitor();
00038 
00039       void apply( osgTerrain::TerrainTile& tile);
00040       void apply( osg::Group& group);
00041    };
00042 }
00043 
00044 #endif
00045 

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)