MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / value

Method value

src/geode/mesh/helpers/grid_point_function.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 >;

Calls

no outgoing calls

Tested by

no test coverage detected