Array interface. More...
#include <cvb/iarray.hpp>
Inherited by ImagePlane, and Plane.
Public Member Functions | |
virtual void * | Handle () const noexcept=0 |
Classic API image handle. More... | |
virtual class DataType | DataType () const noexcept=0 |
Data type descriptor for this array. More... | |
virtual int | Rank () const noexcept=0 |
Gets the number of dimensions for this array. More... | |
Array interface.
An array defines the common concept of ImagePlane and Plane.
Data type descriptor for this array.
Does | not throw any exception. |
Implemented in ImagePlane, and Plane.
|
pure virtualnoexcept |
Classic API image handle.
Does | not throw any exception. |
It is normally not necessary to work with this handle.
Implemented in ImagePlane, and Plane.
|
pure virtualnoexcept |
Gets the number of dimensions for this array.
Does | not throw any exception. |
Implemented in ImagePlane, and Plane.