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

#include <rtkJosephBackProjectionImageFilter.h>

Public Member Functions

bool operator!= (const SplatWeightMultiplication &) const
 
void operator() (const TInput &rayValue, TOutput &output, const double stepLengthInVoxel, const double voxelSize, const TCoordRepType weight) const
 
bool operator== (const SplatWeightMultiplication &other) const
 
 SplatWeightMultiplication ()=default
 
 ~SplatWeightMultiplication ()=default
 

Detailed Description

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

Function to multiply the interpolation weights with the projection values.

Author
Cyril Mory

Definition at line 111 of file rtkJosephBackProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ SplatWeightMultiplication()

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

◆ ~SplatWeightMultiplication()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 117 of file rtkJosephBackProjectionImageFilter.h.

◆ operator()()

template<class TInput , class TCoordRepType , class TOutput = TCoordRepType>
void rtk::Functor::SplatWeightMultiplication< TInput, TCoordRepType, TOutput >::operator() ( const TInput &  rayValue,
TOutput &  output,
const double  stepLengthInVoxel,
const double  voxelSize,
const TCoordRepType  weight 
) const
inline

Definition at line 128 of file rtkJosephBackProjectionImageFilter.h.

◆ operator==()

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

Definition at line 122 of file rtkJosephBackProjectionImageFilter.h.


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