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

#include <rtkJosephForwardProjectionImageFilter.h>

Public Types

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

Public Member Functions

bool operator!= (const ProjectedValueAccumulation &) const
 
void operator() (const ThreadIdType, const TInput &input, TOutput &output, const TOutput &rayCastValue, const VectorType &stepInMM, const VectorType &, const VectorType &, const VectorType &, const VectorType &) const
 
bool operator== (const ProjectedValueAccumulation &other) const
 
 ProjectedValueAccumulation ()=default
 
 ~ProjectedValueAccumulation ()=default
 

Detailed Description

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

Function to accumulate the ray casting on the projection.

Author
Simon Rit

Definition at line 114 of file rtkJosephForwardProjectionImageFilter.h.

Member Typedef Documentation

◆ VectorType

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

Definition at line 117 of file rtkJosephForwardProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ ProjectedValueAccumulation()

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

◆ ~ProjectedValueAccumulation()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 122 of file rtkJosephForwardProjectionImageFilter.h.

◆ operator()()

template<class TInput , class TOutput >
void rtk::Functor::ProjectedValueAccumulation< TInput, TOutput >::operator() ( const ThreadIdType  ,
const TInput &  input,
TOutput &  output,
const TOutput &  rayCastValue,
const VectorType stepInMM,
const VectorType ,
const VectorType ,
const VectorType ,
const VectorType  
) const
inline

Definition at line 133 of file rtkJosephForwardProjectionImageFilter.h.

◆ operator==()

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

Definition at line 127 of file rtkJosephForwardProjectionImageFilter.h.


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