17#ifndef __dwi_tractography_resampling_resampling_h__
18#define __dwi_tractography_resampling_resampling_h__
28 namespace Tractography {
29 namespace Resampling {
54 virtual bool valid ()
const = 0;
58 template <
class Derived>
63 return new Derived(
static_cast<Derived const&
>(*
this));
virtual Base * clone() const
virtual Base * clone() const =0
virtual bool valid() const =0
virtual bool operator()(const Streamline<> &, Streamline<> &) const =0
constexpr value_type hermite_tension
const App::OptionGroup ResampleOption
typename Streamline<>::point_type point_type