ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkLevelSetEquationChanAndVeseInternalTerm.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 itkLevelSetEquationChanAndVeseInternalTerm_h
20#define itkLevelSetEquationChanAndVeseInternalTerm_h
21
23
24namespace itk
25{
46template <typename TInput, // Input image or mesh
47 typename TLevelSetContainer>
49 : public LevelSetEquationTermBase<TInput, TLevelSetContainer>
50{
51public:
52 ITK_DISALLOW_COPY_AND_MOVE(LevelSetEquationChanAndVeseInternalTerm);
53
58
60 itkNewMacro(Self);
61
63 itkOverrideGetNameOfClassMacro(LevelSetEquationChanAndVeseInternalTerm);
64
65 using typename Superclass::InputImageType;
66 using typename Superclass::InputImagePointer;
67 using typename Superclass::InputPixelType;
68 using typename Superclass::InputPixelRealType;
69
72 using typename Superclass::LevelSetType;
73 using typename Superclass::LevelSetPointer;
80
81 using typename Superclass::HeavisideType;
83
84 using typename Superclass::LevelSetDataType;
85
87 using typename Superclass::CacheImageType;
88
89 itkSetMacro(Mean, InputPixelRealType);
90 itkGetMacro(Mean, InputPixelRealType);
91
93 void
94 Update() override;
95
97 void
99
101 void
102 Initialize(const LevelSetInputIndexType & inputIndex) override;
103
105 virtual void
107
110 virtual void
113
115 void
117 const LevelSetOutputRealType & oldValue,
118 const LevelSetOutputRealType & newValue) override;
119
120protected:
122
124
128 Value(const LevelSetInputIndexType & inputIndex) override;
129
133 Value(const LevelSetInputIndexType & inputIndex, const LevelSetDataType & data) override;
134
136 void
137 Accumulate(const InputPixelType & inputPixel, const LevelSetOutputRealType & heavisideValue);
138
142};
143
144} // namespace itk
145#ifndef ITK_MANUAL_INSTANTIATION
146# include "itkLevelSetEquationChanAndVeseInternalTerm.hxx"
147#endif
148
149#endif
void Initialize(const LevelSetInputIndexType &inputIndex) override
void Accumulate(const InputPixelType &inputPixel, const LevelSetOutputRealType &heavisideValue)
typename LevelSetContainerType::OutputRealType LevelSetOutputRealType
LevelSetOutputRealType Value(const LevelSetInputIndexType &inputIndex) override
typename LevelSetContainerType::LevelSetDataType LevelSetDataType
virtual void ComputeProduct(const LevelSetInputIndexType &inputIndex, LevelSetOutputRealType &prod)
virtual void ComputeProductTerm(const LevelSetInputIndexType &, LevelSetOutputRealType &)
LevelSetEquationTermBase< TInput, TLevelSetContainer > Superclass
LevelSetOutputRealType Value(const LevelSetInputIndexType &inputIndex, const LevelSetDataType &data) override
void UpdatePixel(const LevelSetInputIndexType &inputIndex, const LevelSetOutputRealType &oldValue, const LevelSetOutputRealType &newValue) override
~LevelSetEquationChanAndVeseInternalTerm() override=default
typename NumericTraits< InputPixelType >::RealType InputPixelRealType
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....