ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkMinMaxCurvatureFlowImageFilter.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 itkMinMaxCurvatureFlowImageFilter_h
19#define itkMinMaxCurvatureFlowImageFilter_h
20
23
24namespace itk
25{
78template <typename TInputImage, typename TOutputImage>
79class ITK_TEMPLATE_EXPORT MinMaxCurvatureFlowImageFilter : public CurvatureFlowImageFilter<TInputImage, TOutputImage>
80{
81public:
82 ITK_DISALLOW_COPY_AND_MOVE(MinMaxCurvatureFlowImageFilter);
83
89
91 itkNewMacro(Self);
92
94 itkOverrideGetNameOfClassMacro(MinMaxCurvatureFlowImageFilter);
95
98 using typename Superclass::OutputImageType;
99
102
105 static constexpr unsigned int ImageDimension = Superclass::ImageDimension;
106
109 using RadiusValueType = typename RadiusType::SizeValueType;
110
113 itkSetMacro(StencilRadius, RadiusValueType);
114 itkGetConstMacro(StencilRadius, RadiusValueType);
116 itkConceptMacro(UnsignedLongConvertibleToOutputCheck,
121 itkConceptMacro(OutputDoubleMultiplyAndAssignOperatorCheck,
123 itkConceptMacro(OutputGreaterThanUnsignedLongCheck,
125 itkConceptMacro(UnsignedLongOutputAditiveOperatorsCheck,
127
128protected:
131 void
132 PrintSelf(std::ostream & os, Indent indent) const override;
133
136 void
138
139private:
141};
142} // namespace itk
143
144#ifndef ITK_MANUAL_INSTANTIATION
145# include "itkMinMaxCurvatureFlowImageFilter.hxx"
146#endif
147
148#endif
FiniteDifferenceFunction< TOutputImage > FiniteDifferenceFunctionType
static constexpr unsigned int ImageDimension
typename ConstNeighborhoodIterator< TOutputImage >::RadiusType RadiusType
Control indentation during Print() invocation.
Definition itkIndent.h:50
typename RadiusType::SizeValueType RadiusValueType
void PrintSelf(std::ostream &os, Indent indent) const override
MinMaxCurvatureFlowFunction< OutputImageType > MinMaxCurvatureFlowFunctionType
~MinMaxCurvatureFlowImageFilter() override=default
typename FiniteDifferenceFunctionType::RadiusType RadiusType
CurvatureFlowImageFilter< TInputImage, TOutputImage > Superclass
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....