#include <itkGPUBinaryThresholdImageFilter.h>
template<typename TInput, typename TOutput>
class itk::Functor::GPUBinaryThreshold< TInput, TOutput >
Definition at line 33 of file itkGPUBinaryThresholdImageFilter.h.
◆ GPUBinaryThreshold()
template<typename TInput, typename TOutput>
◆ ~GPUBinaryThreshold()
template<typename TInput, typename TOutput>
◆ SetGPUKernelArguments()
template<typename TInput, typename TOutput>
◆ SetInsideValue()
template<typename TInput, typename TOutput>
◆ SetLowerThreshold()
template<typename TInput, typename TOutput>
◆ SetOutsideValue()
template<typename TInput, typename TOutput>
◆ SetUpperThreshold()
template<typename TInput, typename TOutput>
◆ m_InsideValue
template<typename TInput, typename TOutput>
Setup GPU kernel arguments for this functor. Returns current argument index to set additional arguments in the GPU kernel
Definition at line 83 of file itkGPUBinaryThresholdImageFilter.h.
◆ m_LowerThreshold
template<typename TInput, typename TOutput>
Setup GPU kernel arguments for this functor. Returns current argument index to set additional arguments in the GPU kernel
Definition at line 81 of file itkGPUBinaryThresholdImageFilter.h.
◆ m_OutsideValue
template<typename TInput, typename TOutput>
Setup GPU kernel arguments for this functor. Returns current argument index to set additional arguments in the GPU kernel
Definition at line 84 of file itkGPUBinaryThresholdImageFilter.h.
◆ m_UpperThreshold
template<typename TInput, typename TOutput>
Setup GPU kernel arguments for this functor. Returns current argument index to set additional arguments in the GPU kernel
Definition at line 82 of file itkGPUBinaryThresholdImageFilter.h.
The documentation for this class was generated from the following file: