| 55 | }; |
| 56 | |
| 57 | StraightenFilter::StraightenFilter() |
| 58 | : Filter(), Streamable(), m_args(new StraightenFilter::Args) |
| 59 | { |
| 60 | } |
| 61 | |
| 62 | std::string StraightenFilter::getName() const |
| 63 | { |
nothing calls this directly
no outgoing calls
no test coverage detected