ImageROI
| 205 | |
| 206 | // ImageROI |
| 207 | ImageROI::ImageROI(Image& Img, const SPoint& Offset, const SSize& Size, cl_mem_flags flags) |
| 208 | : Image(Img, Offset, Size, flags), |
| 209 | m_Img(Img) |
| 210 | { } |
| 211 | |
| 212 | /// Read the image from the device memory |
| 213 | void ImageROI::Read(bool blocking, std::vector<cl::Event> * events, cl::Event * event) |
nothing calls this directly
no outgoing calls
no test coverage detected