\brief Default constructor - initializes to NULL.
| 4165 | protected: |
| 4166 | //! \brief Default constructor - initializes to NULL. |
| 4167 | Image() : Memory() { } |
| 4168 | |
| 4169 | /*! \brief Constructor from cl_mem - takes ownership. |
| 4170 | * |
nothing calls this directly
no outgoing calls
no test coverage detected