IOLink
IOL_v1.1.0_release
|
Utility class to check and convert a View into an ImagevView. More...
#include <iolink/view/ImageViewProvider.h>
Static Public Member Functions | |
static bool | isImage (std::shared_ptr< View > view) noexcept |
Checks if a given View is an ImageView. | |
static std::shared_ptr< ImageView > | toImage (std::shared_ptr< View > view) noexcept |
Extracts the ImageView interface from a given generic view. More... | |
static std::shared_ptr< ImageView > | toReadOnly (std::shared_ptr< ImageView > image) |
Remove all capacities except READ to an ImageView. More... | |
static std::shared_ptr< ImageView > | toWriteOnly (std::shared_ptr< ImageView > image) |
Remove all capacities except WRITE to an ImageView. More... | |
Utility class to check and convert a View into an ImagevView.