Go to the documentation of this file.
18 #ifndef sitkLabelUniqueLabelMapFilter_h
19 #define sitkLabelUniqueLabelMapFilter_h
65 SITK_RETURN_SELF_TYPE_HEADER
SetReverseOrdering (
bool ReverseOrdering ) { this->m_ReverseOrdering = ReverseOrdering;
return *
this; }
76 std::string
GetName()
const {
return std::string (
"LabelUniqueLabelMapFilter"); }
79 std::string ToString()
const;
93 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
98 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
102 bool m_ReverseOrdering{
false};
105 bool m_InPlace{
false};
The Image class for SimpleITK.
Self & ReverseOrderingOn()
LabelPixelIDTypeList PixelIDTypeList
Image(Self::*)(const Image &image1) MemberFunctionType
Image LabelUniqueLabelMap(Image &&image1, bool reverseOrdering=false)
Make sure that the objects are not overlapping.
Self & ReverseOrderingOff()
Self & SetReverseOrdering(bool ReverseOrdering)
Make sure that the objects are not overlapping.
std::string GetName() const
#define SITKBasicFilters_EXPORT
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
typelist2::typelist< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > > LabelPixelIDTypeList
The base interface for SimpleITK filters that take one input image.
bool GetReverseOrdering() const