| 198 | |
| 199 | template < index_t dimension, index_t point_dimension > |
| 200 | Point< point_dimension > GridPointFunction< dimension, |
| 201 | point_dimension >::value( const Point< dimension >& point, |
| 202 | const typename Grid< dimension >::CellIndices& grid_cell_indices ) const |
| 203 | { |
| 204 | return impl_->value( point, grid_cell_indices ); |
| 205 | } |
| 206 | |
| 207 | template class opengeode_mesh_api GridPointFunction< 2, 2 >; |
| 208 | template class opengeode_mesh_api GridPointFunction< 2, 1 >; |
no outgoing calls
no test coverage detected