ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkLevelSetEquationBinaryMaskTerm.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
19#ifndef itkLevelSetEquationBinaryMaskTerm_h
20#define itkLevelSetEquationBinaryMaskTerm_h
21
23
24namespace itk
25{
42template <typename TInput, // Input image or mesh
43 typename TLevelSetContainer>
44class ITK_TEMPLATE_EXPORT LevelSetEquationBinaryMaskTerm : public LevelSetEquationTermBase<TInput, TLevelSetContainer>
45{
46public:
47 ITK_DISALLOW_COPY_AND_MOVE(LevelSetEquationBinaryMaskTerm);
48
53
55 itkNewMacro(Self);
56
58 itkOverrideGetNameOfClassMacro(LevelSetEquationBinaryMaskTerm);
59
60 using typename Superclass::InputImageType;
61 using typename Superclass::InputImagePointer;
62 using typename Superclass::InputPixelType;
63 using typename Superclass::InputPixelRealType;
64
67 using typename Superclass::LevelSetType;
68 using typename Superclass::LevelSetPointer;
75
76 using typename Superclass::HeavisideType;
78
79 using typename Superclass::LevelSetDataType;
80
82 using typename Superclass::CacheImageType;
83
84 itkSetObjectMacro(Mask, InputImageType);
85
87 void
88 Update() override
89 {}
90
92 void
94
96 void
97 Initialize(const LevelSetInputIndexType & itkNotUsed(iP)) override
98 {}
99
101 void
102 UpdatePixel(const LevelSetInputIndexType & itkNotUsed(iP),
103 const LevelSetOutputRealType & itkNotUsed(oldValue),
104 const LevelSetOutputRealType & itkNotUsed(newValue)) override
105 {}
106
107protected:
109
111
115 Value(const LevelSetInputIndexType & index) override;
116
120 Value(const LevelSetInputIndexType & index, const LevelSetDataType & iData) override;
121
122
124};
125
126} // namespace itk
127#ifndef ITK_MANUAL_INSTANTIATION
128# include "itkLevelSetEquationBinaryMaskTerm.hxx"
129#endif
130
131#endif
typename LevelSetContainerType::OutputRealType LevelSetOutputRealType
LevelSetOutputRealType Value(const LevelSetInputIndexType &index) override
typename InputImageType::Pointer InputImagePointer
typename LevelSetContainerType::LevelSetDataType LevelSetDataType
LevelSetEquationTermBase< TInput, TLevelSetContainer > Superclass
void Initialize(const LevelSetInputIndexType &iP) override
~LevelSetEquationBinaryMaskTerm() override=default
LevelSetOutputRealType Value(const LevelSetInputIndexType &index, const LevelSetDataType &iData) override
void UpdatePixel(const LevelSetInputIndexType &iP, const LevelSetOutputRealType &oldValue, const LevelSetOutputRealType &newValue) override
typename LevelSetContainerType::InputIndexType LevelSetInputIndexType
typename LevelSetContainerType::LevelSetIdentifierType LevelSetIdentifierType
typename LevelSetContainerType::LevelSetDataType LevelSetDataType
typename LevelSetContainerType::DomainMapImageFilterType DomainMapImageFilterType
HeavisideStepFunctionBase< LevelSetOutputRealType, LevelSetOutputRealType > HeavisideType
typename LevelSetContainerType::OutputRealType LevelSetOutputRealType
typename LevelSetContainerType::GradientType LevelSetGradientType
typename LevelSetContainerType::LevelSetPointer LevelSetPointer
typename LevelSetContainerType::InputIndexType LevelSetInputIndexType
typename NumericTraits< InputPixelType >::RealType InputPixelRealType
typename LevelSetContainerType::CacheImageType CacheImageType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....