16 #ifndef _itk_TensorToL2NormImageFilter_h_
17 #define _itk_TensorToL2NormImageFilter_h_
19 #include "itkImageToImageFilter.h"
24 template <
class TInputImage,
class TOutputImage>
26 :
public ImageToImageFilter<TInputImage, TOutputImage>
32 typedef ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
39 itkStaticConstMacro (ImageDimension,
unsigned int,
40 TOutputImage::ImageDimension);
42 itkFactorylessNewMacro(Self)
55 void PrintSelf (std::ostream& os, Indent indent)
const
57 Superclass::PrintSelf (os, indent);
61 void ThreadedGenerateData(
const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId);
66 void operator=(
const Self&);
74 #ifndef ITK_MANUAL_INSTANTIATION
TInputImage InputImageType
TensorToL2NormImageFilter Self
SmartPointer< const Self > ConstPointer
InputImageType::PixelType InputPixelType
SmartPointer< Self > Pointer
~TensorToL2NormImageFilter()
TOutputImage OutputImageType
OutputImageType::RegionType OutputImageRegionType
void PrintSelf(std::ostream &os, Indent indent) const
OutputImageType::PixelType OutputPixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass