IOLink IOL_v1.8.0_release
Loading...
Searching...
No Matches
iolink::View Class Reference

Interface representing a generic view on data. More...

#include <iolink/view/View.h>

Inheritance diagram for iolink::View:
iolink::DataFrameView iolink::ImageView iolink::LodImageView iolink::MultiImageView

Public Member Functions

virtual std::shared_ptr< Extensionextension (size_t id)
 Get an extension of the view, corresponding to the given identifier.
 
std::shared_ptr< ViewOriginExtensionviewOrigin ()
 Shortcut to access to ViewOrigin extension.
 

Detailed Description

Interface representing a generic view on data.

Member Function Documentation

◆ extension()

virtual std::shared_ptr< Extension > iolink::View::extension ( size_t  id)
virtual

Get an extension of the view, corresponding to the given identifier.

Parameters
idThe extension identifier.
Exceptions
ErrorWhen the required extension is not available.
See also
Extension

The documentation for this class was generated from the following file: