VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTritonTidalStreamWakeUpdater.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 <vrvTriton/vrvTriton.h>
13 
15 
17 
18 #include <matrix/vlVector.h>
19 #include <matrix/vlTaitBryan.h>
20 
21 namespace makVrv
22 {
23  class DtDe;
24  class DtTritonTidalStreamWakeModel;
25  class DtCoordinateConverter;
26 
34  {
35  public:
40 
43 
48  virtual bool needsUpdate( DtTime tNow );
49 
52  virtual void update( DtTime tNow );
53 
54  protected:
55 
58  virtual DtTritonTidalStreamWakeModel* tidalStreamWakeModel();
59 
61  virtual DtVector calcWakeDirection( const DtVector& currentPos,
62  float radiansFromNorth );
63 
65  virtual void setTidalStreamWakesEnabled( bool enabled );
66 
68  virtual void slot_coordinateSystemChanged();
69 
70  protected:
73 
76  DtCoordinateConverter* myCoordinateConverter = nullptr;
77  };
78 
79 }
Contains the declaration for makVrv::DtTidalStreamWakeUpdater.
DtCoordinateConverter is the base class for &#39;local (cig) to geocentric&#39; converters.
Definition: DtCoordinateConverter.h:25
DtSignalConnectionManager myConnections
Definition: DtTritonTidalStreamWakeUpdater.h:71
bool myTidalStreamWakesEnabled
Definition: DtTritonTidalStreamWakeUpdater.h:72
Contains DLL export macros.
#define DT_DLL_VRVTRITON
Definition: vrvTriton.h:19
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Updater for the Kelvin tidalStreamWake model.
Definition: DtTritonTidalStreamWakeUpdater.h:33
Base class to provide boost signal/slot management.
Abstract tidalStreamWake object updater interface.
Definition: DtTidalStreamWakeUpdater.h:27
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A model of a triton tidalStreamWake is used to interface with the triton API to generate a Kelvin tid...
Definition: DtTritonTidalStreamWakeModel.h:29

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)