VR-Link API Documentation for DIS
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
22
class
DT_DLL_VLPROTIND
DtSmoothPosWithDr
:
public
DtSmoothPos
23
{
24
public
:
25
28
DtSmoothPosWithDr
(
DtDeadReckoner
* dr,
DtTime
smoothT);
29
31
virtual
~
DtSmoothPosWithDr
();
32
33
protected
:
34
36
virtual
void
dfltAction
(
DtTime
simTime,
void
* usr,
37
DtVector32
& vs,
DtVector
& ps);
38
};
39
40
#endif
41
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)