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

#include "dwi/tractography/resampling/fixed_num_points.h"

Inheritance diagram for MR::DWI::Tractography::Resampling::FixedNumPoints:
MR::DWI::Tractography::Resampling::BaseCRTP< FixedNumPoints > MR::DWI::Tractography::Resampling::Base

Public Member Functions

 FixedNumPoints ()
 
 FixedNumPoints (const size_t n)
 
bool operator() (const Streamline<> &, Streamline<> &) const override
 
bool valid () const override
 
void set_num_points (const size_t n)
 
size_t get_num_points () const
 
- Public Member Functions inherited from MR::DWI::Tractography::Resampling::BaseCRTP< FixedNumPoints >
virtual Baseclone () const
 
- Public Member Functions inherited from MR::DWI::Tractography::Resampling::Base
 Base ()
 
virtual ~Base ()
 
virtual Baseclone () const =0
 
virtual bool operator() (const Streamline<> &, Streamline<> &) const =0
 
virtual bool valid () const =0
 

Detailed Description

Definition at line 31 of file fixed_num_points.h.

Constructor & Destructor Documentation

◆ FixedNumPoints() [1/2]

MR::DWI::Tractography::Resampling::FixedNumPoints::FixedNumPoints ( )
inline

Definition at line 35 of file fixed_num_points.h.

◆ FixedNumPoints() [2/2]

MR::DWI::Tractography::Resampling::FixedNumPoints::FixedNumPoints ( const size_t  n)
inline

Definition at line 38 of file fixed_num_points.h.

Member Function Documentation

◆ get_num_points()

size_t MR::DWI::Tractography::Resampling::FixedNumPoints::get_num_points ( ) const
inline

Definition at line 45 of file fixed_num_points.h.

◆ operator()()

bool MR::DWI::Tractography::Resampling::FixedNumPoints::operator() ( const Streamline<> &  ,
Streamline<> &   
) const
overridevirtual

◆ set_num_points()

void MR::DWI::Tractography::Resampling::FixedNumPoints::set_num_points ( const size_t  n)
inline

Definition at line 44 of file fixed_num_points.h.

◆ valid()

bool MR::DWI::Tractography::Resampling::FixedNumPoints::valid ( ) const
inlineoverridevirtual

Implements MR::DWI::Tractography::Resampling::Base.

Definition at line 42 of file fixed_num_points.h.


The documentation for this class was generated from the following file: