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