VR-Link API Documentation for HLA 1.3
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
smoothPosWithDr.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef smoothPosWithDr_H_
7
#define smoothPosWithDr_H_
8
9
#include "
smoothUtil.h
"
10
14
15
class
DtDeadReckoner
;
16
23
class
DT_DLL_VLPROTIND
DtSmoothPosWithDr
:
public
DtSmoothPos
24
{
25
public
:
26
29
DtSmoothPosWithDr
(
DtDeadReckoner
* dr,
DtTime
smoothT);
30
32
virtual
~
DtSmoothPosWithDr
();
33
34
private
:
35
37
DtSmoothPosWithDr
(
const
DtSmoothPosWithDr
& orig);
38
40
DtSmoothPosWithDr
&
operator=
(
const
DtSmoothPosWithDr
& orig);
41
42
protected
:
43
45
virtual
void
dfltAction
(
DtTime
simTime,
void
* usr,
46
DtVector
& vs,
DtVector
& ps);
47
};
48
49
#endif
50
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)