18#ifndef itkLaplacianOperator_h
19#define itkLaplacianOperator_h
66template <
typename TPixel,
unsigned int VDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
82 for (
unsigned int i = 0; i < VDimension; ++i)
105 itkGetConstMacro(DerivativeScalings,
const double *);
127#ifndef ITK_MANUAL_INSTANTIATION
128# include "itkLaplacianOperator.hxx"
Control indentation during Print() invocation.
double m_DerivativeScalings[VDimension]
void SetDerivativeScalings(const double *s)
NeighborhoodOperator< TPixel, VDimension, TAllocator > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
CoefficientVector GenerateCoefficients() override
void Fill(const CoefficientVector &) override
typename std::vector< PixelRealType > CoefficientVector
Virtual class that defines a common interface to all neighborhood operator subtypes.
typename std::vector< PixelRealType > CoefficientVector
void PrintSelf(std::ostream &os, Indent indent) const override
itk::Size< VDimension > SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....