| 579 | |
| 580 | template < index_t dimension > |
| 581 | auto Grid< dimension >::closest_vertex( |
| 582 | const Point< dimension >& query ) const -> VertexIndices |
| 583 | { |
| 584 | return impl_->closest_vertex( *this, query ); |
| 585 | } |
| 586 | |
| 587 | template < index_t dimension > |
| 588 | auto Grid< dimension >::cells( const Point< dimension >& query ) const |
no outgoing calls