|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageToVideoFilter_h
19 #define itkImageToVideoFilter_h
50 template <
typename TInputImage,
51 typename TOutputVideoStream =
52 VideoStream<Image<
typename TInputImage::PixelType, TInputImage::ImageDimension - 1>>>
78 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
86 using Superclass::SetInput;
98 GetInput(
unsigned int idx)
const;
111 PrintSelf(std::ostream & os,
Indent indent)
const override;
120 GetInput(
unsigned int idx);
126 GenerateOutputInformation()
override;
133 UpdateOutputInformation()
override;
139 GenerateOutputRequestedRegion(
DataObject * output)
override;
145 GenerateInputRequestedRegion()
override;
149 GenerateData()
override;
162 #ifndef ITK_MANUAL_INSTANTIATION
163 # include "itkImageToVideoFilter.hxx"
166 #endif // itkImageToVideoFilter_h
SmartPointer< Self > Pointer
typename InputImageType::IndexType InputImageIndexType
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
Converts Image to VideoStream representation with a temporal axis.
Control indentation during Print() invocation.
typename InputImageType::RegionType InputImageRegionType
ImageBaseType::IndexType IndexType
Light weight base class for most itk classes.
typename TOutputVideoStream::TemporalRegionType OutputTemporalRegionType
typename InputImageType::PixelType InputImagePixelType
ImageBaseType::RegionType RegionType
typename InputImageType::Pointer InputImagePointer
TOutputVideoStream OutputVideoStreamType
typename Superclass::OutputFrameSpatialRegionType OutputFrameSpatialRegionType
Implements a weak reference to an object.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename Superclass::OutputFrameType OutputFrameType
typename InputImageType::ConstPointer InputImageConstPointer
A TemporalProcessObject that produces a VideoStream.
Base class for all data objects in ITK.