Name of this class */
| 57 | |
| 58 | /** Name of this class */ |
| 59 | std::string |
| 60 | GetName() const override |
| 61 | { |
| 62 | return std::string("CastImageFilter"); |
| 63 | } |
| 64 | |
| 65 | // See super class for doxygen |
| 66 | std::string |
nothing calls this directly
no outgoing calls
no test coverage detected