* Get the width of the image. * @return Width of the image. */
| 145 | * @return Width of the image. |
| 146 | */ |
| 147 | int width() const |
| 148 | { |
| 149 | return width_; |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * Get the height of the image. |
nothing calls this directly
no outgoing calls
no test coverage detected