18#ifndef itkVideoToVideoFilter_h
19#define itkVideoToVideoFilter_h
44template <
typename TInputV
ideoStream,
typename TOutputV
ideoStream>
60 using typename Superclass::OutputFrameType;
61 using typename Superclass::OutputFrameSpatialRegionType;
79 using Superclass::SetInput;
144#ifndef ITK_MANUAL_INSTANTIATION
145# include "itkVideoToVideoFilter.hxx"
Base class for all data objects in ITK.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
A TemporalProcessObject that produces a VideoStream.
TOutputVideoStream OutputVideoStreamType
Base class for filters that use a VideoStream as input and output.
InputVideoStreamType * GetInput()
typename InputVideoStreamType::FrameType InputFrameType
typename InputVideoStreamType::SpatialRegionType InputFrameSpatialRegionType
const InputVideoStreamType * GetInput() const
void GenerateOutputRequestedRegion(DataObject *output) override
TInputVideoStream InputVideoStreamType
~VideoToVideoFilter() override=default
typename InputVideoStreamType::PixelType InputFramePixelType
InputVideoStreamType * GetInput(unsigned int idx)
virtual void SetInput(unsigned int idx, const InputVideoStreamType *videoStream)
typename InputVideoStreamType::PointType InputFramePointType
typename InputVideoStreamType::IndexType InputFrameIndexType
void GenerateInputRequestedRegion() override
typename InputVideoStreamType::SizeType InputFrameSizeType
void BeforeTemporalStreamingGenerateData() override
const InputVideoStreamType * GetInput(unsigned int idx) const
typename InputVideoStreamType::SpacingType InputFrameSpacingType
void UpdateOutputInformation() override
virtual void SetInput(const InputVideoStreamType *videoStream)
typename InputVideoStreamType::DirectionType InputFrameDirectionType
void PrintSelf(std::ostream &os, Indent indent) const override
Implements a weak reference to an object.
ImageBaseType::DirectionType DirectionType
ImageBaseType::IndexType IndexType
ImageBaseType::PointType PointType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....