VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtAttachableHatUpdater.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtAttachableHatUpdater.h,v $ $Revision: 1.21 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtAttachableHatUpdater_H_
14
#define DtAttachableHatUpdater_H_
15
16
#include <
vrvCore/vrvCore.h
>
17
#include <
vrvCore/DtUniqueID.h
>
18
#include <
vrvCore/DtAttachableUpdater.h
>
19
20
#include <matrix/vlVector.h>
21
#include <matrix/vlTaitBryan.h>
22
23
#include <vector>
24
#include <list>
25
26
namespace
makVrv
27
{
28
class
DtDe;
29
37
class
DT_DLL_VRVCORE
DtAttachableHatUpdater
:
public
DtAttachableUpdater
38
{
39
40
public
:
41
43
DtAttachableHatUpdater
(
DtDe
& de,
DtUniqueID
id
);
44
46
virtual
~
DtAttachableHatUpdater
();
47
49
virtual
void
update(
double
simTime );
50
53
virtual
void
setUseHighestTerrainLod(
bool
useHighest);
54
55
protected
:
56
59
virtual
bool
useHighestTerrainLod()
const
;
60
61
DtVector
myLastTopPos
;
62
DtTaitBryan
myLastTopOri
;
63
bool
myUseHighestTerrainLod
;
64
};
65
}
66
67
#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
)