VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)