VR-Forces 4.1 Class Documentation
DtReleaseTerrainTechniqueVisitor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #ifndef DtReleaseTerrainTechniqueVisitor_H_
14 #define DtReleaseTerrainTechniqueVisitor_H_
15 
16 #include <vrvOsg/vrvOsg.h>
17 
18 #include <osg/NodeVisitor>
19 
20 namespace osgTerrain
21 {
22  class TerrainTile;
23 }
24 
25 namespace osg
26 {
27  class Group;
28 }
29 
30 
31 namespace makVrv
32 {
34  class DT_DLL_VRVOSG DtReleaseTerrainTechniqueVisitor : public osg::NodeVisitor
35  {
36  public:
38 
39  void apply( osgTerrain::TerrainTile& tile);
40  void apply( osg::Group& group);
41  };
42 }
43 
44 #endif
45 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)