ITK
4.3.0
Insight Segmentation and Registration Toolkit
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
ITK
Modules
Filtering
FastMarching
include
itkLevelSet.h
Go to the documentation of this file.
1
/*=========================================================================
2
*
3
* Copyright Insight Software Consortium
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
* http://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
<
class
TLevelSet >
40
class
ITK_EXPORT
LevelSetTypeDefault
41
{
42
public
:
44
typedef
LevelSetTypeDefault
Self
;
45
typedef
TLevelSet
LevelSetImageType
;
46
48
itkStaticConstMacro(SetDimension,
unsigned
int
, TLevelSet::ImageDimension);
49
51
typedef
typename
TLevelSet::Pointer
LevelSetPointer
;
52
typedef
typename
TLevelSet::ConstPointer
LevelSetConstPointer
;
53
55
typedef
typename
TLevelSet::PixelType
PixelType
;
56
58
typedef
59
LevelSetNode< PixelType, itkGetStaticConstMacro(SetDimension) >
NodeType
;
60
62
typedef
VectorContainer< unsigned int, NodeType >
NodeContainer
;
63
65
typedef
typename
NodeContainer::Pointer
NodeContainerPointer
;
66
};
67
84
template
<
85
class
TPixel,
86
unsigned
int
VAuxDimension = 1,
87
unsigned
int
VSetDimension = 2
88
>
89
class
ITK_EXPORT
AuxVarTypeDefault
90
{
91
public
:
93
typedef
AuxVarTypeDefault
Self
;
94
96
typedef
TPixel
AuxValueType
;
97
99
itkStaticConstMacro(AuxDimension,
unsigned
int
, VAuxDimension);
100
102
itkStaticConstMacro(SetDimension,
unsigned
int
, VSetDimension);
103
105
typedef
Vector< TPixel, VAuxDimension >
AuxValueVectorType
;
106
108
typedef
VectorContainer< unsigned int, AuxValueVectorType >
AuxValueContainer
;
109
111
typedef
Image< AuxValueType, VSetDimension >
AuxImageType
;
112
114
typedef
typename
AuxImageType::Pointer
AuxImagePointer
;
115
typedef
typename
AuxImageType::ConstPointer
AuxImageConstPointer
;
116
};
117
}
// end namespace itk
118
119
#endif
120
Generated on Sun Dec 9 2012 01:16:24 for ITK by
1.8.2