Returns the image data buffer as constant raw pointer.
| 236 | |
| 237 | //! Returns the image data buffer as constant raw pointer. |
| 238 | inline const void* GetData() const |
| 239 | { |
| 240 | return data_.get(); |
| 241 | } |
| 242 | |
| 243 | //! Returns the image data buffer as raw pointer. |
| 244 | inline void* GetData() |
no test coverage detected