Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/core/containers/grid/util/grid_curvature.h File Reference

#include <OpenTissue/configuration.h>
#include <cmath>
#include <OpenTissue/core/math/math_eigen_system_decomposition.h>
#include <OpenTissue/core/containers/grid/util/grid_gradient.h>
#include <OpenTissue/core/containers/grid/util/grid_hessian.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::curvature (grid_type const &grid, size_t i, size_t j, size_t k, real_type &K, real_type &G, real_type &k1, real_type &k2)
template<typename grid_type , typename real_type >
void OpenTissue::grid::eigen_curvature (grid_type const &grid, size_t i, size_t j, size_t k, real_type &k1, real_type &k2)
template<typename grid_type , typename real_type >
void OpenTissue::grid::algebra_curvature (grid_type const &grid, size_t i, size_t j, size_t k, real_type &k1, real_type &k2)