RTK  2.5.0
Reconstruction Toolkit
Public Member Functions | List of all members
rtk::Functor::InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput > Class Template Reference

#include <rtkJosephBackProjectionImageFilter.h>

Public Member Functions

 InterpolationWeightMultiplicationBackProjection ()=default
 
bool operator!= (const InterpolationWeightMultiplicationBackProjection &) const
 
TOutput operator() (const double, const TCoordRepType, const TInput *, const int) const
 
bool operator== (const InterpolationWeightMultiplicationBackProjection &other) const
 
 ~InterpolationWeightMultiplicationBackProjection ()=default
 

Detailed Description

template<class TInput, class TCoordRepType, class TOutput = TInput>
class rtk::Functor::InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput >

Function to multiply the interpolation weights with the projected volume values.

Author
Simon Rit

Definition at line 41 of file rtkJosephBackProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ InterpolationWeightMultiplicationBackProjection()

template<class TInput , class TCoordRepType , class TOutput = TInput>
rtk::Functor::InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput >::InterpolationWeightMultiplicationBackProjection ( )
default

◆ ~InterpolationWeightMultiplicationBackProjection()

template<class TInput , class TCoordRepType , class TOutput = TInput>
rtk::Functor::InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput >::~InterpolationWeightMultiplicationBackProjection ( )
default

Member Function Documentation

◆ operator!=()

template<class TInput , class TCoordRepType , class TOutput = TInput>
bool rtk::Functor::InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput >::operator!= ( const InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput > &  ) const
inline

Definition at line 47 of file rtkJosephBackProjectionImageFilter.h.

◆ operator()()

template<class TInput , class TCoordRepType , class TOutput = TInput>
TOutput rtk::Functor::InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput >::operator() ( const double  ,
const TCoordRepType  ,
const TInput *  ,
const int   
) const
inline

Definition at line 58 of file rtkJosephBackProjectionImageFilter.h.

◆ operator==()

template<class TInput , class TCoordRepType , class TOutput = TInput>
bool rtk::Functor::InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput >::operator== ( const InterpolationWeightMultiplicationBackProjection< TInput, TCoordRepType, TOutput > &  other) const
inline

Definition at line 52 of file rtkJosephBackProjectionImageFilter.h.


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