18 #ifndef __itkImageFilterToVideoFilterWrapper_h
19 #define __itkImageFilterToVideoFilterWrapper_h
38 template<
class TImageToImageFilter>
41 itk::VideoStream<typename TImageToImageFilter::InputImageType>,
42 itk::VideoStream<typename TImageToImageFilter::OutputImageType> >
76 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
80 virtual void TemporalStreamingGenerateData();
87 void operator=(
const Self &);
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkImageFilterToVideoFilterWrapper.hxx"