#include <OpenTissue/configuration.h>
#include <cmath>
#include <OpenTissue/core/containers/grid/util/grid_value_at_point.h>
#include <OpenTissue/core/containers/grid/util/grid_idx2coord.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::grid |
Functions | |
template<typename grid_type , typename real_type > | |
void | OpenTissue::grid::resample (grid_type const &M, grid_type &m, real_type factor_i, real_type factor_j, real_type factor_k) |