Go to the documentation of this file.
18 #ifndef sitkLabelMapToLabelImageFilter_h
19 #define sitkLabelMapToLabelImageFilter_h
64 std::string
GetName()
const {
return std::string (
"LabelMapToLabelImageFilter"); }
67 std::string ToString()
const;
79 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
84 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The Image class for SimpleITK.
std::string GetName() const
LabelPixelIDTypeList PixelIDTypeList
Image(Self::*)(const Image &image1) MemberFunctionType
Converts a LabelMap to a labeled image.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
#define SITKBasicFilters_EXPORT
Image LabelMapToLabel(const Image &image1)
Converts a LabelMap to a labeled image.
typelist2::typelist< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > > LabelPixelIDTypeList
The base interface for SimpleITK filters that take one input image.