ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkScalarChanAndVeseLevelSetFunctionData.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 itkScalarChanAndVeseLevelSetFunctionData_h
19#define itkScalarChanAndVeseLevelSetFunctionData_h
20
22
23namespace itk
24{
54template <typename TInputImage, typename TFeatureImage>
56 : public RegionBasedLevelSetFunctionData<TInputImage, TFeatureImage>
57{
58public:
59 ITK_DISALLOW_COPY_AND_MOVE(ScalarChanAndVeseLevelSetFunctionData);
60
65
66 static constexpr unsigned int ImageDimension = TFeatureImage::ImageDimension;
67
69 itkNewMacro(Self);
70
71 itkOverrideGetNameOfClassMacro(ScalarChanAndVeseLevelSetFunctionData);
72
73 using InputImageType = TInputImage;
74 using typename Superclass::InputImagePointer;
76 using typename Superclass::InputPixelType;
77 using typename Superclass::InputRegionType;
78 using typename Superclass::InputSizeType;
79 using typename Superclass::InputSizeValueType;
80 using typename Superclass::InputSpacingType;
81 using typename Superclass::InputIndexType;
83 using typename Superclass::InputPointType;
84
85 using FeatureImageType = TFeatureImage;
88 using typename Superclass::FeaturePixelType;
89 using typename Superclass::FeatureRegionType;
90 using typename Superclass::FeatureSizeType;
92 using typename Superclass::FeatureSpacingType;
93 using typename Superclass::FeatureIndexType;
94 using typename Superclass::FeaturePointType;
95
100
101protected:
110
112};
113} // end namespace itk
114
115#endif
typename FeatureSizeType::SizeValueType FeatureSizeValueType
typename InputImageType::RegionType InputRegionType
typename InputImageType::ConstPointer InputImageConstPointer
typename FeatureImageType::SpacingType FeatureSpacingType
typename InputImageType::SpacingType InputSpacingType
typename FeatureImageType::RegionType FeatureRegionType
typename FeatureImageType::IndexType FeatureIndexType
typename InputIndexType::IndexValueType InputIndexValueType
typename FeatureImageType::ConstPointer FeatureImageConstPointer
typename FeatureImageType::PointType FeaturePointType
typename FeatureImageType::PixelType FeaturePixelType
typename InputSizeType::SizeValueType InputSizeValueType
typename FeatureImageType::SizeType FeatureSizeType
typename FeatureImageType::Pointer FeatureImagePointer
RegionBasedLevelSetFunctionData< TInputImage, TFeatureImage > Superclass
~ScalarChanAndVeseLevelSetFunctionData() override=default
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....