| 45 | static std::string defaultMethod(); |
| 46 | |
| 47 | CpdFilter() : Filter(), m_fixed(nullptr), m_method(""), m_complete(false) |
| 48 | { |
| 49 | } |
| 50 | std::string getName() const; |
| 51 | |
| 52 | virtual PointViewSet run(PointViewPtr view); |
nothing calls this directly
no outgoing calls
no test coverage detected