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);
121 #ifdef ITK_USE_CONCEPT_CHECKING
155 #ifndef ITK_MANUAL_INSTANTIATION
156 #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
Implements image masking operation constrained by a polyline on a plane perpendicular to certain view...
InputImageType::RegionType InputImageRegionType
InputImageType::PixelType InputImagePixelType
void PrintSelf(std::ostream &os, Indent indent) const
TOutputImage OutputImageType
TInputImage InputImageType
void GenerateRotationMatrix()
void operator=(const Self &)
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