Computer Assisted Medical Intervention Tool Kit version 6.0
 
Loading...
Searching...
No Matches
ImageConstIterator.h
Go to the documentation of this file.
1/*****************************************************************************
2 * $CAMITK_LICENCE_BEGIN$
3 *
4 * CamiTK - Computer Assisted Medical Intervention ToolKit
5 * (c) 2001-2025 Univ. Grenoble Alpes, CNRS, Grenoble INP - UGA, TIMC, 38000 Grenoble, France
6 *
7 * Visit http://camitk.imag.fr for more information
8 *
9 * This file is part of CamiTK.
10 *
11 * CamiTK is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * CamiTK is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details.
19 *
20 * You should have received a copy of the GNU Lesser General Public License
21 * version 3 along with CamiTK. If not, see <http://www.gnu.org/licenses/>.
22 *
23 * $CAMITK_LICENCE_END$
24 ****************************************************************************/
25#ifndef ITKTEMPLATES_IMAGECONSTITERATOR_H
26#define ITKTEMPLATES_IMAGECONSTITERATOR_H
27
28#include <ItkTemplatesAPI.h>
29#include <itkImageConstIterator.h>
30
31ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<bool, 2u>>;
32ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<bool, 3u>>;
33ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<double, 2u>>;
34ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<double, 3u>>;
35ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<float, 1u>>;
36ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<float, 2u>>;
37ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<float, 3u>>;
38ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<int, 2u>>;
39ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<int, 3u>>;
40ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::CovariantVector<double, 2u>, 2u>>;
41ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::CovariantVector<double, 3u>, 3u>>;
42ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::CovariantVector<float, 2u>, 2u>>;
43ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::CovariantVector<float, 3u>, 3u>>;
44ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::Vector<double, 1u>, 1u>>;
45ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::Vector<double, 2u>, 2u>>;
46ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::Vector<double, 3u>, 3u>>;
47ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::Vector<float, 1u>, 3u>>;
48ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::Vector<float, 2u>, 2u>>;
49ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<itk::Vector<float, 3u>, 3u>>;
50ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<long, 2u>>;
51ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<long, 3u>>;
52ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<long long, 2u>>;
53ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<long long, 3u>>;
54ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<short, 2u>>;
55ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<short, 3u>>;
56ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<signed char, 2u>>;
57ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<signed char, 3u>>;
58ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<std::complex<double>, 2u>>;
59ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<std::complex<double>, 3u>>;
60ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<std::complex<float>, 2u>>;
61ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<std::complex<float>, 3u>>;
62ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned char, 1u>>;
63ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned char, 2u>>;
64ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned char, 3u>>;
65ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned int, 2u>>;
66ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned int, 3u>>;
67ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned long, 2u>>;
68ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned long, 3u>>;
69ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned long long, 2u>>;
70ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned long long, 3u>>;
71ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned short, 2u>>;
72ITK_EXPLICIT_TEMPLATE itk::ImageConstIterator<itk::Image<unsigned short, 3u>>;
73
74#include <itkImageConstIteratorWithIndex.h>
75
76ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<bool, 2u>>;
77ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<bool, 3u>>;
78ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<char, 2u>>;
79ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<char, 3u>>;
80ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<double, 2u>>;
81ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<double, 3u>>;
82ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<float, 2u>>;
83ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<float, 3u>>;
84ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<int, 2u>>;
85ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<int, 3u>>;
86ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<long, 2u>>;
87ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<long, 3u>>;
88ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<short, 2u>>;
89ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<short, 3u>>;
90ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<signed char, 2u>>;
91ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<signed char, 3u>>;
92ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<unsigned char, 2u>>;
93ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<unsigned char, 3u>>;
94ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<unsigned int, 2u>>;
95ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<unsigned int, 3u>>;
96ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<unsigned long, 2u>>;
97ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<unsigned long, 3u>>;
98ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<unsigned short, 2u>>;
99ITK_EXPLICIT_TEMPLATE itk::ImageConstIteratorWithIndex<itk::Image<unsigned short, 3u>>;
100
101#include <itkImageLinearConstIteratorWithIndex.h>
102
103ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<char, 2u>>;
104ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<char, 3u>>;
105ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<double, 2u>>;
106ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<double, 3u>>;
107ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<float, 2u>>;
108ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<float, 3u>>;
109ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<int, 2u>>;
110ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<int, 3u>>;
111ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<long, 2u>>;
112ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<long, 3u>>;
113ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<short, 2u>>;
114ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<short, 3u>>;
115ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<signed char, 2u>>;
116ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<signed char, 3u>>;
117ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned char, 2u>>;
118ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned char, 3u>>;
119ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned int, 2u>>;
120ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned int, 3u>>;
121ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned long, 2u>>;
122ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned long, 3u>>;
123ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned short, 2u>>;
124ITK_EXPLICIT_TEMPLATE itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned short, 3u>>;
125
126#include <itkImageLinearIteratorWithIndex.h>
127
128ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<char, 2u>>;
129ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<char, 3u>>;
130ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<double, 2u>>;
131ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<double, 3u>>;
132ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<float, 2u>>;
133ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<float, 3u>>;
134ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<int, 2u>>;
135ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<int, 3u>>;
136ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<long, 2u>>;
137ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<long, 3u>>;
138ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<short, 2u>>;
139ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<short, 3u>>;
140ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<signed char, 2u>>;
141ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<signed char, 3u>>;
142ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<unsigned char, 2u>>;
143ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<unsigned char, 3u>>;
144ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<unsigned int, 2u>>;
145ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<unsigned int, 3u>>;
146ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<unsigned long, 2u>>;
147ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<unsigned long, 3u>>;
148ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<unsigned short, 2u>>;
149ITK_EXPLICIT_TEMPLATE itk::ImageLinearIteratorWithIndex<itk::Image<unsigned short, 3u>>;
150
151#endif // ITKTEMPLATES_IMAGECONSTITERATOR_H
#define ITK_EXPLICIT_TEMPLATE
Definition ItkTemplatesAPI.h:19