18#ifndef sitkLaplacianImageFilter_h
19#define sitkLaplacianImageFilter_h
110 std::string
GetName()
const {
return std::string(
"LaplacianImageFilter"); }
148 const Image &image1,
bool useImageSpacing =
true
The Image class for SimpleITK.
std::string GetName() const
void UseImageSpacingOff()
Image ExecuteInternal(const Image &image1)
Image(Self::*)(const Image &image1) MemberFunctionType
bool GetUseImageSpacing() const
RealPixelIDTypeList PixelIDTypeList
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
void SetUseImageSpacing(bool UseImageSpacing)
virtual ~LaplacianImageFilter()
Image Execute(const Image &image1)
std::string ToString() const
LaplacianImageFilter Self
A class used to instantiate and generate function object to templated member functions.
Image Laplacian(const Image &image1, bool useImageSpacing=true)
This filter computes the Laplacian of a scalar-valued image.
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
#define SITKBasicFilters_EXPORT