18 #ifndef itkPathAndImageToPathFilter_h
19 #define itkPathAndImageToPathFilter_h
37 template<
typename TInputPath,
typename TInputImage,
typename TOutputPath >
76 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
79 virtual void SetPathInput(
const TInputPath *path);
84 virtual void SetImageInput(
const TInputImage *image);
92 void PrintSelf(std::ostream & os,
Indent indent)
const override;
101 void GenerateInputRequestedRegion()
override;
106 #ifndef ITK_MANUAL_INSTANTIATION
107 #include "itkPathAndImageToPathFilter.hxx"
Light weight base class for most itk classes.
typename OutputPathType::OutputType OutputPathOutputType
typename OutputPathType::InputType OutputPathInputType
Superclass::InputType InputType
typename InputPathType::OutputType InputPathOutputType
Superclass::OutputType OutputType
Base class for filters that take both a path and an image as input and produce a path as output...
typename OutputPathType::Pointer OutputPathPointer
typename InputImageType::ConstPointer InputImagePointer
typename InputPathType::IndexType InputPathIndexType
typename InputImageType::RegionType InputImageRegionType
Represent an orthogonally corrected 2D parametric path.
typename InputImageType::PixelType InputImagePixelType
TFourierSeriesPath InputPathType
TSwathMeritImage InputImageType
ImageBaseType::IndexType IndexType
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image...
typename InputPathType::ConstPointer InputPathConstPointer
typename OutputPathType::OffsetType OutputPathOffsetType
Base class for filters that take a path as input and produce a path as output.
typename InputPathType::Pointer InputPathPointer
typename InputPathType::OffsetType InputPathOffsetType
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
typename OutputPathType::IndexType OutputPathIndexType
typename InputPathType::InputType InputPathInputType