18#ifndef itkImageAndPathToImageFilter_h
19#define itkImageAndPathToImageFilter_h
39template <
typename TInputImage,
typename TInputPath,
typename TOutputImage>
75 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
76 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
105#ifndef ITK_MANUAL_INSTANTIATION
106# include "itkImageAndPathToImageFilter.hxx"
Base class for filters that take both a path and an image as input and produce a path as output.
InputPathType * GetNonConstPathInput()
typename InputPathType::ConstPointer InputPathConstPointer
virtual void SetPathInput(const TInputPath *path)
const InputPathType * GetPathInput()
void PrintSelf(std::ostream &os, Indent indent) const override
const InputImageType * GetImageInput()
typename InputPathType::OutputType InputPathOutputType
typename InputPathType::OffsetType InputPathOffsetType
virtual void SetImageInput(const TInputImage *image)
~ImageAndPathToImageFilter() override=default
typename InputPathType::IndexType InputPathIndexType
typename InputPathType::Pointer InputPathPointer
typename InputPathType::InputType InputPathInputType
ImageAndPathToImageFilter()
InputImageType * GetNonConstImageInput()
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....