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

#include <rtkJosephForwardProjectionImageFilter.h>

Public Member Functions

 InterpolationWeightMultiplication ()=default
 
bool operator!= (const InterpolationWeightMultiplication &) const
 
TOutput operator() (const ThreadIdType, const double, const TCoordRepType weight, const TInput *p, const int i) const
 
bool operator== (const InterpolationWeightMultiplication &other) const
 
 ~InterpolationWeightMultiplication ()=default
 

Detailed Description

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

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

Author
Simon Rit

Definition at line 43 of file rtkJosephForwardProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ InterpolationWeightMultiplication()

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

◆ ~InterpolationWeightMultiplication()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 49 of file rtkJosephForwardProjectionImageFilter.h.

◆ operator()()

template<class TInput , class TCoordRepType , class TOutput = TInput>
TOutput rtk::Functor::InterpolationWeightMultiplication< TInput, TCoordRepType, TOutput >::operator() ( const ThreadIdType  ,
const double  ,
const TCoordRepType  weight,
const TInput *  p,
const int  i 
) const
inline

Definition at line 60 of file rtkJosephForwardProjectionImageFilter.h.

◆ operator==()

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

Definition at line 54 of file rtkJosephForwardProjectionImageFilter.h.


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