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{
42template <typename TInputImage, typename TFeatureImage>
44 : public RegionBasedLevelSetFunctionData<TInputImage, TFeatureImage>
45{
46public:
47 ITK_DISALLOW_COPY_AND_MOVE(ScalarChanAndVeseLevelSetFunctionData);
48
53
54 static constexpr unsigned int ImageDimension = TFeatureImage::ImageDimension;
55
57 itkNewMacro(Self);
58
59 itkOverrideGetNameOfClassMacro(ScalarChanAndVeseLevelSetFunctionData);
60
61 using InputImageType = TInputImage;
62 using typename Superclass::InputImagePointer;
64 using typename Superclass::InputPixelType;
65 using typename Superclass::InputRegionType;
66 using typename Superclass::InputSizeType;
67 using typename Superclass::InputSizeValueType;
68 using typename Superclass::InputSpacingType;
69 using typename Superclass::InputIndexType;
71 using typename Superclass::InputPointType;
72
73 using FeatureImageType = TFeatureImage;
76 using typename Superclass::FeaturePixelType;
77 using typename Superclass::FeatureRegionType;
78 using typename Superclass::FeatureSizeType;
80 using typename Superclass::FeatureSpacingType;
81 using typename Superclass::FeatureIndexType;
82 using typename Superclass::FeaturePointType;
83
88
89protected:
98
100};
101} // end namespace itk
102
103#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....