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

#include <rtkJosephForwardProjectionImageFilter.h>

Public Types

using VectorType = itk::Vector< double, 3 >
 

Public Member Functions

bool operator!= (const SumAlongRay &) const
 
void operator() (const ThreadIdType, TOutput &sumValue, const TInput volumeValue, const VectorType &)
 
bool operator== (const SumAlongRay &other) const
 
 SumAlongRay ()=default
 
 ~SumAlongRay ()=default
 

Detailed Description

template<class TInput, class TOutput>
class rtk::Functor::SumAlongRay< TInput, TOutput >

Function to compute the attenuation correction on the projection.

Author
Antoine Robert

Definition at line 78 of file rtkJosephForwardProjectionImageFilter.h.

Member Typedef Documentation

◆ VectorType

template<class TInput , class TOutput >
using rtk::Functor::SumAlongRay< TInput, TOutput >::VectorType = itk::Vector<double, 3>

Definition at line 81 of file rtkJosephForwardProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ SumAlongRay()

template<class TInput , class TOutput >
rtk::Functor::SumAlongRay< TInput, TOutput >::SumAlongRay ( )
default

◆ ~SumAlongRay()

template<class TInput , class TOutput >
rtk::Functor::SumAlongRay< TInput, TOutput >::~SumAlongRay ( )
default

Member Function Documentation

◆ operator!=()

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

Definition at line 86 of file rtkJosephForwardProjectionImageFilter.h.

◆ operator()()

template<class TInput , class TOutput >
void rtk::Functor::SumAlongRay< TInput, TOutput >::operator() ( const ThreadIdType  ,
TOutput &  sumValue,
const TInput  volumeValue,
const VectorType  
)
inline

Definition at line 97 of file rtkJosephForwardProjectionImageFilter.h.

◆ operator==()

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

Definition at line 91 of file rtkJosephForwardProjectionImageFilter.h.


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