VISH  0.2
Public Types | Public Member Functions | Public Attributes
Wizt::MetaViewer Struct Reference

Base class for object handling one or more viewers, i.e. More...

#include </home/werner/origo/vish/ocean/Anemonia/MetaViewer.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

Base class for object handling one or more viewers, i.e.

VInput objects of type Image. It contains a ValuePoolProvider.


Member Data Documentation

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.


The documentation for this struct was generated from the following files: