ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | Functions
itkGPUBinaryThresholdImageFilter.h File Reference

Go to the source code of this file.

Classes

class  itk::Functor::GPUBinaryThreshold< TInput, TOutput >
class  itk::GPUBinaryThresholdImageFilter< TInputImage, TOutputImage >
 GPU version of binary threshold image filter. More...
class  itk::GPUBinaryThresholdImageFilterFactory

Namespaces

namespace  itk
namespace  itk::Functor

Macros

#define OverrideThresholdFilterTypeMacro(ipt, opt, dm)

Functions

 itk::itkGPUKernelClassMacro (GPUBinaryThresholdImageFilterKernel)

Macro Definition Documentation

#define OverrideThresholdFilterTypeMacro (   ipt,
  opt,
  dm 
)
Value:
{ \
typedef itk::Image<ipt,dm> InputImageType; \
typedef itk::Image<opt,dm> OutputImageType; \
this->RegisterOverride( \
"GPU Binary Threshold Image Filter Override", \
true, \
itk::CreateObjectFunction<GPUBinaryThresholdImageFilter<InputImageType,OutputImageType> >::New() ); \
}

Definition at line 186 of file itkGPUBinaryThresholdImageFilter.h.

Referenced by itk::GPUBinaryThresholdImageFilterFactory::GPUBinaryThresholdImageFilterFactory().