|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPathAndImageToPathFilter_h
19 #define itkPathAndImageToPathFilter_h
38 template <
typename TInputPath,
typename TInputImage,
typename TOutputPath>
76 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
80 SetPathInput(
const TInputPath * path);
87 SetImageInput(
const TInputImage * image);
97 PrintSelf(std::ostream & os,
Indent indent)
const override;
107 GenerateInputRequestedRegion()
override;
112 #ifndef ITK_MANUAL_INSTANTIATION
113 # include "itkPathAndImageToPathFilter.hxx"
typename InputPathType::OffsetType InputPathOffsetType
typename InputPathType::ConstPointer InputPathConstPointer
typename InputImageType::RegionType InputImageRegionType
Represent an orthogonally corrected 2D parametric path.
typename OutputPathType::OffsetType OutputPathOffsetType
Superclass::InputType InputType
Base class for filters that take a path as input and produce a path as output.
typename InputPathType::Pointer InputPathPointer
Superclass::OutputType OutputType
Control indentation during Print() invocation.
typename InputPathType::OutputType InputPathOutputType
typename InputImageType::PixelType InputImagePixelType
ImageBaseType::IndexType IndexType
typename InputPathType::InputType InputPathInputType
Light weight base class for most itk classes.
ImageBaseType::RegionType RegionType
typename OutputPathType::IndexType OutputPathIndexType
Base class for filters that take both a path and an image as input and produce a path as output.
typename OutputPathType::OutputType OutputPathOutputType
TSwathMeritImage InputImageType
typename OutputPathType::InputType OutputPathInputType
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename InputPathType::IndexType InputPathIndexType
TFourierSeriesPath InputPathType
typename OutputPathType::Pointer OutputPathPointer
typename InputImageType::ConstPointer InputImagePointer