18 #ifndef itkPathToPathFilter_h
19 #define itkPathToPathFilter_h
36 template<
typename TInputPath,
typename TOutputPath >
60 using Superclass::SetInput;
63 virtual void SetInput(
unsigned int,
const TInputPath *path);
73 void PrintSelf(std::ostream & os,
Indent indent)
const override;
82 void GenerateInputRequestedRegion()
override;
87 #ifndef ITK_MANUAL_INSTANTIATION
88 #include "itkPathToPathFilter.hxx"
Light weight base class for most itk classes.
Base class for all process objects that output path data.
TFourierSeriesPath InputPathType
typename InputPathType::Pointer InputPathPointer
typename InputPathType::ConstPointer InputPathConstPointer
Base class for filters that take a path as input and produce a path as output.
Control indentation during Print() invocation.