VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlStudioYawUpdater.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtGlStudioYawUpdater.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #ifndef DtGlStudioYawUpdater_h
14 #define DtGlStudioYawUpdater_h
15 
17 
18 #include <matrix/vlVector.h>
19 #include <matrix/vlTaitBryan.h>
20 
21 namespace makVrv
22 {
26  {
27  public:
29 
30  virtual ~DtGlStudioYawUpdater();
31 
33  virtual std::string value(double time);
34 
35  protected:
36  virtual void setOrientation(const DtTaitBryan& orient );
38  DtTaitBryan myOrientation;
39  DtTaitBryan myTopoOrientation;
40 
41  };
42 
46  {
47  public:
49  virtual ~DtGlStudioYawUpdaterCreator();
50 
52  virtual DtGlStudioAttributeUpdater* create() const;
53 
54  protected:
55  };
56 
57 } //makVrv::
58 
59 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)