| 58 | } |
| 59 | |
| 60 | virtual reference lookup(const Vector_f& coordinates) { |
| 61 | return this->operator()(coordinate_to_index(coordinates)); |
| 62 | } |
| 63 | |
| 64 | virtual const_reference lookup(const Vector_f& coordinates) const { |
| 65 | return this->operator()(coordinate_to_index(coordinates)); |