18 #ifndef itkImageAndPathToImageFilter_h
19 #define itkImageAndPathToImageFilter_h
38 template<
typename TInputImage,
typename TInputPath,
typename TOutputImage >
74 TInputImage::ImageDimension);
76 TOutputImage::ImageDimension);
95 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
103 #ifndef ITK_MANUAL_INSTANTIATION
104 #include "itkImageAndPathToImageFilter.hxx"
ImageAndPathToImageFilter()
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TOutputImage OutputImageType
InputImageType * GetNonConstImageInput()
Light weight base class for most itk classes.
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::OutputType OutputType
InputPathType::OffsetType InputPathOffsetType
InputPathType::IndexType InputPathIndexType
InputPathType::InputType InputPathInputType
OutputImageType::RegionType OutputImageRegionType
void operator=(const Self &)
Superclass::InputType InputType
const InputImageType * GetImageInput()
virtual void SetPathInput(const TInputPath *path)
InputImageType::ConstPointer InputImagePointer
InputPathType::OutputType InputPathOutputType
SmartPointer< Self > Pointer
InputImageType::PixelType InputImagePixelType
InputPathType::Pointer InputPathPointer
OutputImageType::Pointer OutputImagePointer
Base class for filters that take both a path and an image as input and produce a path as output...
TInputImage InputImageType
InputPathType::ConstPointer InputPathConstPointer
static const unsigned int OutputImageDimension
ImageAndPathToImageFilter Self
virtual void SetImageInput(const TInputImage *image)
static const unsigned int InputImageDimension
SmartPointer< const Self > ConstPointer
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
InputPathType * GetNonConstPathInput()
const InputPathType * GetPathInput()
virtual ~ImageAndPathToImageFilter()
OutputImageType::PixelType OutputImagePixelType
InputImageType::RegionType InputImageRegionType