5template <
typename Shape>
7createCalculusFromShapeBorder(
const KSpace& kspace,
const Shape& shape);
9template <
typename Shape>
11computeFaceNormals(
const Calculus& calculus,
const Shape& shape,
const double radius);
13template <
typename Shape>
14std::tuple<Calculus, FlatVector>
15initCalculusAndNormals(
const KSpace& kspace,
const Shape& shape,
const double radius);
17template <
typename Shape>
18std::tuple<Calculus, FlatVector>
19initCalculusAndNormalsWithNoise(
const KSpace& kspace,
const Shape& shape,
const double radius,
const double noise);
21#include "surface_extract.ih"