18#ifndef sitkLabelMapToRGBImageFilter_h
19#define sitkLabelMapToRGBImageFilter_h
66 SITK_RETURN_SELF_TYPE_HEADER
SetColormap ( std::vector<uint8_t> Colormap ) { this->
m_Colormap = Colormap;
return *
this; }
73 std::string
GetName()
const {
return std::string (
"LabelMapToRGBImageFilter"); }
93 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The Image class for SimpleITK.
Self & SetColormap(std::vector< uint8_t > Colormap)
std::vector< uint8_t > m_Colormap
Image ExecuteInternal(const Image &image1)
std::string GetName() const
std::vector< uint8_t > GetColormap() const
Image Execute(const Image &image1)
virtual ~LabelMapToRGBImageFilter()
LabelMapToRGBImageFilter Self
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
LabelPixelIDTypeList PixelIDTypeList
LabelMapToRGBImageFilter()
std::string ToString() const
Image(Self::*)(const Image &image1) MemberFunctionType
typelist2::typelist< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > > LabelPixelIDTypeList
Image LabelMapToRGB(const Image &image1, std::vector< uint8_t > colormap=std::vector< uint8_t >())
Convert a LabelMap to a colored image.
#define SITKBasicFilters_EXPORT