18 #ifndef itkVideoToVideoFilter_h
19 #define itkVideoToVideoFilter_h
43 template<
typename TInputV
ideoStream,
typename TOutputV
ideoStream >
130 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
134 VideoToVideoFilter(const
Self &);
135 void operator=(const Self &);
141 #ifndef ITK_MANUAL_INSTANTIATION
142 #include "itkVideoToVideoFilter.hxx"
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
VideoToVideoFilter< InputVideoStreamType, OutputVideoStreamType > Self
virtual void GenerateInputRequestedRegion() override
VideoSource< OutputVideoStreamType > Superclass
SmartPointer< Self > Pointer
virtual void UpdateOutputInformation() override
Superclass::OutputFrameType OutputFrameType
Implements a weak reference to an object.
A TemporalProcessObject that produces a VideoStream.
virtual void PrintSelf(std::ostream &os, Indent indent) const override
TVideoStream OutputVideoStreamType
InputVideoStreamType::PointType InputFramePointType
virtual void GenerateOutputRequestedRegion(DataObject *output) override
InputVideoStreamType::PixelType InputFramePixelType
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
TOutputVideoStream OutputVideoStreamType
virtual void BeforeTemporalStreamingGenerateData() override
OutputVideoStreamType::SpatialRegionType OutputFrameSpatialRegionType
InputVideoStreamType::IndexType InputFrameIndexType
Base class for filters that use a VideoStream as input and output.
OutputVideoStreamType::FrameType OutputFrameType
InputVideoStreamType::DirectionType InputFrameDirectionType
Superclass::OutputFrameSpatialRegionType OutputFrameSpatialRegionType
InputVideoStreamType::SizeType InputFrameSizeType
InputVideoStreamType::FrameType InputFrameType
Control indentation during Print() invocation.
virtual void SetInput(const InputVideoStreamType *videoStream)
InputVideoStreamType::SpacingType InputFrameSpacingType
Base class for all data objects in ITK.
WeakPointer< const Self > ConstWeakPointer
InputVideoStreamType::SpatialRegionType InputFrameSpatialRegionType
const InputVideoStreamType * GetInput() const
TInputVideoStream InputVideoStreamType