VR-Forces 4.6 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
vrvCore
DtAttachableHatUpdater.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtUniqueID.h
>
14
#include <
vrvCore/DtAttachableUpdater.h
>
15
16
#include <matrix/vlVector.h>
17
#include <matrix/vlTaitBryan.h>
18
19
#include <vector>
20
#include <list>
21
22
#include <matrix/vlVector.h>
23
24
namespace
makVrv
25
{
26
class
DtDe;
27
34
class
DT_DLL_VRVCORE
DtAttachableHatUpdater
:
public
DtAttachableUpdater
35
{
36
37
public
:
38
40
DtAttachableHatUpdater
(
DtDe
& de,
DtUniqueID
id
);
41
43
virtual
~
DtAttachableHatUpdater
();
44
46
virtual
void
update(
double
simTime );
47
48
protected
:
49
50
};
51
}
52
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)