Go to the documentation of this file.
18 #ifndef sitkAggregateLabelMapFilter_h
19 #define sitkAggregateLabelMapFilter_h
64 std::string
GetName()
const {
return std::string (
"AggregateLabelMapFilter"); }
67 std::string ToString()
const;
81 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
86 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
90 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
typelist2::typelist< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > > LabelPixelIDTypeList
The base interface for SimpleITK filters that take one input image.
Image AggregateLabelMap(Image &&image1)
Collapses all labels into the first label.