18 #ifndef itkImageAndPathToImageFilter_h
19 #define itkImageAndPathToImageFilter_h
38 template<
typename TInputImage,
typename TInputPath,
typename TOutputImage >
73 itkStaticConstMacro(InputImageDimension,
unsigned int,
74 TInputImage::ImageDimension);
75 itkStaticConstMacro(OutputImageDimension,
unsigned int,
76 TOutputImage::ImageDimension);
80 virtual void SetImageInput(
const TInputImage *image);
84 virtual void SetPathInput(
const TInputPath *path);
95 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
102 #ifndef ITK_MANUAL_INSTANTIATION
103 #include "itkImageAndPathToImageFilter.hxx"
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TOutputImage OutputImageType
Light weight base class for most itk classes.
virtual ~ImageAndPathToImageFilter() override
Superclass::OutputType OutputType
InputPathType::OffsetType InputPathOffsetType
InputPathType::IndexType InputPathIndexType
InputPathType::InputType InputPathInputType
OutputImageType::RegionType OutputImageRegionType
Superclass::InputType InputType
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
ImageAndPathToImageFilter Self
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.
OutputImageType::PixelType OutputImagePixelType
InputImageType::RegionType InputImageRegionType