| 57 | } |
| 58 | |
| 59 | int64_t Reader::GetImage2DCount() const |
| 60 | { |
| 61 | return impl_->GetImage2DCount(); |
| 62 | } |
| 63 | |
| 64 | bool Reader::ReadImage2D( int64_t imageIndex, Image2D &image2DHeader ) const |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected