ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkAttributePositionLabelMapFilter.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 * https://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 itkAttributePositionLabelMapFilter_h
19#define itkAttributePositionLabelMapFilter_h
20
23
24namespace itk
25{
43template <typename TImage,
45 bool VPhysicalPosition = true>
46class ITK_TEMPLATE_EXPORT AttributePositionLabelMapFilter : public InPlaceLabelMapFilter<TImage>
47{
48public:
49 ITK_DISALLOW_COPY_AND_MOVE(AttributePositionLabelMapFilter);
50
56
58 using ImageType = TImage;
59 using ImagePointer = typename ImageType::Pointer;
60 using ImageConstPointer = typename ImageType::ConstPointer;
61 using PixelType = typename ImageType::PixelType;
62 using IndexType = typename ImageType::IndexType;
63 using LabelObjectType = typename ImageType::LabelObjectType;
64
65 using AttributeAccessorType = TAttributeAccessor;
66 using AttributeValueType = typename AttributeAccessorType::AttributeValueType;
67
69 static constexpr unsigned int ImageDimension = TImage::ImageDimension;
70
72 itkNewMacro(Self);
73
75 itkOverrideGetNameOfClassMacro(AttributePositionLabelMapFilter);
76
77 /* itkConceptMacro(InputEqualityComparableCheck,
78 (Concept::EqualityComparable<InputImagePixelType>));
79 itkConceptMacro(IntConvertibleToInputCheck,
80 (Concept::Convertible<int, InputImagePixelType>));
81 itkConceptMacro(InputOStreamWritableCheck,
82 (Concept::OStreamWritable<InputImagePixelType>));*/
83
84protected:
87
88 void
90
91 void
92 PrintSelf(std::ostream & os, Indent indent) const override;
93}; // end of class
94
95} // end namespace itk
96
97#ifndef ITK_MANUAL_INSTANTIATION
98# include "itkAttributePositionLabelMapFilter.hxx"
99#endif
100
101#endif
typename ImageType::LabelObjectType LabelObjectType
void PrintSelf(std::ostream &os, Indent indent) const override
~AttributePositionLabelMapFilter() override=default
void ThreadedProcessLabelObject(LabelObjectType *labelObject) override
typename AttributeAccessorType::AttributeValueType AttributeValueType
Control indentation during Print() invocation.
Definition itkIndent.h:50
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....