![]() |
ITK
4.2.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 >: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 () | |
| ~GPUFunctorBase () | |
Private Attributes | |
| TOutput | m_InsideValue |
| TInput | m_LowerThreshold |
| TOutput | m_OutsideValue |
| TInput | m_UpperThreshold |
Definition at line 38 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 41 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 49 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 71 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 60 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 52 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 64 of file itkGPUBinaryThresholdImageFilter.h.
|
inline |
Definition at line 56 of file itkGPUBinaryThresholdImageFilter.h.
|
private |
Definition at line 84 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 82 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 85 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 83 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.1