VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTidalStreamWakeModel.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtModel.h>
14 
15 namespace makVrv
16 {
20  {
21  public:
24 
26  virtual ~DtTidalStreamWakeModel();
27 
29  virtual void setModelDefinition( const std::string& def ) = 0;
32  virtual std::string modelDefinition() const = 0;
34 
36  virtual void setWakeLength( double wakeLength ) = 0;
38  virtual double wakeLength() const = 0;
40 
42  virtual void setWakeOffset( double wakeLength ) = 0;
46  virtual double wakeOffset() const = 0;
48 
50  virtual void setDraft( double draft ) = 0;
52  virtual double draft() const = 0;
54 
56  virtual void setMaxWaveAmplitude( double amplitude ) = 0;
58  virtual double maxWaveAmplitude() const = 0;
60 
62  virtual void setLodDistance( double lodDistance ) = 0;
64  virtual double lodDistance() const = 0;
66  };
67 }
The (abstract) interface for a model of a Kelvin tidalStreamWake.
Definition: DtTidalStreamWakeModel.h:19
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains makVrv::DtModel class.
A model which owns a single model instance.
Definition: DtModel.h:56
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)