18 #ifndef itkPathAndImageToPathFilter_h
19 #define itkPathAndImageToPathFilter_h
37 template<
typename TInputPath,
typename TInputImage,
typename TOutputPath >
75 TInputImage::ImageDimension);
91 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
104 void operator=(const Self &);
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkPathAndImageToPathFilter.hxx"
Light weight base class for most itk classes.
Represent the offset between two n-dimensional indexes in a n-dimensional image.
OutputPathType::IndexType OutputPathIndexType
PathToPathFilter< TInputPath, TOutputPath > Superclass
InputPathType::OutputType InputPathOutputType
Superclass::OutputType OutputType
virtual void SetImageInput(const TInputImage *image)
TInputImage InputImageType
Base class for filters that take both a path and an image as input and produce a path as output...
OutputPathType::InputType OutputPathInputType
PathAndImageToPathFilter Self
InputPathType::OffsetType InputPathOffsetType
InputPathType::InputType InputPathInputType
Superclass::InputType InputType
virtual void GenerateInputRequestedRegion() override
InputPathType::Pointer InputPathPointer
InputPathType::ConstPointer InputPathConstPointer
TOutputPath OutputPathType
virtual void SetPathInput(const TInputPath *path)
const InputImageType * GetImageInput()
OutputPathType::OutputType OutputPathOutputType
PathAndImageToPathFilter()
Base class for filters that take a path as input and produce a path as output.
static const unsigned int InputImageDimension
OutputPathType::Pointer OutputPathPointer
InputImageType::ConstPointer InputImagePointer
OutputPathType::OffsetType OutputPathOffsetType
SmartPointer< const Self > ConstPointer
virtual void PrintSelf(std::ostream &os, Indent indent) const override
virtual ~PathAndImageToPathFilter()
Control indentation during Print() invocation.
InputPathType::IndexType InputPathIndexType
InputImageType::PixelType InputImagePixelType
Represent a n-dimensional index in a n-dimensional image.
InputImageType::RegionType InputImageRegionType
SmartPointer< Self > Pointer
const InputPathType * GetPathInput()