VR-Link API Documentation for HLA Evolved
Public Member Functions | Protected Member Functions | Private Member Functions

Instances of DtSmoothPosWithDr are used to provide the mechanism to smooth position and dead-reckon position. More...

+ Inheritance diagram for DtSmoothPosWithDr:
+ Collaboration diagram for DtSmoothPosWithDr:

List of all members.

Public Member Functions

 DtSmoothPosWithDr (DtDeadReckoner *dr, DtTime smoothT)
 Constructor.
virtual ~DtSmoothPosWithDr ()
 Destructor.

Protected Member Functions

virtual void dfltAction (DtTime simTime, void *usr, DtVector &vs, DtVector &ps)
 The default action is to dead-reckon.

Private Member Functions

 DtSmoothPosWithDr (const DtSmoothPosWithDr &orig)
 Copy constructor -- Not Implemented.
DtSmoothPosWithDroperator= (const DtSmoothPosWithDr &orig)
 Assignment operator -- Not Implemented.

Detailed Description

Instances of DtSmoothPosWithDr are used to provide the mechanism to smooth position and dead-reckon position.

It derives from DtSmoothPos and provides the method dfltAction, which is called once the smooth period has elapsed. It is used by DtOldSmoother.

Deprecated:
This class is only used by DtOldSmoother which has been deprecated.

Constructor & Destructor Documentation

Constructor.

Parameters:
smoothTSpecifies the smooth period

Destructor.

Copy constructor -- Not Implemented.


Member Function Documentation

virtual void DtSmoothPosWithDr::dfltAction ( DtTime  simTime,
void *  usr,
DtVector vs,
DtVector ps 
) [protected, virtual]

The default action is to dead-reckon.

Implements DtSmoothPos.

DtSmoothPosWithDr& DtSmoothPosWithDr::operator= ( const DtSmoothPosWithDr orig) [private]

Assignment operator -- Not Implemented.


The documentation for this class was generated from the following file:

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)