18#ifndef itkPolylineMaskImageFilter_h
19#define itkPolylineMaskImageFilter_h
37template <
typename TInputImage,
typename TPolyline,
typename TVector,
typename TOutputImage>
56 static constexpr unsigned int NDimensions = TInputImage::ImageDimension;
58 static constexpr unsigned int InputDimension = 3;
107 itkSetMacro(FocalDistance,
double);
108 itkGetConstMacro(FocalDistance,
double);
124#ifdef ITK_USE_CONCEPT_CHECKING
149 double m_FocalDistance{ 0.0 };
153#ifndef ITK_MANUAL_INSTANTIATION
154# include "itkPolylineMaskImageFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Implements image masking operation constrained by a polyline on a plane perpendicular to certain view...
void SetInput2(const PolylineType *input)
ProjPlanePointType TransformProjectPoint(PointType inputPoint)
void SetInput1(const InputImageType *input)
~PolylineMaskImageFilter() override=default
void GenerateData() override
void PrintSelf(std::ostream &os, Indent indent) const override
PolylineMaskImageFilter()
void GenerateRotationMatrix()
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....