18 #ifndef itkPolylineMaskImageFilter_h
19 #define itkPolylineMaskImageFilter_h
36 template<
typename TInputImage,
typename TPolyline,
typename TVector,
37 typename TOutputImage >
55 TInputImage::ImageDimension);
98 itkSetMacro(CameraCenterPoint,
PointType);
99 itkGetConstMacro(CameraCenterPoint,
PointType);
103 itkSetMacro(FocalDistance,
double);
104 itkGetConstMacro(FocalDistance,
double);
118 #ifdef ITK_USE_CONCEPT_CHECKING
128 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
134 void operator=(const Self &);
154 #ifndef ITK_MANUAL_INSTANTIATION
155 #include "itkPolylineMaskImageFilter.hxx"
ImageToImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
OutputImageType::PixelType OutputImagePixelType
Matrix< double, itkGetStaticConstMacro(InputDimension), itkGetStaticConstMacro(InputDimension) > MatrixType
Point< double, 2 > ProjPlanePointType
static const unsigned int NDimensions
OutputImageType::Pointer OutputImagePointer
Base class for all process objects that output image data.
Point< double, 3 > PointType
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Implements image masking operation constrained by a polyline on a plane perpendicular to certain view...
InputImageType::RegionType InputImageRegionType
InputImageType::PixelType InputImagePixelType
virtual void GenerateData() override
TOutputImage OutputImageType
TInputImage InputImageType
void GenerateRotationMatrix()
static const unsigned int InputDimension
InputImageType::ConstPointer InputImagePointer
PointType m_CameraCenterPoint
PolylineMaskImageFilter()
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
Control indentation during Print() invocation.
PolylineMaskImageFilter Self
void SetInput1(const InputImageType *image)
MatrixType m_RotationMatrix
void SetInput2(const PolylineType *polyline)
ProjPlanePointType m_FocalPoint
#define itkConceptMacro(name, concept)
virtual ~PolylineMaskImageFilter()
SmartPointer< const Self > ConstPointer
ProjPlanePointType TransformProjectPoint(PointType inputPoint)
OutputImageType::RegionType OutputImageRegionType