|
VR-Engage
2.2
|
This class provides a GLStudio attribute updater that supplies the current Synthetic Aperture Radar (SAR) image filename to GLStudio elements. It allows GLStudio displays to show the latest captured SAR image.
#include <glstudioSarFilenameUpdater.h>
Public Member Functions | |
| DtGlStudioSarFilenameUpdater () | |
| virtual | ~DtGlStudioSarFilenameUpdater () override |
| virtual bool | isDirty () override |
| virtual std::string | value (double time) override |
Protected Attributes | |
| std::string | myFilename |
| bool | myFirstTick |
| DtGlStudioSarFilenameUpdater::DtGlStudioSarFilenameUpdater | ( | ) |
Default constructor.
|
overridevirtual |
Virtual destructor.
|
overridevirtual |
Checks if the filename has been updated.
|
inlineoverridevirtual |
Returns the current SAR image filename.
| time | Current simulation time (not used) |
References myFilename.
|
protected |
Current SAR image filename.
Defaults to "../userData/radarFx/capture/default.bmp"
Referenced by value().
|
protected |
Flag indicating if this is the first tick.