#include <OpenTissue/configuration.h>
#include <OpenTissue/core/containers/grid/grid.h>
#include <OpenTissue/core/containers/grid/util/grid_idx2coord.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::t4mesh |
Functions | |
template<typename real_type , typename t4mesh_type > | |
void | OpenTissue::t4mesh::generate_blocks (unsigned int const &I, unsigned int const &J, unsigned int const &K, real_type const &block_width, real_type const &block_height, real_type const &block_depth, t4mesh_type &mesh) |
template<typename t4mesh_type , typename grid_type > | |
void | OpenTissue::t4mesh::generate_blocks (grid_type &voxels, t4mesh_type &mesh) |