4 #include <itkImageToImageFilter.h> 5 #include <itkVectorImage.h> 11 template <
typename TInputPixelType>
13 public itk::ImageToImageFilter< itk::VectorImage<TInputPixelType, 3> , itk::Image <TInputPixelType, 3> >
20 typedef itk::ImageToImageFilter< TInputImage, TOutputImage >
Superclass;
46 bool isZero(InputImagePixel &testVal)
49 for (
unsigned int i = 0;i < testVal.GetSize();++i)
itk::Image< TInputPixelType, 3 > TOutputImage
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE
itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
Superclass::OutputImageRegionType OutputImageRegionType
TInputImage::Pointer InputImagePointer
bool isZero(InputImagePixel &testVal)
virtual ~GeneralizedFAImageFilter()
itk::SmartPointer< const Self > ConstPointer
itk::VectorImage< TInputPixelType, 3 > TInputImage
TOutputImage::Pointer OutputImagePointer
TInputImage::PixelType InputImagePixel
GeneralizedFAImageFilter Self
itk::SmartPointer< Self > Pointer
GeneralizedFAImageFilter()