VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtAttachableHatTextUpdater.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2011 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
/*****************************************************************************
6
* $RCSfile: DtAttachableHatTextUpdater.h,v $ $Revision: 1.21 $ $State: Exp $
7
*****************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCore/vrvCore.h
>
16
17
#include <
vrvCore/DtAttachableUpdater.h
>
18
19
#include <
vrvCore/DtUniqueID.h
>
20
21
#include <matrix/vlTaitBryan.h>
22
#include <matrix/vlVector.h>
23
24
#include <vector>
25
#include <list>
26
27
namespace
makVrv
28
{
29
30
class
DtDe;
31
class
DtWidgetLabel;
32
40
class
DT_DLL_VRVCORE
DtAttachableHatTextUpdater
:
public
DtAttachableUpdater
41
{
42
public
:
43
45
DtAttachableHatTextUpdater
(
DtDe
& de,
DtUniqueID
id
);
46
48
virtual
~
DtAttachableHatTextUpdater
();
49
51
virtual
void
update(
double
simTime );
52
53
protected
:
54
56
virtual
void
updateWidgetLabel(
DtWidgetLabel
* widgetLabel,
57
double
distanceInMeters );
58
59
};
60
61
}
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
)