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