VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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
private
:
37
39
DtSmoothOriWithDr
(
const
DtSmoothOriWithDr
& orig);
40
42
DtSmoothOriWithDr
& operator=(
const
DtSmoothOriWithDr
& orig);
43
44
protected
:
45
47
virtual
void
dfltAction
(
DtTime
simTime,
48
void
*usr,
DtDcm
& os);
49
};
50
51
#endif
52
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)