VR-Forces 4.1 Class Documentation
vrfViewer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright 2010 VT MAK
3 *******************************************************************************/
4 
7 
9 
10 #pragma once
11 
13 
14 #include <osgViewer/Viewer>
15 
17 class DT_DLL_vantageTerrainImplementation DtVrfViewer : public osgViewer::Viewer
18 {
19 public:
20 
22  DtVrfViewer();
23 
24  DtVrfViewer(osg::ArgumentParser& arguments);
25 
26  DtVrfViewer(const DtVrfViewer& viewer,
27  const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY);
28 
29 protected:
30 
31  //Protected destructor, because this class derives from osg::Referenced
32  virtual ~DtVrfViewer();
33 
34 };
35 

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)