18 #ifndef sitkAggregateLabelMapFilter_h
19 #define sitkAggregateLabelMapFilter_h
64 std::string
GetName()
const {
return std::string (
"AggregateLabelMapFilter"); }
67 std::string ToString()
const;
79 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
80 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
86 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
#define SITKBasicFilters_EXPORT
typelist::MakeTypeList< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > >::Type LabelPixelIDTypeList
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image AggregateLabelMap(const Image &image1)
Collapses all labels into the first label.
LabelPixelIDTypeList PixelIDTypeList
The main Image class for SimpleITK.
std::string GetName() const
AggregateLabelMapFilter Self
The base interface for SimpleITK filters that take one input image.
Collapses all labels into the first label.