ITK  5.1.0
Insight Toolkit
itkLabelUniqueLabelMapFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright NumFOCUS
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef itkLabelUniqueLabelMapFilter_h
19 #define itkLabelUniqueLabelMapFilter_h
20 
22 #include "itkLabelObject.h"
24 #include <set>
25 
26 
27 namespace itk
28 {
47 template <typename TImage>
49  : public AttributeUniqueLabelMapFilter<TImage,
50  typename Functor::LabelLabelObjectAccessor<typename TImage::LabelObjectType>>
51 {
52 public:
53  ITK_DISALLOW_COPY_AND_ASSIGN(LabelUniqueLabelMapFilter);
54 
57  using Superclass =
61 
63  using ImageType = TImage;
64  using ImagePointer = typename ImageType::Pointer;
65  using ImageConstPointer = typename ImageType::ConstPointer;
66  using PixelType = typename ImageType::PixelType;
67  using IndexType = typename ImageType::IndexType;
68 
71 
73  static constexpr unsigned int ImageDimension = TImage::ImageDimension;
74 
76  itkNewMacro(Self);
77 
80 
81 #ifdef ITK_USE_CONCEPT_CHECKING
82  // Begin concept checking
83  /* itkConceptMacro(InputEqualityComparableCheck,
84  (Concept::EqualityComparable<InputImagePixelType>));
85  itkConceptMacro(IntConvertibleToInputCheck,
86  (Concept::Convertible<int, InputImagePixelType>));
87  itkConceptMacro(InputOStreamWritableCheck,
88  (Concept::OStreamWritable<InputImagePixelType>));*/
89  // End concept checking
90 #endif
91 
92 protected:
93  LabelUniqueLabelMapFilter() = default;
94  ~LabelUniqueLabelMapFilter() override = default;
95 }; // end of class
96 
97 } // end namespace itk
98 
99 #endif
itk::LabelUniqueLabelMapFilter::~LabelUniqueLabelMapFilter
~LabelUniqueLabelMapFilter() override=default
itk::LabelUniqueLabelMapFilter::ImageDimension
static constexpr unsigned int ImageDimension
Definition: itkLabelUniqueLabelMapFilter.h:73
itk::AttributeUniqueLabelMapFilter::AttributeAccessorType
TAttributeAccessor AttributeAccessorType
Definition: itkAttributeUniqueLabelMapFilter.h:69
itk::LabelUniqueLabelMapFilter::ImageType
TImage ImageType
Definition: itkLabelUniqueLabelMapFilter.h:63
itk::AttributeUniqueLabelMapFilter
Make sure that the objects are not overlapping.
Definition: itkAttributeUniqueLabelMapFilter.h:50
itk::LabelUniqueLabelMapFilter::ImageConstPointer
typename ImageType::ConstPointer ImageConstPointer
Definition: itkLabelUniqueLabelMapFilter.h:65
itkAttributeUniqueLabelMapFilter.h
itk::SmartPointer< Self >
itk::GTest::TypedefsAndConstructors::Dimension2::IndexType
ImageBaseType::IndexType IndexType
Definition: itkGTestTypedefsAndConstructors.h:50
itk::LightObject
Light weight base class for most itk classes.
Definition: itkLightObject.h:59
itk::LabelUniqueLabelMapFilter::IndexType
typename ImageType::IndexType IndexType
Definition: itkLabelUniqueLabelMapFilter.h:67
itk::LabelUniqueLabelMapFilter::PixelType
typename ImageType::PixelType PixelType
Definition: itkLabelUniqueLabelMapFilter.h:66
itkLabelObject.h
itkLabelObjectAccessors.h
itk
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Definition: itkArray.h:26
itk::LabelUniqueLabelMapFilter
Make sure that the objects are not overlapping.
Definition: itkLabelUniqueLabelMapFilter.h:48
itk::LabelUniqueLabelMapFilter::AttributeValueType
typename Superclass::AttributeValueType AttributeValueType
Definition: itkLabelUniqueLabelMapFilter.h:70
itk::LabelUniqueLabelMapFilter::LabelUniqueLabelMapFilter
LabelUniqueLabelMapFilter()=default
itk::LabelUniqueLabelMapFilter::AttributeAccessorType
typename Superclass::AttributeAccessorType AttributeAccessorType
Definition: itkLabelUniqueLabelMapFilter.h:69
itk::LabelUniqueLabelMapFilter::ImagePointer
typename ImageType::Pointer ImagePointer
Definition: itkLabelUniqueLabelMapFilter.h:64
itk::AttributeUniqueLabelMapFilter::AttributeValueType
typename AttributeAccessorType::AttributeValueType AttributeValueType
Definition: itkAttributeUniqueLabelMapFilter.h:70