|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageToPathFilter_h
19 #define itkImageToPathFilter_h
42 template <
typename TInputImage,
typename TOutputPath>
65 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
68 using Superclass::SetInput;
73 SetInput(
unsigned int,
const TInputImage * image);
79 GetInput(
unsigned int idx);
86 PrintSelf(std::ostream & os,
Indent indent)
const override;
90 #ifndef ITK_MANUAL_INSTANTIATION
91 # include "itkImageToPathFilter.hxx"
Base class for all process objects that output path data.
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::PixelType InputImagePixelType
TInputImage InputImageType
Control indentation during Print() invocation.
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an path as output.
Light weight base class for most itk classes.
ImageBaseType::RegionType RegionType
typename InputImageType::Pointer InputImagePointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....