| 67 | } |
| 68 | |
| 69 | bool Reader::GetImage2DSizes( int64_t imageIndex, Image2DProjection &imageProjection, |
| 70 | Image2DType &imageType, int64_t &imageWidth, int64_t &imageHeight, |
| 71 | int64_t &imageSize, Image2DType &imageMaskType, |
| 72 | Image2DType &imageVisualType ) const |
| 73 | { |
| 74 | return impl_->GetImage2DSizes( imageIndex, imageProjection, imageType, imageWidth, |
| 75 | imageHeight, imageSize, imageMaskType, imageVisualType ); |
| 76 | } |
| 77 | |
| 78 | int64_t Reader::ReadImage2DData( int64_t imageIndex, Image2DProjection imageProjection, |
| 79 | Image2DType imageType, void *pBuffer, int64_t start, |
nothing calls this directly
no outgoing calls
no test coverage detected