@@ -96,27 +96,27 @@ class ITK_TEMPLATE_EXPORT VTKImageImport : public ImageSource<TOutputImage>
96
96
using UpdateDataCallbackType = void (*)(void *);
97
97
using DataExtentCallbackType = int * (*)(void *);
98
98
using BufferPointerCallbackType = void * (*)(void *);
99
- /* *@ITKEndGrouping*/
99
+ /* * @ITKEndGrouping */
100
100
/* * Compatibility for VTK older than 4.4. */
101
101
/* * @ITKStartGrouping */
102
102
using FloatSpacingCallbackType = float * (*)(void *);
103
103
using FloatOriginCallbackType = float * (*)(void *);
104
- /* *@ITKEndGrouping*/
104
+ /* * @ITKEndGrouping */
105
105
/* * What to do when receiving UpdateInformation(). */
106
106
/* * @ITKStartGrouping */
107
107
itkSetMacro (UpdateInformationCallback, UpdateInformationCallbackType);
108
108
itkGetConstMacro (UpdateInformationCallback, UpdateInformationCallbackType);
109
- /* *@ITKEndGrouping*/
109
+ /* * @ITKEndGrouping */
110
110
/* * What to do when receiving PipelineModified(). */
111
111
/* * @ITKStartGrouping */
112
112
itkSetMacro (PipelineModifiedCallback, PipelineModifiedCallbackType);
113
113
itkGetConstMacro (PipelineModifiedCallback, PipelineModifiedCallbackType);
114
- /* *@ITKEndGrouping*/
114
+ /* * @ITKEndGrouping */
115
115
/* * What to do when receiving SetWholeExtent(). */
116
116
/* * @ITKStartGrouping */
117
117
itkSetMacro (WholeExtentCallback, WholeExtentCallbackType);
118
118
itkGetConstMacro (WholeExtentCallback, WholeExtentCallbackType);
119
- /* *@ITKEndGrouping*/
119
+ /* * @ITKEndGrouping */
120
120
/* * What to do when receiving SetSpacing(). */
121
121
/* * @ITKStartGrouping */
122
122
itkSetMacro (SpacingCallback, SpacingCallbackType);
@@ -128,7 +128,7 @@ class ITK_TEMPLATE_EXPORT VTKImageImport : public ImageSource<TOutputImage>
128
128
{
129
129
this ->SetFloatSpacingCallback (f);
130
130
}
131
- /* *@ITKEndGrouping*/
131
+ /* * @ITKEndGrouping */
132
132
/* * What to do when receiving SetOrigin(). */
133
133
/* * @ITKStartGrouping */
134
134
itkSetMacro (OriginCallback, OriginCallbackType);
@@ -140,47 +140,47 @@ class ITK_TEMPLATE_EXPORT VTKImageImport : public ImageSource<TOutputImage>
140
140
{
141
141
this ->SetFloatOriginCallback (f);
142
142
}
143
- /* *@ITKEndGrouping*/
143
+ /* * @ITKEndGrouping */
144
144
/* * What to do when receiving SetDirection(). */
145
145
/* * @ITKStartGrouping */
146
146
itkSetMacro (DirectionCallback, DirectionCallbackType);
147
147
itkGetConstMacro (DirectionCallback, DirectionCallbackType);
148
- /* *@ITKEndGrouping*/
148
+ /* * @ITKEndGrouping */
149
149
/* * What to do when receiving UpdateInformation(). */
150
150
/* * @ITKStartGrouping */
151
151
itkSetMacro (ScalarTypeCallback, ScalarTypeCallbackType);
152
152
itkGetConstMacro (ScalarTypeCallback, ScalarTypeCallbackType);
153
- /* *@ITKEndGrouping*/
153
+ /* * @ITKEndGrouping */
154
154
/* * What to do when receiving SetNumberOfComponents(). */
155
155
/* * @ITKStartGrouping */
156
156
itkSetMacro (NumberOfComponentsCallback, NumberOfComponentsCallbackType);
157
157
itkGetConstMacro (NumberOfComponentsCallback, NumberOfComponentsCallbackType);
158
- /* *@ITKEndGrouping*/
158
+ /* * @ITKEndGrouping */
159
159
/* * What to do when receiving PropagateUpdateExtent(). */
160
160
/* * @ITKStartGrouping */
161
161
itkSetMacro (PropagateUpdateExtentCallback, PropagateUpdateExtentCallbackType);
162
162
itkGetConstMacro (PropagateUpdateExtentCallback, PropagateUpdateExtentCallbackType);
163
- /* *@ITKEndGrouping*/
163
+ /* * @ITKEndGrouping */
164
164
/* * What to do when receiving UpdateData(). */
165
165
/* * @ITKStartGrouping */
166
166
itkSetMacro (UpdateDataCallback, UpdateDataCallbackType);
167
167
itkGetConstMacro (UpdateDataCallback, UpdateDataCallbackType);
168
- /* *@ITKEndGrouping*/
168
+ /* * @ITKEndGrouping */
169
169
/* * What to do when receiving DataExtent(). */
170
170
/* * @ITKStartGrouping */
171
171
itkSetMacro (DataExtentCallback, DataExtentCallbackType);
172
172
itkGetConstMacro (DataExtentCallback, DataExtentCallbackType);
173
- /* *@ITKEndGrouping*/
173
+ /* * @ITKEndGrouping */
174
174
/* * What to do when receiving BufferPointer(). */
175
175
/* * @ITKStartGrouping */
176
176
itkSetMacro (BufferPointerCallback, BufferPointerCallbackType);
177
177
itkGetConstMacro (BufferPointerCallback, BufferPointerCallbackType);
178
- /* *@ITKEndGrouping*/
178
+ /* * @ITKEndGrouping */
179
179
/* * Specify callback data. */
180
180
/* * @ITKStartGrouping */
181
181
itkSetMacro2 (CallbackUserData, void *);
182
182
itkGetConstMacro (CallbackUserData, void *);
183
- /* *@ITKEndGrouping*/
183
+ /* * @ITKEndGrouping */
184
184
protected:
185
185
VTKImageImport ();
186
186
~VTKImageImport () override = default ;
0 commit comments