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

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

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::DtDemyDe
 

Friends

class DtSensorViewOverlayCreator
 

Detailed Description

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

Constructor & Destructor Documentation

virtual makVrv::DtSensorViewOverlay::~DtSensorViewOverlay ( )
virtual

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 Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)