18 #ifndef __itkPolylineMaskImageFilter_h
19 #define __itkPolylineMaskImageFilter_h
36 template<
class TInputImage,
class TPolyline,
class TVector,
54 itkStaticConstMacro(NDimensions,
unsigned int,
55 TInputImage::ImageDimension);
57 itkStaticConstMacro(InputDimension,
unsigned int, 3);
98 itkSetMacro(CameraCenterPoint,
PointType);
99 itkGetConstMacro(CameraCenterPoint,
PointType);
103 itkSetMacro(FocalDistance,
double);
104 itkGetConstMacro(FocalDistance,
double);
113 void GenerateRotationMatrix();
119 void GenerateData(
void);
121 #ifdef ITK_USE_CONCEPT_CHECKING
131 void PrintSelf(std::ostream & os,
Indent indent)
const;
136 void operator=(
const Self &);
156 #ifndef ITK_MANUAL_INSTANTIATION
157 #include "itkPolylineMaskImageFilter.hxx"