| 12 | virtual ~ImageSource(); |
| 13 | |
| 14 | virtual bool valid() const {return _isValid;} |
| 15 | |
| 16 | //! Gets the dimensions of the base level of the pyramid |
| 17 | virtual const std::vector<unsigned long long> getDimensions() const = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected