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

#include <rtkJosephBackProjectionImageFilter.h>

Public Types

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

Public Member Functions

bool operator!= (const ValueAlongRay &) const
 
const TOutput & operator() (const TInput &rayValue, const TInput, const VectorType &, bool) const
 
bool operator== (const ValueAlongRay &other) const
 
 ValueAlongRay ()=default
 
 ~ValueAlongRay ()=default
 

Detailed Description

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

Definition at line 75 of file rtkJosephBackProjectionImageFilter.h.

Member Typedef Documentation

◆ VectorType

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

Definition at line 78 of file rtkJosephBackProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ ValueAlongRay()

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

◆ ~ValueAlongRay()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 83 of file rtkJosephBackProjectionImageFilter.h.

◆ operator()()

template<class TInput , class TOutput >
const TOutput& rtk::Functor::ValueAlongRay< TInput, TOutput >::operator() ( const TInput &  rayValue,
const TInput  ,
const VectorType ,
bool   
) const
inline

Definition at line 94 of file rtkJosephBackProjectionImageFilter.h.

◆ operator==()

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

Definition at line 88 of file rtkJosephBackProjectionImageFilter.h.


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