18 #ifndef __itkHessian3DToVesselnessMeasureImageFilter_h
19 #define __itkHessian3DToVesselnessMeasureImageFilter_h
75 template<
typename TPixel >
96 itkStaticConstMacro(ImageDimension,
unsigned int,
97 InputImageType ::ImageDimension);
98 itkStaticConstMacro(InputPixelDimension,
unsigned int,
99 InputPixelType::Dimension);
117 itkSetMacro(Alpha1,
double);
118 itkGetConstMacro(Alpha1,
double);
123 itkSetMacro(Alpha2,
double);
124 itkGetConstMacro(Alpha2,
double);
127 #ifdef ITK_USE_CONCEPT_CHECKING
138 void PrintSelf(std::ostream & os,
Indent indent)
const;
141 void GenerateData(
void);
146 void operator=(
const Self &);
157 #ifndef ITK_MANUAL_INSTANTIATION
158 #include "itkHessian3DToVesselnessMeasureImageFilter.hxx"