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