![]() |
ITK
4.6.0
Insight Segmentation and Registration Toolkit
|
#include <itkGPUBinaryThresholdImageFilter.h>
Inheritance diagram for itk::Functor::GPUBinaryThreshold< TInput, TOutput >:
Collaboration diagram for itk::Functor::GPUBinaryThreshold< TInput, TOutput >:Definition at line 33 of file itkGPUBinaryThresholdImageFilter.h.
Public Member Functions | |
| GPUBinaryThreshold () | |
| void | SetInsideValue (const TOutput &value) |
| void | SetLowerThreshold (const TInput &thresh) |
| void | SetOutsideValue (const TOutput &value) |
| void | SetUpperThreshold (const TInput &thresh) |
| ~GPUBinaryThreshold () | |
| int | SetGPUKernelArguments (GPUKernelManager::Pointer KernelManager, int KernelHandle) |
Public Member Functions inherited from itk::Functor::GPUFunctorBase | |
| GPUFunctorBase () | |
| virtual | ~GPUFunctorBase () |
Private Attributes | |
| TOutput | m_InsideValue |
| TInput | m_LowerThreshold |
| TOutput | m_OutsideValue |
| TInput | m_UpperThreshold |
|
inline |
Definition at line 36 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 44 of file itkGPUBinaryThresholdImageFilter.h.
|
inlinevirtual |
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 66 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 55 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 47 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 59 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 51 of file itkGPUBinaryThresholdImageFilter.h.
|
private |
Definition at line 79 of file itkGPUBinaryThresholdImageFilter.h.
Referenced by itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::GPUBinaryThreshold(), itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetGPUKernelArguments(), and itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetInsideValue().
|
private |
Definition at line 77 of file itkGPUBinaryThresholdImageFilter.h.
Referenced by itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::GPUBinaryThreshold(), itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetGPUKernelArguments(), and itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetLowerThreshold().
|
private |
Definition at line 80 of file itkGPUBinaryThresholdImageFilter.h.
Referenced by itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::GPUBinaryThreshold(), itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetGPUKernelArguments(), and itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetOutsideValue().
|
private |
Definition at line 78 of file itkGPUBinaryThresholdImageFilter.h.
Referenced by itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::GPUBinaryThreshold(), itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetGPUKernelArguments(), and itk::Functor::GPUBinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetUpperThreshold().
1.8.5