| 44 | { |
| 45 | public: |
| 46 | virtual void DescSearch_(double& x, double& y, // io |
| 47 | const Image&, const Shape&, // in |
| 48 | int, int) const // in |
| 49 | { |
| 50 | HatDescSearch(x, y, |
| 51 | hatfit_); |
| 52 | } |
| 53 | |
| 54 | HatDescMod(const HatFit hatfit) // constructor |
| 55 | : hatfit_(hatfit) |
no test coverage detected