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
31extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<bool, 2u>>;
32extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<bool, 3u>>;
33extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<double, 2u>>;
34extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<double, 3u>>;
35extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<float, 1u>>;
36extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<float, 2u>>;
37extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<float, 3u>>;
38extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<int, 2u>>;
39extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<int, 3u>>;
40extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::CovariantVector<double, 2u>, 2u>>;
41extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::CovariantVector<double, 3u>, 3u>>;
42extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::CovariantVector<float, 2u>, 2u>>;
43extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::CovariantVector<float, 3u>, 3u>>;
44extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::Vector<double, 1u>, 1u>>;
45extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::Vector<double, 2u>, 2u>>;
46extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::Vector<double, 3u>, 3u>>;
47extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::Vector<float, 1u>, 3u>>;
48extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::Vector<float, 2u>, 2u>>;
49extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<itk::Vector<float, 3u>, 3u>>;
50extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<long, 2u>>;
51extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<long, 3u>>;
52extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<long long, 2u>>;
53extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<long long, 3u>>;
54extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<short, 2u>>;
55extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<short, 3u>>;
56extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<signed char, 2u>>;
57extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<signed char, 3u>>;
58extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<std::complex<double>, 2u>>;
59extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<std::complex<double>, 3u>>;
60extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<std::complex<float>, 2u>>;
61extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<std::complex<float>, 3u>>;
62extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned char, 1u>>;
63extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned char, 2u>>;
64extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned char, 3u>>;
65extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned int, 2u>>;
66extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned int, 3u>>;
67extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned long, 2u>>;
68extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned long, 3u>>;
69extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned long long, 2u>>;
70extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned long long, 3u>>;
71extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned short, 2u>>;
72extern template class ITKTEMPLATES_API itk::ImageConstIterator<itk::Image<unsigned short, 3u>>;
73
74#include <itkImageConstIteratorWithIndex.h>
75
76extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<bool, 2u>>;
77extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<bool, 3u>>;
78extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<char, 2u>>;
79extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<char, 3u>>;
80extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<double, 2u>>;
81extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<double, 3u>>;
82extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<float, 2u>>;
83extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<float, 3u>>;
84extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<int, 2u>>;
85extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<int, 3u>>;
86extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<long, 2u>>;
87extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<long, 3u>>;
88extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<short, 2u>>;
89extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<short, 3u>>;
90extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<signed char, 2u>>;
91extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<signed char, 3u>>;
92extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<unsigned char, 2u>>;
93extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<unsigned char, 3u>>;
94extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<unsigned int, 2u>>;
95extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<unsigned int, 3u>>;
96extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<unsigned long, 2u>>;
97extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<unsigned long, 3u>>;
98extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<unsigned short, 2u>>;
99extern template class ITKTEMPLATES_API itk::ImageConstIteratorWithIndex<itk::Image<unsigned short, 3u>>;
100
101#include <itkImageLinearConstIteratorWithIndex.h>
102
103extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<char, 2u>>;
104extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<char, 3u>>;
105extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<double, 2u>>;
106extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<double, 3u>>;
107extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<float, 2u>>;
108extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<float, 3u>>;
109extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<int, 2u>>;
110extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<int, 3u>>;
111extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<long, 2u>>;
112extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<long, 3u>>;
113extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<short, 2u>>;
114extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<short, 3u>>;
115extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<signed char, 2u>>;
116extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<signed char, 3u>>;
117extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned char, 2u>>;
118extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned char, 3u>>;
119extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned int, 2u>>;
120extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned int, 3u>>;
121extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned long, 2u>>;
122extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned long, 3u>>;
123extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned short, 2u>>;
124extern template class ITKTEMPLATES_API itk::ImageLinearConstIteratorWithIndex<itk::Image<unsigned short, 3u>>;
125
126#include <itkImageLinearIteratorWithIndex.h>
127
128extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<char, 2u>>;
129extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<char, 3u>>;
130extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<double, 2u>>;
131extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<double, 3u>>;
132extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<float, 2u>>;
133extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<float, 3u>>;
134extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<int, 2u>>;
135extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<int, 3u>>;
136extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<long, 2u>>;
137extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<long, 3u>>;
138extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<short, 2u>>;
139extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<short, 3u>>;
140extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<signed char, 2u>>;
141extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<signed char, 3u>>;
142extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<unsigned char, 2u>>;
143extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<unsigned char, 3u>>;
144extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<unsigned int, 2u>>;
145extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<unsigned int, 3u>>;
146extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<unsigned long, 2u>>;
147extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<unsigned long, 3u>>;
148extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<unsigned short, 2u>>;
149extern template class ITKTEMPLATES_API itk::ImageLinearIteratorWithIndex<itk::Image<unsigned short, 3u>>;
150
151#endif // ITKTEMPLATES_IMAGECONSTITERATOR_H
#define ITKTEMPLATES_API
Definition ItkTemplatesAPI.h:8