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