VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvGlStudioShared
DtGlStudioRollUpdater.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: DtGlStudioRollUpdater.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
12
13
#ifndef DtGlStudioRollUpdater_h
14
#define DtGlStudioRollUpdater_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
DtGlStudioRollUpdater
:
public
DtGlStudioObjectAttributeUpdater
26
{
27
public
:
28
DtGlStudioRollUpdater
();
29
30
virtual
~
DtGlStudioRollUpdater
();
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
DtGlStudioRollUpdaterCreator
:
public
DtGlStudioAttributeUpdaterCreator
46
{
47
public
:
48
DtGlStudioRollUpdaterCreator
();
49
virtual
~
DtGlStudioRollUpdaterCreator
();
50
52
virtual
DtGlStudioAttributeUpdater
* create()
const
;
53
54
protected
:
55
};
56
57
}
//makVrv::
58
59
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)