18#ifndef sitkRelabelLabelMapFilter_h
19#define sitkRelabelLabelMapFilter_h
86 std::string
GetName()
const {
return std::string(
"RelabelLabelMapFilter"); }
130 Image&& image1,
bool reverseOrdering =
true
136 const Image &image1,
bool reverseOrdering =
true
The Image class for SimpleITK.
void SetReverseOrdering(bool ReverseOrdering)
void ReverseOrderingOff()
Image(Self::*)(const Image &image1) MemberFunctionType
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
bool GetReverseOrdering() const
Image Execute(Image &&image1)
virtual ~RelabelLabelMapFilter()
std::string ToString() const
Image Execute(const Image &image1)
RelabelLabelMapFilter Self
LabelPixelIDTypeList PixelIDTypeList
Image ExecuteInternal(const Image &image1)
std::string GetName() const
A class used to instantiate and generate function object to templated member functions.
typelist2::typelist< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > > LabelPixelIDTypeList
Image RelabelLabelMap(Image &&image1, bool reverseOrdering=true)
This filter relabels the LabelObjects; the new labels are arranged consecutively with consideration f...
#define SITKBasicFilters_EXPORT