18 #ifndef itkImageAndPathToImageFilter_h
19 #define itkImageAndPathToImageFilter_h
38 template<
typename TInputImage,
typename TInputPath,
typename TOutputImage >
75 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
76 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
79 virtual void SetImageInput(
const TInputImage *image);
83 virtual void SetPathInput(
const TInputPath *path);
94 void PrintSelf(std::ostream & os,
Indent indent)
const override;
98 #ifndef ITK_MANUAL_INSTANTIATION
99 #include "itkImageAndPathToImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
Light weight base class for most itk classes.
typename InputPathType::IndexType InputPathIndexType
typename InputPathType::OutputType InputPathOutputType
typename Superclass::InputType InputType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputPathType::OffsetType InputPathOffsetType
typename InputImageType::Pointer InputImagePointer
Base class for filters that take both a path and an image as input and produce a path as output...
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
typename InputPathType::ConstPointer InputPathConstPointer
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image...
typename InputImageType::RegionType InputImageRegionType
typename InputPathType::InputType InputPathInputType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
typename InputPathType::Pointer InputPathPointer
typename Superclass::OutputType OutputType
ImageBaseType::RegionType RegionType