17#ifndef __surface_filter_smooth_h__
18#define __surface_filter_smooth_h__
46 Smooth (
const std::string& s) :
53 spatial (spatial_factor),
54 influence (influence_factor) { }
58 spatial (spatial_factor),
59 influence (influence_factor) { }
61 void operator() (
const Mesh&, Mesh&)
const override;
constexpr default_type default_smoothing_spatial_factor
constexpr default_type default_smoothing_influence_factor
double default_type
the default type used throughout MRtrix