ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::GPUBinaryThreshold< TInput, TOutput > Class Template Reference

#include <itkGPUBinaryThresholdImageFilter.h>

+ Inheritance diagram for itk::Functor::GPUBinaryThreshold< TInput, TOutput >:
+ Collaboration diagram for itk::Functor::GPUBinaryThreshold< TInput, TOutput >:

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::GPUBinaryThreshold< TInput, TOutput >

Definition at line 38 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
 

Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::GPUBinaryThreshold< TInput, TOutput >::GPUBinaryThreshold ( )
inline

Definition at line 41 of file itkGPUBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::GPUBinaryThreshold< TInput, TOutput >::~GPUBinaryThreshold ( )
inline

Definition at line 49 of file itkGPUBinaryThresholdImageFilter.h.

Member Function Documentation

template<class TInput, class TOutput>
int itk::Functor::GPUBinaryThreshold< TInput, TOutput >::SetGPUKernelArguments ( GPUKernelManager::Pointer  KernelManager,
int  KernelHandle 
)
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.

template<class TInput, class TOutput>
void itk::Functor::GPUBinaryThreshold< TInput, TOutput >::SetInsideValue ( const TOutput &  value)
inline

Definition at line 60 of file itkGPUBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::GPUBinaryThreshold< TInput, TOutput >::SetLowerThreshold ( const TInput &  thresh)
inline

Definition at line 52 of file itkGPUBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::GPUBinaryThreshold< TInput, TOutput >::SetOutsideValue ( const TOutput &  value)
inline

Definition at line 64 of file itkGPUBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::GPUBinaryThreshold< TInput, TOutput >::SetUpperThreshold ( const TInput &  thresh)
inline

Definition at line 56 of file itkGPUBinaryThresholdImageFilter.h.

Member Data Documentation

template<class TInput, class TOutput>
TOutput itk::Functor::GPUBinaryThreshold< TInput, TOutput >::m_InsideValue
private
template<class TInput, class TOutput>
TInput itk::Functor::GPUBinaryThreshold< TInput, TOutput >::m_LowerThreshold
private
template<class TInput, class TOutput>
TOutput itk::Functor::GPUBinaryThreshold< TInput, TOutput >::m_OutsideValue
private
template<class TInput, class TOutput>
TInput itk::Functor::GPUBinaryThreshold< TInput, TOutput >::m_UpperThreshold
private

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