![]() |
VR-Link API Documentation for DIS
|
Instances of DtSmoothOriWithDr are used to provide the mechanism to smooth orientation and dead-reckon orientation. More...
Inheritance diagram for DtSmoothOriWithDr:
Collaboration diagram for DtSmoothOriWithDr:Public Member Functions | |
| DtSmoothOriWithDr (DtDeadReckoner *dr, DtTime smoothT) | |
| Constructor. | |
| virtual | ~DtSmoothOriWithDr () |
| Destructor. | |
Protected Member Functions | |
| virtual void | dfltAction (DtTime simTime, void *usr, DtDcm &os) |
| The default action is to dead-reckon. | |
Private Member Functions | |
| DtSmoothOriWithDr (const DtSmoothOriWithDr &orig) | |
| Copy constructor -- Not Implemented. | |
| DtSmoothOriWithDr & | operator= (const DtSmoothOriWithDr &orig) |
| Assignment operator -- Not Implemented. | |
Instances of DtSmoothOriWithDr are used to provide the mechanism to smooth orientation and dead-reckon orientation.
It derives from DtSmoothOrient and provides the method dfltAction, which is called once the smooth period has elapsed.
| DtSmoothOriWithDr::DtSmoothOriWithDr | ( | DtDeadReckoner * | dr, |
| DtTime | smoothT | ||
| ) |
Constructor.
| smoothT | Specifies the smooth period |
| virtual DtSmoothOriWithDr::~DtSmoothOriWithDr | ( | ) | [virtual] |
Destructor.
| DtSmoothOriWithDr::DtSmoothOriWithDr | ( | const DtSmoothOriWithDr & | orig | ) | [private] |
Copy constructor -- Not Implemented.
| virtual void DtSmoothOriWithDr::dfltAction | ( | DtTime | simTime, |
| void * | usr, | ||
| DtDcm & | os | ||
| ) | [protected, virtual] |
The default action is to dead-reckon.
Implements DtSmoothOrient.
| DtSmoothOriWithDr& DtSmoothOriWithDr::operator= | ( | const DtSmoothOriWithDr & | orig | ) | [private] |
Assignment operator -- Not Implemented.