#include <itkGPUBinaryThresholdImageFilter.h>
Definition at line 33 of file itkGPUBinaryThresholdImageFilter.h.
Inheritance diagram for itk::Functor::GPUBinaryThreshold< TInput, TOutput >:
Collaboration diagram for itk::Functor::GPUBinaryThreshold< TInput, TOutput >:Public Member Functions | |
| GPUBinaryThreshold () | |
| int | SetGPUKernelArguments (GPUKernelManager::Pointer KernelManager, int KernelHandle) override |
| void | SetInsideValue (const TOutput &value) |
| void | SetLowerThreshold (const TInput &thresh) |
| void | SetOutsideValue (const TOutput &value) |
| void | SetUpperThreshold (const TInput &thresh) |
| ~GPUBinaryThreshold () override=default | |
Public Member Functions inherited from itk::Functor::GPUFunctorBase | |
| GPUFunctorBase ()=default | |
| virtual | ~GPUFunctorBase ()=default |
Private Attributes | |
| TOutput | m_InsideValue {} |
| TInput | m_LowerThreshold {} |
| TOutput | m_OutsideValue {} |
| TInput | m_UpperThreshold {} |
|
inline |
Definition at line 36 of file itkGPUBinaryThresholdImageFilter.h.
References m_InsideValue, m_LowerThreshold, m_OutsideValue, m_UpperThreshold, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
overridedefault |
|
inlineoverridevirtual |
Setup GPU kernel arguments for this functor. Returns current argument index to set additional arguments in the GPU kernel
Implements itk::Functor::GPUFunctorBase.
Definition at line 70 of file itkGPUBinaryThresholdImageFilter.h.
References m_InsideValue, m_LowerThreshold, m_OutsideValue, and m_UpperThreshold.
|
inline |
Definition at line 57 of file itkGPUBinaryThresholdImageFilter.h.
References m_InsideValue.
|
inline |
Definition at line 47 of file itkGPUBinaryThresholdImageFilter.h.
References m_LowerThreshold.
|
inline |
Definition at line 62 of file itkGPUBinaryThresholdImageFilter.h.
References m_OutsideValue.
|
inline |
Definition at line 52 of file itkGPUBinaryThresholdImageFilter.h.
References m_UpperThreshold.
|
private |
Definition at line 82 of file itkGPUBinaryThresholdImageFilter.h.
Referenced by GPUBinaryThreshold(), SetGPUKernelArguments(), and SetInsideValue().
|
private |
Definition at line 80 of file itkGPUBinaryThresholdImageFilter.h.
Referenced by GPUBinaryThreshold(), SetGPUKernelArguments(), and SetLowerThreshold().
|
private |
Definition at line 83 of file itkGPUBinaryThresholdImageFilter.h.
Referenced by GPUBinaryThreshold(), SetGPUKernelArguments(), and SetOutsideValue().
|
private |
Definition at line 81 of file itkGPUBinaryThresholdImageFilter.h.
Referenced by GPUBinaryThreshold(), SetGPUKernelArguments(), and SetUpperThreshold().