18#ifndef sitkLabelMapToLabelImageFilter_h
19#define sitkLabelMapToLabelImageFilter_h
64 std::string
GetName()
const {
return std::string (
"LabelMapToLabelImageFilter"); }
84 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The Image class for SimpleITK.
Image ExecuteInternal(const Image &image1)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image Execute(const Image &image1)
LabelMapToLabelImageFilter Self
virtual ~LabelMapToLabelImageFilter()
std::string GetName() const
Image(Self::*)(const Image &image1) MemberFunctionType
LabelPixelIDTypeList PixelIDTypeList
LabelMapToLabelImageFilter()
std::string ToString() const
typelist2::typelist< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > > LabelPixelIDTypeList
Image LabelMapToLabel(const Image &image1)
Converts a LabelMap to a labeled image.
#define SITKBasicFilters_EXPORT