return user readable name of the filter */
| 86 | |
| 87 | /** return user readable name of the filter */ |
| 88 | std::string |
| 89 | GetName() const override |
| 90 | { |
| 91 | return std::string("ImageFileReader"); |
| 92 | } |
| 93 | |
| 94 | void |
| 95 | SetFileName(const PathType & fn); |
nothing calls this directly
no outgoing calls
no test coverage detected