Go to the documentation of this file.
18 #ifndef sitkAggregateLabelMapFilter_h
19 #define sitkAggregateLabelMapFilter_h
65 std::string
GetName()
const {
return std::string (
"AggregateLabelMapFilter"); }
68 std::string ToString()
const;
82 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
87 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
91 bool m_InPlace{
false};
The Image class for SimpleITK.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Collapses all labels into the first label.
std::string GetName() const
Image(Self::*)(const Image &image1) MemberFunctionType
#define SITKBasicFilters_EXPORT
LabelPixelIDTypeList PixelIDTypeList
The base interface for SimpleITK filters that take one input image.
Image AggregateLabelMap(Image &&image1)
Collapses all labels into the first label.
typelist::MakeTypeList< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > >::Type LabelPixelIDTypeList