VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makVrv::DtSensorViewOverlay Class Reference

DtSensorViewOverlay is responsible for creating and updating the overlay information on a sensor view. More...

Inheritance diagram for makVrv::DtSensorViewOverlay:
Inheritance graph
[legend]

Public Member Functions

 ~DtSensorViewOverlay ()
 Destructor.
virtual void initialize (const std::string &windowName, const std::string &channelName)=0
 Initializes the overlay. Must be called prior to update.
virtual void update (const std::string &observerName, const DtSensorFieldOfViewData &state)=0
 Updates the overlay based on the given sensor field of view state.
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor.
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor.

Protected Member Functions

 DtSensorViewOverlay (DtDe &de)
 Constructor needs the DtDe to use.

Protected Attributes

makVrv::DtDemyDe

Friends

class DtSensorViewOverlayCreator

Detailed Description

DtSensorViewOverlay is responsible for creating and updating the overlay information on a sensor view.

Constructor & Destructor Documentation

makVrv::DtSensorViewOverlay::~DtSensorViewOverlay ( )

Destructor.

makVrv::DtSensorViewOverlay::DtSensorViewOverlay ( DtDe de)
protected

Constructor needs the DtDe to use.

Protected because this is only called by the DtSensorViewOverlayCreator.

Member Function Documentation

virtual void makVrv::DtSensorViewOverlay::initialize ( const std::string &  windowName,
const std::string &  channelName 
)
pure virtual

Initializes the overlay. Must be called prior to update.

Implemented in makVrv::DtOsgSensorViewOverlay.

virtual void makVrv::DtSensorViewOverlay::update ( const std::string &  observerName,
const DtSensorFieldOfViewData state 
)
pure virtual

Updates the overlay based on the given sensor field of view state.

Implemented in makVrv::DtOsgSensorViewOverlay.

Friends And Related Function Documentation

friend class DtSensorViewOverlayCreator
friend

Member Data Documentation

makVrv::DtDe& makVrv::DtSensorViewOverlay::myDe
protected

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

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)