|
VR-Engage
2.2
|
DtOsgSensorViewRecOverlaySectionCreator is responsible for creating instances of DtOsgSensorViewRecOverlaySection. It implements the factory pattern, allowing the overlay system to create specialized sections without knowing their implementation details.
#include <osgSensorViewRecOverlaySection.h>
Public Member Functions | |
| virtual makVrv::DtOsgSensorViewOverlaySection * | create (makVrv::DtDe &de) override |
| virtual makVrv::DtOsgSensorViewOverlaySectionCreator * | clone () const override |
|
inlineoverridevirtual |
Creates a new recording status overlay section.
| de | Reference to the display engine |
Factory method that creates a new DtOsgSensorViewRecOverlaySection instance with the specified display engine.
References de().
|
inlineoverridevirtual |
Creates a clone of this creator.
Creates and returns a new instance of this creator class. This is used by the overlay system for creator registration and management.