VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlStudioFeetAglUpdater.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #ifndef DtGlStudioFeetAglUpdater_h
11 #define DtGlStudioFeetAglUpdater_h
12 
14 
15 #include <matrix/vlVector.h>
16 #include <vlpi/trigonometricSmoother.h>
17 
18 namespace makVrv
19 {
20  class DtIntersector;
21 
25  {
26  public:
28 
29  virtual ~DtGlStudioFeetAglUpdater();
30 
32  virtual std::string value(double time);
33 
34  protected:
36 
37  DtIntersector* myIntersector = nullptr;
38 
39  };
40 
44  {
45  public:
48 
50  virtual DtGlStudioAttributeUpdater* create() const;
51 
52  protected:
53  };
54 
55 } //makVrv::
56 
57 #endif
Base class for a GLStudio cockpit attribute.
Definition: DtGlStudioAttributeUpdater.h:23
Creator for registering a GLStudio cockpit updater.
Definition: DtGlStudioAttributeUpdater.h:41
DtIntersector is an abstract class that provides the interface for requesting intersections with the ...
Definition: DtIntersector.h:25
Creator for registering AGL updater.
Definition: DtGlStudioFeetAglUpdater.h:43
Contains makVrv::DtGlStudioObjectAttributeUpdater class declaration.
Updates feet above ground level attribute in a GLStudio cockpit.
Definition: DtGlStudioFeetAglUpdater.h:24
DtVector myLocation
Definition: DtGlStudioFeetAglUpdater.h:35
A HUD object side updater abstract base class. It has the HUD objects smoother available to compute v...
Definition: DtGlStudioObjectAttributeUpdater.h:26
#define DT_DLL_VRVGLSTUDIOSHARED
Definition: DtGlStudioShared.h:22

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)