18#ifndef sitkAggregateLabelMapFilter_h
19#define sitkAggregateLabelMapFilter_h
69 std::string
GetName()
const {
return std::string(
"AggregateLabelMapFilter"); }
Image Execute(Image &&image1)
Image Execute(const Image &image1)
std::string GetName() const
Image(Self::*)(const Image &image1) MemberFunctionType
virtual ~AggregateLabelMapFilter()
LabelPixelIDTypeList PixelIDTypeList
std::string ToString() const
Image ExecuteInternal(const Image &image1)
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
AggregateLabelMapFilter Self
AggregateLabelMapFilter()
The Image class for SimpleITK.
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 AggregateLabelMap(Image &&image1)
Collapses all labels into the first label.
#define SITKBasicFilters_EXPORT