IOLink  IOL_v1.2.0_release
iolink::LodImageViewProvider Class Reference

Utility class for LodImageView support. More...

#include <iolink/view/LodImageViewProvider.h>

Static Public Member Functions

static bool isLodImage (std::shared_ptr< View > view) noexcept
 Checks if given View is a LodImageView.
 
static std::shared_ptr< LodImageViewtoLodImage (std::shared_ptr< View > view) noexcept
 Extracts the LodImageView interface from a given generic view. More...
 

Detailed Description

Utility class for LodImageView support.

Member Function Documentation

◆ toLodImage()

static std::shared_ptr<LodImageView> iolink::LodImageViewProvider::toLodImage ( std::shared_ptr< View view)
inlinestaticnoexcept

Extracts the LodImageView interface from a given generic view.

If the given view is not an LodImageView, this method will return null.


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