18#ifndef itkPathAndImageToPathFilter_h
19#define itkPathAndImageToPathFilter_h
38template <
typename TInputPath,
typename TInputImage,
typename TOutputPath>
76 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
112#ifndef ITK_MANUAL_INSTANTIATION
113# include "itkPathAndImageToPathFilter.hxx"
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Base class for filters that take both a path and an image as input and produce a path as output.
typename OutputPathType::OffsetType OutputPathOffsetType
typename InputPathType::InputType InputPathInputType
typename InputPathType::ConstPointer InputPathConstPointer
typename InputImageType::RegionType InputImageRegionType
typename OutputPathType::IndexType OutputPathIndexType
virtual void SetPathInput(const TInputPath *path)
typename InputPathType::Pointer InputPathPointer
~PathAndImageToPathFilter() override=default
typename OutputPathType::Pointer OutputPathPointer
typename InputPathType::OutputType InputPathOutputType
typename InputPathType::OffsetType InputPathOffsetType
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputPathType::IndexType InputPathIndexType
typename OutputPathType::OutputType OutputPathOutputType
TInputImage InputImageType
void GenerateInputRequestedRegion() override
TOutputPath OutputPathType
typename InputImageType::ConstPointer InputImagePointer
const InputPathType * GetPathInput()
virtual void SetImageInput(const TInputImage *image)
typename InputImageType::PixelType InputImagePixelType
typename OutputPathType::InputType OutputPathInputType
const InputImageType * GetImageInput()
PathAndImageToPathFilter()
Base class for filters that take a path as input and produce a path as output.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....