IOLink IOL_v1.8.0_release
|
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< LodImageView > | toLodImage (std::shared_ptr< View > view) noexcept |
Extracts the LodImageView interface from a given generic view. | |
Utility class for LodImageView support.
|
inlinestaticnoexcept |
Extracts the LodImageView interface from a given generic view.
If the given view is not an LodImageView, this method will return null.