VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvGlStudioShared
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
16
#include <
vrvGlStudioShared/DtGlStudioObjectAttributeUpdater.h
>
17
18
#include <matrix/vlVector.h>
19
#include <matrix/vlTaitBryan.h>
20
21
namespace
makVrv
22
{
25
class
DT_DLL_VRVGLSTUDIOSHARED
DtGlStudioYawUpdater
:
public
DtGlStudioObjectAttributeUpdater
26
{
27
public
:
28
DtGlStudioYawUpdater
();
29
30
virtual
~
DtGlStudioYawUpdater
();
31
33
virtual
std::string value(
double
time);
34
35
protected
:
36
virtual
void
setOrientation(
const
DtTaitBryan& orient );
37
DtVector
myLocation
;
38
DtTaitBryan
myOrientation
;
39
DtTaitBryan
myTopoOrientation
;
40
41
};
42
45
class
DT_DLL_VRVGLSTUDIOSHARED
DtGlStudioYawUpdaterCreator
:
public
DtGlStudioAttributeUpdaterCreator
46
{
47
public
:
48
DtGlStudioYawUpdaterCreator
();
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
)