VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExperimentalFeaturesInterface.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 
15 
16 #include <boost/signal.hpp>
17 
18 namespace makVrv
19 {
23  {
24  public:
27 
28 
31 
33  virtual void setBreakingWaveAmplitude(float) = 0;
34 
36  virtual void setPagedLodMagnificationScaleFactor(float factor) = 0;
37 
39  virtual void setPagedLodMagnificationHighLodAngle(float angle) = 0;
40 
42 
45 
46  boost::signal<void (float)> signal_breakingWaveAmplitudeChanged;
49 
51  };
52 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)