VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vlpi
smoothOriWithDr.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef smoothOriWithDr_H_
8
#define smoothOriWithDr_H_
9
10
#include "
smoothUtil.h
"
11
15
16
class
DtDeadReckoner
;
17
25
class
DT_DLL_VLPROTIND
DtSmoothOriWithDr
:
public
DtSmoothOrient
26
{
27
public
:
28
31
DtSmoothOriWithDr
(
DtDeadReckoner
* dr,
DtTime
smoothT);
32
34
virtual
~
DtSmoothOriWithDr
();
35
36
protected
:
37
39
virtual
void
dfltAction
(
DtTime
simTime,
40
void
*usr,
DtDcm
& os);
41
};
42
43
#endif
44
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)