Name of this class */
| 171 | |
| 172 | /** Name of this class */ |
| 173 | std::string |
| 174 | GetName() const |
| 175 | { |
| 176 | return "ExtractImageFilter"; |
| 177 | } |
| 178 | |
| 179 | /** Print ourselves out */ |
| 180 | std::string |
nothing calls this directly
no outgoing calls
no test coverage detected