|
VR-Engage
2.2
|
DtOsgSensorViewTimeOverlaySectionCreator is responsible for creating instances of DtOsgSensorViewTimeOverlaySection. It implements the factory pattern, allowing the overlay system to create specialized sections without knowing their implementation details.
#include <osgSensorViewTimeOverlaySection.h>
Public Member Functions | |
| virtual makVrv::DtOsgSensorViewOverlaySection * | create (makVrv::DtDe &de) override |
| virtual makVrv::DtOsgSensorViewOverlaySectionCreator * | clone () const override |
|
inlineoverridevirtual |
Creates a new time overlay section.
| de | Reference to the display engine |
Factory method that creates a new DtOsgSensorViewTimeOverlaySection 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.