18 #ifndef itkLaplacianOperator_h
19 #define itkLaplacianOperator_h
66 template <
typename TPixel,
unsigned int VDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
83 for (
unsigned i = 0; i < VDimension; ++i)
85 m_DerivativeScalings[i] = 1.0;
98 os << i <<
"LaplacianOperator { this=" <<
this <<
"}" << std::endl;
107 SetDerivativeScalings(
const double * s);
116 GenerateCoefficients()
override;
125 double m_DerivativeScalings[VDimension];
129 #ifndef ITK_MANUAL_INSTANTIATION
130 # include "itkLaplacianOperator.hxx"