18#ifndef itkPathToPathFilter_h
19#define itkPathToPathFilter_h
37template <
typename TInputPath,
typename TOutputPath>
61 using Superclass::SetInput;
66 SetInput(
unsigned int,
const TInputPath * path);
94#ifndef ITK_MANUAL_INSTANTIATION
95# include "itkPathToPathFilter.hxx"
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Base class for all process objects that output path data.
Base class for filters that take a path as input and produce a path as output.
typename InputPathType::ConstPointer InputPathConstPointer
const InputPathType * GetInput(unsigned int idx)
void PrintSelf(std::ostream &os, Indent indent) const override
~PathToPathFilter() override=default
const InputPathType * GetInput()
typename InputPathType::Pointer InputPathPointer
virtual void SetInput(unsigned int, const TInputPath *path)
virtual void SetInput(const InputPathType *path)
void GenerateInputRequestedRegion() override
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....