21 #ifndef otbPersistentImageFilter_h
22 #define otbPersistentImageFilter_h
24 #include "itkImageToImageFilter.h"
46 template <
class TInputImage,
class TOutputImage>
52 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
66 virtual void Reset(
void) = 0;
71 virtual void Synthetize(
void) = 0;
85 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
87 Superclass::PrintSelf(os, indent);
92 void operator=(
const Self&) =
delete;