![]() |
VR-Forces 4.10 Class Documentation
|
DtSensorViewOverlay is responsible for creating and updating the overlay information on a sensor view. More...

Public Member Functions | |
| virtual | ~DtSensorViewOverlay () |
| Destructor. More... | |
| virtual void | initialize (const std::string &windowName, const std::string &channelName)=0 |
| Initializes the overlay. Must be called prior to update. More... | |
| virtual void | update (const std::string &observerName, const DtSensorFieldOfViewData &state)=0 |
| Updates the overlay based on the given sensor field of view state. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Protected Member Functions | |
| DtSensorViewOverlay (DtDe &de) | |
| Constructor needs the DtDe to use. More... | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
Friends | |
| class | DtSensorViewOverlayCreator |
DtSensorViewOverlay is responsible for creating and updating the overlay information on a sensor view.
|
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 |