#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <OpenTissue/core/containers/mesh/polymesh/util/polymesh_compute_edge_direction.h>
#include <boost/cast.hpp>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::polymesh |
Functions | |
template<typename mesh_type , typename real_type > | |
void | OpenTissue::polymesh::compute_minmax_edge_length (mesh_type const &mesh, real_type &min_length, real_type &max_length, real_type &avg_length) |