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;
85 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
87 Superclass::PrintSelf(os, indent);
This filter is the base class for all filter persisting data through multiple update....
itk::SmartPointer< const Self > ConstPointer
~PersistentImageFilter() override
virtual void Synthetize(void)=0
TInputImage InputImageType
itk::SmartPointer< Self > Pointer
TOutputImage OutputImageType
itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
PersistentImageFilter(const Self &)=delete
virtual void Reset(void)=0
virtual void VerifyInputInformation() const
void operator=(const Self &)=delete
void PrintSelf(std::ostream &os, itk::Indent indent) const override
PersistentImageFilter Self
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.