![]() |
VR-Forces 4.8 Class Documentation
|
Attach VR-Vantage observer to mimic a given entity but orient itself to track a second entity. More...

Public Member Functions | |
| DtMimicTrackView_v1 () | |
| CTOR. More... | |
| ~DtMimicTrackView_v1 () | |
| DTOR. More... | |
Public Member Functions inherited from vrvControlToolkit::DtVrvControl_v1 | |
| DtVrvControl_v1 () | |
| CTOR. More... | |
| ~DtVrvControl_v1 () | |
| DTOR. More... | |
| DtVrvControl_v1 (const DtVrvControl_v1 &orig) | |
| Copy CTOR. More... | |
| DtVrvControl_v1 & | operator= (const DtVrvControl_v1 &orig) |
| Assignment operator. More... | |
Public Attributes | |
| DtFloat64 | myOffset [3] |
| The location of the observer as an offset from the location of the attached-to entity. More... | |
| DtFloat64 | myOffsetOri [3] |
| Reserved for potential later use. More... | |
| DtInt8 | myObserver [DtVrvControlNameSize] |
| The name of the controlled observer. More... | |
| DtInt8 | myAttachedEntity [DtVrvControlNameSize] |
| The Global ID of the entity mimicked. More... | |
| DtInt8 | myTrackedEntity [DtVrvControlNameSize] |
| The Global ID of the entity tracked. More... | |
Public Attributes inherited from vrvControlToolkit::DtVrvControl_v1 | |
| DtUInt32 | myMagicNumber |
| Bit pattern that indicates that this is a view control packet. More... | |
| DtUInt16 | mySize |
| The total size of the VC packet, including this header This will be filled in by the specific view control packet constructor. More... | |
| DtUInt16 | myVersion |
| View control packet version. More... | |
| DtFloat32 | myLibraryVersion |
| View control library version. More... | |
| DtVrvControlTypeEnum | myType |
| View control packet type. More... | |
Attach VR-Vantage observer to mimic a given entity but orient itself to track a second entity.
|
inline |
CTOR.
|
inline |
DTOR.
| DtFloat64 vrvControlToolkit::DtMimicTrackView_v1::myOffset[3] |
The location of the observer as an offset from the location of the attached-to entity.
The offset is specified in the body coordinate system of the attached-to object.
| DtFloat64 vrvControlToolkit::DtMimicTrackView_v1::myOffsetOri[3] |
Reserved for potential later use.
This call has no effect (other than to set a local member variable). The observer is always oriented toward the tracked entity in mimic track mode.
| DtInt8 vrvControlToolkit::DtMimicTrackView_v1::myObserver[DtVrvControlNameSize] |
The name of the controlled observer.
| DtInt8 vrvControlToolkit::DtMimicTrackView_v1::myAttachedEntity[DtVrvControlNameSize] |
The Global ID of the entity mimicked.
| DtInt8 vrvControlToolkit::DtMimicTrackView_v1::myTrackedEntity[DtVrvControlNameSize] |
The Global ID of the entity tracked.