|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPolylineMask2DImageFilter_h
19 #define itkPolylineMask2DImageFilter_h
48 template <
typename TInputImage,
typename TPolyline,
typename TOutputImage>
67 static constexpr
unsigned int NDimensions = TInputImage::ImageDimension;
68 static constexpr
unsigned int NOutputDimensions = TOutputImage::ImageDimension;
93 #ifdef ITK_USE_CONCEPT_CHECKING
107 GenerateData()
override;
111 #ifndef ITK_MANUAL_INSTANTIATION
112 # include "itkPolylineMask2DImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::PixelType InputImagePixelType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
Implements 2D image masking operation constrained by a contour.
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType