18 #ifndef itkPolylineMaskImageFilter_h
19 #define itkPolylineMaskImageFilter_h
36 template<
typename TInputImage,
typename TPolyline,
typename TVector,
37 typename TOutputImage >
54 itkStaticConstMacro(NDimensions,
unsigned int,
55 TInputImage::ImageDimension);
57 itkStaticConstMacro(InputDimension,
unsigned int, 3);
99 itkSetMacro(CameraCenterPoint,
PointType);
100 itkGetConstMacro(CameraCenterPoint,
PointType);
104 itkSetMacro(FocalDistance,
double);
105 itkGetConstMacro(FocalDistance,
double);
114 void GenerateRotationMatrix();
119 #ifdef ITK_USE_CONCEPT_CHECKING
129 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
131 virtual void GenerateData() ITK_OVERRIDE;
145 double m_FocalDistance;
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "itkPolylineMaskImageFilter.hxx"
ImageToImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
OutputImageType::PixelType OutputImagePixelType
Matrix< double, itkGetStaticConstMacro(InputDimension), itkGetStaticConstMacro(InputDimension) > MatrixType
Point< double, 2 > ProjPlanePointType
OutputImageType::Pointer OutputImagePointer
Base class for all process objects that output image data.
Point< double, 3 > PointType
Implements image masking operation constrained by a polyline on a plane perpendicular to certain view...
InputImageType::RegionType InputImageRegionType
InputImageType::PixelType InputImagePixelType
virtual ~PolylineMaskImageFilter() override
TOutputImage OutputImageType
TInputImage InputImageType
InputImageType::ConstPointer InputImagePointer
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
#define itkConceptMacro(name, concept)
SmartPointer< const Self > ConstPointer
OutputImageType::RegionType OutputImageRegionType