ITK  5.4.0
Insight Toolkit
itkLevelSet.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 itkLevelSet_h
19 #define itkLevelSet_h
20 
21 #include "itkLevelSetNode.h"
22 
23 namespace itk
24 {
39 template <typename TLevelSet>
41 {
42 public:
45  using LevelSetImageType = TLevelSet;
46 
48  static constexpr unsigned int SetDimension = TLevelSet::ImageDimension;
49 
53 
55  using PixelType = typename TLevelSet::PixelType;
56 
59 
62 
65 };
66 
84 template <typename TPixel, unsigned int VAuxDimension = 1, unsigned int VSetDimension = 2>
86 {
87 public:
88 
91 
93  using AuxValueType = TPixel;
94 
96  static constexpr unsigned int AuxDimension = VAuxDimension;
97 
99  static constexpr unsigned int SetDimension = VSetDimension;
100 
103 
106 
109 
113 };
114 } // end namespace itk
115 
116 #endif
Pointer
SmartPointer< Self > Pointer
Definition: itkAddImageFilter.h:93
ConstPointer
SmartPointer< const Self > ConstPointer
Definition: itkAddImageFilter.h:94
itk::LevelSetTypeDefault
Level set type information.
Definition: itkLevelSet.h:40
itk::Vector
A templated class holding a n-Dimensional vector.
Definition: itkVector.h:62
itk::Image::Pointer
SmartPointer< Self > Pointer
Definition: itkImage.h:96
itk::LevelSetNode
Represent a node in a level set.
Definition: itkLevelSetNode.h:45
itk::AuxVarTypeDefault::AuxImagePointer
typename AuxImageType::Pointer AuxImagePointer
Definition: itkLevelSet.h:111
itk::LevelSetTypeDefault::LevelSetPointer
typename TLevelSet::Pointer LevelSetPointer
Definition: itkLevelSet.h:51
itkLevelSetNode.h
itk::LevelSetTypeDefault::NodeContainerPointer
typename NodeContainer::Pointer NodeContainerPointer
Definition: itkLevelSet.h:64
itk::AuxVarTypeDefault::AuxDimension
static constexpr unsigned int AuxDimension
Definition: itkLevelSet.h:96
itk::AuxVarTypeDefault::AuxValueType
TPixel AuxValueType
Definition: itkLevelSet.h:93
itk::AuxVarTypeDefault
Level set auxiliary variables type information.
Definition: itkLevelSet.h:85
itk::LevelSetTypeDefault::LevelSetConstPointer
typename TLevelSet::ConstPointer LevelSetConstPointer
Definition: itkLevelSet.h:52
itk::LevelSetTypeDefault::LevelSetImageType
TLevelSet LevelSetImageType
Definition: itkLevelSet.h:45
itk
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Definition: itkAnnulusOperator.h:24
itk::VectorContainer::Pointer
SmartPointer< Self > Pointer
Definition: itkVectorContainer.h:56
itk::LevelSetTypeDefault::SetDimension
static constexpr unsigned int SetDimension
Definition: itkLevelSet.h:48
itk::Image
Templated n-dimensional image class.
Definition: itkImage.h:88
itk::Image::ConstPointer
SmartPointer< const Self > ConstPointer
Definition: itkImage.h:97
itk::LevelSetTypeDefault::PixelType
typename TLevelSet::PixelType PixelType
Definition: itkLevelSet.h:55
itk::VectorContainer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Definition: itkVectorContainer.h:48
itk::AuxVarTypeDefault::SetDimension
static constexpr unsigned int SetDimension
Definition: itkLevelSet.h:99
itk::AuxVarTypeDefault::AuxImageConstPointer
typename AuxImageType::ConstPointer AuxImageConstPointer
Definition: itkLevelSet.h:112