VISH
0.2
|
Base class for object handling one or more viewers, i.e. More...
#include </home/werner/origo/vish/ocean/Anemonia/MetaViewer.hpp>
Base class for object handling one or more viewers, i.e.
VInput objects of type Image. It contains a ValuePoolProvider.
Mouse and keyboard interactions.
Viewers will define a
RefPtr<VInputValue<VInteractionEvent> > myEvents;
implementation for a specific ValuePool.
Image property parameters for zooming pixels.
Viewers will define a
RefPtr<VInputValue<double> > PixelZoomFactor, PixelZoomOffsetX, PixelZoomOffsetY;
implementation for a specific ValuePool.
In a Viewer, the RefPtr<VInputValue<double> > is used same as an VOutput<> besides its initialization, where the global VOutput needs to be specified.