21 #ifndef otbPersistentFilterStreamingDecorator_h
22 #define otbPersistentFilterStreamingDecorator_h
25 #include "itkProcessObject.h"
46 template <
class TFilter>
65 typedef typename FilterType::InputImageType
ImageType;
87 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
102 #ifndef OTB_MANUAL_INSTANTIATION
This filter link a persistent filter with a StreamingImageVirtualWriter.
PersistentFilterStreamingDecorator(const Self &)=delete
itk::SmartPointer< const Self > ConstPointer
~PersistentFilterStreamingDecorator() override
PersistentFilterStreamingDecorator Self
StreamerType::Pointer StreamerPointerType
itk::SmartPointer< Self > Pointer
FilterType::Pointer FilterPointerType
itk::ProcessObject Superclass
StreamingImageVirtualWriter< ImageType > StreamerType
itkGetObjectMacro(Streamer, StreamerType)
void Update(void) override
void PrintSelf(std::ostream &os, itk::Indent indent) const override
StreamerPointerType m_Streamer
Object responsible for streaming.
FilterPointerType m_Filter
Object responsible for computation.
PersistentFilterStreamingDecorator()
itkGetObjectMacro(Filter, FilterType)
FilterType::InputImageType ImageType
void GenerateData(void) override
void operator=(const Self &)=delete
This class acts like a StreamingImageFileWriter, but without actually writing data to the disk.
itk::SmartPointer< Self > Pointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.