Go to the documentation of this file.
18 #ifndef sitkLaplacianImageFilter_h
19 #define sitkLaplacianImageFilter_h
85 SITK_RETURN_SELF_TYPE_HEADER
SetUseImageSpacing (
bool UseImageSpacing ) { this->m_UseImageSpacing = UseImageSpacing;
return *
this; }
97 std::string
GetName()
const {
return std::string (
"LaplacianImageFilter"); }
100 std::string ToString()
const;
112 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
120 bool m_UseImageSpacing{
true};
The Image class for SimpleITK.
RealPixelIDTypeList PixelIDTypeList
Self & UseImageSpacingOn()
Self & UseImageSpacingOff()
typelist::MakeTypeList< BasicPixelID< float >, BasicPixelID< double > >::Type RealPixelIDTypeList
std::string GetName() const
Image Laplacian(const Image &image1, bool useImageSpacing=true)
itk::simple::LaplacianImageFilter Procedural Interface
#define SITKBasicFilters_EXPORT
The base interface for SimpleITK filters that take one input image.
Self & SetUseImageSpacing(bool UseImageSpacing)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
bool GetUseImageSpacing() const
Image(Self::*)(const Image &image1) MemberFunctionType