ITK  4.3.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | Functions
itkGPUMeanImageFilter.h File Reference

Go to the source code of this file.

Classes

class  itk::GPUMeanImageFilter< TInputImage, TOutputImage >
 GPU-enabled implementation of the MeanImageFilter. More...
 
class  itk::GPUMeanImageFilterFactory
 Object Factory implemenatation for GPUMeanImageFilter. More...
 

Namespaces

namespace  itk
 

Macros

#define OverrideMeanFilterTypeMacro(ipt, opt, dm)
 

Functions

 itk::itkGPUKernelClassMacro (GPUMeanImageFilterKernel)
 

Macro Definition Documentation

#define OverrideMeanFilterTypeMacro (   ipt,
  opt,
  dm 
)
Value:
{ \
typedef Image<ipt,dm> InputImageType; \
typedef Image<opt,dm> OutputImageType; \
this->RegisterOverride( \
typeid(MeanImageFilter<InputImageType,OutputImageType>).name(), \
typeid(GPUMeanImageFilter<InputImageType,OutputImageType>).name(), \
"GPU Mean Image Filter Override", \
true, \
CreateObjectFunction<GPUMeanImageFilter<InputImageType,OutputImageType> >::New() ); \
}

Definition at line 136 of file itkGPUMeanImageFilter.h.

Referenced by itk::GPUMeanImageFilterFactory::GPUMeanImageFilterFactory().