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