![]() |
VR-Forces Developer's Guide
|
DtSensorViewOverlay is responsible for creating and updating the overlay information on a sensor view.

Public Member Functions | |
| virtual | ~DtSensorViewOverlay () |
| virtual void | initialize (const std::string &windowName, const std::string &channelName)=0 |
| virtual void | update (const std::string &observerName, const DtSensorFieldOfViewData &state)=0 |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Protected Member Functions | |
| DtSensorViewOverlay (DtDe &de) | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
Friends | |
| class | DtSensorViewOverlayCreator |
|
virtual |
Destructor.
|
protected |
Constructor needs the DtDe to use. Protected because this is only called by the DtSensorViewOverlayCreator.
|
pure virtual |
Initializes the overlay. Must be called prior to update.
Implemented in makVrv::DtOsgSensorViewOverlay.
|
pure virtual |
Updates the overlay based on the given sensor field of view state.
Implemented in makVrv::DtOsgSensorViewOverlay.
|
friend |
|
protected |