#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_trillinear.h>
#include <OpenTissue/core/containers/grid/util/grid_enclosing_indices.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::grid |
Defines | |
#define | MAGIC(val) |
Functions | |
template<typename grid_type , typename vector3_type > | |
grid_type::value_type | OpenTissue::grid::value_at_point (grid_type const &grid, vector3_type const &point) |
#define MAGIC | ( | val | ) |
if ( (val) == unused) { \ (val) = zero; \ ++cnt_unused; \ }