18 IArray()
noexcept =
default;
19 IArray(IArray &&other)
noexcept =
default;
20 IArray &operator=(IArray &&other)
noexcept =
default;
23 IArray(
const IArray &other) =
delete;
24 IArray &operator=(
const IArray &other) =
delete;
25 virtual ~IArray() =
default;
34 virtual void *
Handle() const noexcept = 0;
48 virtual
int Rank() const noexcept = 0;
virtual int Rank() const noexcept=0
Gets the number of dimensions for this array.
virtual void * Handle() const noexcept=0
Classic API image handle.
virtual class DataType DataType() const noexcept=0
Data type descriptor for this array.
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17