18#ifndef sitkIsoContourDistanceImageFilter_h
19#define sitkIsoContourDistanceImageFilter_h
96 std::string
GetName()
const {
return std::string(
"IsoContourDistanceImageFilter"); }
136 const Image &image1,
double levelSetValue = 0.0,
double farValue = 10
The Image class for SimpleITK.
std::string ToString() const
virtual ~IsoContourDistanceImageFilter()
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image ExecuteInternal(const Image &image1)
BasicPixelIDTypeList PixelIDTypeList
IsoContourDistanceImageFilter Self
IsoContourDistanceImageFilter()
double GetLevelSetValue() const
Image(Self::*)(const Image &image1) MemberFunctionType
double GetFarValue() const
void SetLevelSetValue(double LevelSetValue)
void SetFarValue(double FarValue)
Image Execute(const Image &image1)
std::string GetName() const
A class used to instantiate and generate function object to templated member functions.
Image IsoContourDistance(const Image &image1, double levelSetValue=0.0, double farValue=10)
Compute an approximate distance from an interpolated isocontour to the close grid points.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > > BasicPixelIDTypeList
#define SITKBasicFilters_EXPORT