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

#include <rtkMaximumIntensityProjectionImageFilter.h>

Public Types

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

Public Member Functions

bool operator!= (const MaximumIntensityProjectedValueAccumulation &) 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 MaximumIntensityProjectedValueAccumulation &other) const
 

Detailed Description

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

Function to calculate maximum intensity step along the ray projection.

Author
Mikhail Polkovnikov

Definition at line 77 of file rtkMaximumIntensityProjectionImageFilter.h.

Member Typedef Documentation

◆ VectorType

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

Definition at line 80 of file rtkMaximumIntensityProjectionImageFilter.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 83 of file rtkMaximumIntensityProjectionImageFilter.h.

◆ operator()()

template<class TInput , class TOutput >
void rtk::Functor::MaximumIntensityProjectedValueAccumulation< 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 94 of file rtkMaximumIntensityProjectionImageFilter.h.

◆ operator==()

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

Definition at line 88 of file rtkMaximumIntensityProjectionImageFilter.h.


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