source: experimental/TerrainTest/ModificationVisitor.h @ 251

Last change on this file since 251 was 251, checked in by Torben Dannhauer, 13 years ago
File size: 275 bytes
Line 
1#pragma once
2
3#include <osg/Notify>
4#include <osg/NodeVisitor>
5#include <osg/PagedLOD>
6
7class ModificationVisitor : public osg::NodeVisitor
8{
9public:
10        ModificationVisitor();
11        virtual void apply( osg::Node& node );
12        virtual void apply( osg::PagedLOD& pNode );
13};
Note: See TracBrowser for help on using the repository browser.