| 267 | } |
| 268 | |
| 269 | int64_t ReaderImpl::GetImage2DCount() const |
| 270 | { |
| 271 | return images2D_.childCount(); |
| 272 | } |
| 273 | |
| 274 | // Returns the Image2Ds header and positions the cursor |
| 275 | bool ReaderImpl::ReadImage2D( int64_t imageIndex, Image2D &image2DHeader ) const |
nothing calls this directly
no test coverage detected