18 #ifndef __itkImageToPathFilter_h 19 #define __itkImageToPathFilter_h 22 #include "itkPathSource.h" 35 template <
class TInputImage,
class TOutputPath>
56 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
59 using Superclass::SetInput;
60 virtual void SetInput(
const InputImageType *
image);
61 virtual void SetInput(
unsigned int,
const TInputImage *
image);
62 const InputImageType *GetInput(
void);
63 const InputImageType *GetInput(
unsigned int idx);
69 void PrintSelf(std::ostream &os, Indent indent)
const override;
73 void operator=(
const Self &);
78 #ifndef ITK_MANUAL_INSTANTIATION TInputImage InputImageType
Base class for filters that take an image as input and produce an path as output. ...
InputImageType::Pointer InputImagePointer
SmartPointer< Self > Pointer
mitk::Image::Pointer image
PathSource< TOutputPath > Superclass
InputImageType::RegionType InputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
InputImageType::PixelType InputImagePixelType
SmartPointer< const Self > ConstPointer