VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
examples
exampleHudUpdater
exampleMetersPerSecondUpdater.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: DtExampleMetersPerSecondUpdater.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
12
13
#ifndef DtExampleMetersPerSecondUpdater_h
14
#define DtExampleMetersPerSecondUpdater_h
15
16
#include "
exampleHudUpdaterPlugin.h
"
17
18
#include <
vrvGlStudioShared/DtGlStudioObjectAttributeUpdater.h
>
19
20
#include <matrix/vlVector.h>
21
22
namespace
makVrv
23
{
26
class
DtExampleMetersPerSecondUpdater
:
public
DtGlStudioObjectAttributeUpdater
27
{
28
public
:
29
DtExampleMetersPerSecondUpdater
();
30
31
virtual
~DtExampleMetersPerSecondUpdater
();
32
33
virtual
std::string
value
(
double
time);
34
35
protected
:
36
DtVector
myVelocity
;
37
};
38
41
class
DT_DLL_EXAMPLEHUDUPDATERPLUGIN
DtExampleMetersPerSecondUpdaterCreator
:
public
DtGlStudioAttributeUpdaterCreator
42
{
43
public
:
44
DtExampleMetersPerSecondUpdaterCreator
();
45
virtual
~
DtExampleMetersPerSecondUpdaterCreator
();
46
47
virtual
DtGlStudioAttributeUpdater
* create()
const
;
48
49
protected
:
50
};
51
52
}
//makVrv::
53
54
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)