| 45 | inline unsigned height() const { return mImage->height(); } |
| 46 | |
| 47 | inline forge::ChannelFormat pixelFormat() const { return mImage->pixelFormat(); } |
| 48 | |
| 49 | inline forge::dtype channelType() const { return mImage->channelType(); } |
| 50 |
nothing calls this directly
no outgoing calls
no test coverage detected