Developer documentation
Version 3.0.3-105-gd3941f44
MR::DWI::Tractography::Resampling Namespace Reference

Classes

class  Arc
 
class  Base
 
class  BaseCRTP
 
class  Downsampler
 
class  Endpoints
 
class  FixedNumPoints
 
class  FixedStepSize
 
class  Upsampler
 

Typedefs

using value_type = float
 
using point_type = typename Streamline<>::point_type
 

Functions

Baseget_resampler ()
 

Variables

const App::OptionGroup ResampleOption
 
constexpr value_type hermite_tension = value_type(0.1)
 

Typedef Documentation

◆ point_type

using MR::DWI::Tractography::Resampling::point_type = typedef typename Streamline<>::point_type

Definition at line 40 of file resampling.h.

◆ value_type

Definition at line 39 of file resampling.h.

Function Documentation

◆ get_resampler()

Base * MR::DWI::Tractography::Resampling::get_resampler ( )

Variable Documentation

◆ hermite_tension

constexpr value_type MR::DWI::Tractography::Resampling::hermite_tension = value_type(0.1)
constexpr

Definition at line 43 of file resampling.h.

◆ ResampleOption

const App::OptionGroup MR::DWI::Tractography::Resampling::ResampleOption
extern