|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageAndPathToImageFilter_h
19 #define itkImageAndPathToImageFilter_h
39 template <
typename TInputImage,
typename TInputPath,
typename TOutputImage>
75 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
76 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
80 SetImageInput(
const TInputImage * image);
85 SetPathInput(
const TInputPath * path);
94 GetNonConstImageInput();
96 GetNonConstPathInput();
101 PrintSelf(std::ostream & os,
Indent indent)
const override;
105 #ifndef ITK_MANUAL_INSTANTIATION
106 # include "itkImageAndPathToImageFilter.hxx"
Base class for filters that take both a path and an image as input and produce a path as output.
typename OutputImageType::Pointer OutputImagePointer
typename InputPathType::OutputType InputPathOutputType
typename Superclass::OutputType OutputType
typename InputPathType::Pointer InputPathPointer
typename InputPathType::InputType InputPathInputType
typename InputPathType::IndexType InputPathIndexType
typename InputPathType::OffsetType InputPathOffsetType
Control indentation during Print() invocation.
typename InputImageType::PixelType InputImagePixelType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Light weight base class for most itk classes.
typename InputPathType::ConstPointer InputPathConstPointer
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image.
typename OutputImageType::RegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename OutputImageType::PixelType OutputImagePixelType
typename Superclass::InputType InputType
typename InputImageType::RegionType InputImageRegionType