File: caret_command_operations.pro

package info (click to toggle)
caret 5.6.1.3~dfsg.1-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 23,352 kB
  • ctags: 27,394
  • sloc: cpp: 363,314; python: 6,718; ansic: 5,507; makefile: 227; sh: 9
file content (476 lines) | stat: -rw-r--r-- 20,737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
######################################################################
# Automatically generated by qmake (1.04a) Tue Jan 14 11:58:13 2003
######################################################################

TARGET   = CaretCommandOperations
CONFIG   += staticlib
INCLUDEPATH += .

include(../caret_qmake_include.pro)  

TEMPLATE = lib

LIBS += -L../caret_brain_set -lCaretBrainSet

# Input
HEADERS += CommandBase.h \
           CommandCaretFileNamingUnitTesting.h \
           CommandCaretHelpCreateHtmlIndexFile.h \
           CommandColorFileAddColor.h \
           CommandDataFileCompare.h \
           CommandConvertDataFileToCaret6.h \
           CommandConvertSpecFileToCaret6.h \
           CommandColorFileCreateMissingColors.h \
           CommandDeformationMapApply.h \
           CommandDeformationMapCreate.h \
           CommandDeformationMapPathUpdate.h \
           CommandException.h \
           CommandExtend.h \
           CommandFileConvert.h \
           CommandFileReadTime.h \
           CommandFileSubstitution.h \
           CommandGiftiInfo.h \
           CommandImageCombine.h \
           CommandImageCompare.h \
           CommandImageFormatConvert.h \
           CommandImageInsertText.h \
           CommandImageResize.h \
           CommandImageToWebPage.h \
           CommandImageView.h \
           CommandHelp.h \
           CommandHelpFull.h \
           CommandHelpGlobalOptions.h \
           CommandHelpHTML.h \
           CommandHelpPDF.h \
           CommandHelpSearch.h \
           CommandMetricClustering.h \
           CommandMetricComposite.h \
           CommandMetricCompositeIdentifiedColumns.h \
           CommandMetricCorrelationCoefficientMap.h \
           CommandMetricFileCreate.h \
           CommandMetricInGroupDifference.h \
           CommandMetricInformation.h \
           CommandMetricMath.h \
           CommandMetricMathPostfix.h \
           CommandMetricMultipleCorrelationCoefficientMap.h \
           CommandMetricSetColumnName.h \
           CommandMetricSetColumnToScalar.h \
           CommandMetricSmoothing.h \
           CommandMetricStatisticsAnovaOneWay.h \
           CommandMetricStatisticsAnovaTwoWay.h \
           CommandMetricStatisticsCoordinateDifference.h \
           CommandMetricStatisticsInterhemisphericClusters.h \
           CommandMetricStatisticsKruskalWallis.h \
           CommandMetricStatisticsLeveneMap.h \
           CommandMetricStatisticsNormalization.h \
           CommandMetricStatisticsOneSampleTTest.h \
           CommandMetricStatisticsPairedTTest.h \
           CommandMetricStatisticsShuffledCrossCorrelationMaps.h \
           CommandMetricStatisticsShuffledTMap.h \
           CommandMetricStatisticsSubtraceGroupAverage.h \
           CommandMetricStatisticsTMap.h \
           CommandMetricStatisticsTwoSampleTTest.h \
           CommandMetricStatisticsZMap.h \
           CommandMetricTwinComparison.h \
           CommandMetricTwinPairedDataDiffs.h \
           CommandPaintAddColumns.h \
           CommandPaintAssignNodes.h \
           CommandPaintAssignNodesRelativeToLine.h \
           CommandPaintComposite.h \
           CommandPaintDilation.h \
           CommandPaintFileCreate.h \
           CommandPreferencesFileSettings.h \
           CommandSceneCreate.h \
           CommandScriptComment.h \
           CommandScriptConvert.h \
           CommandScriptRun.h \
           CommandScriptVariableRead.h \
           CommandScriptVariableSet.h \
           CommandShowScene.h \
           CommandShowSurface.h \
           CommandShowVolume.h \
           CommandSpecFileAdd.h \
           CommandSpecFileChangeResolution.h \
           CommandSpecFileClean.h \
           CommandSpecFileCopy.h \
           CommandSpecFileCreate.h \
           CommandSpecFileDirectoryClean.h \
           CommandSpecFileZip.h \
           CommandStatisticSetRandomSeed.h \
           CommandStatisticalUnitTesting.h \
           CommandStereotaxicSpaces.h \
           CommandStudyMetaDataFileDuplicates.h \
           CommandStudyMetaDataFileValidate.h \
           CommandSurfaceAffineRegression.h \
           CommandSurfaceAlignToStandardOrientation.h \
           CommandSurfaceApplyTransformationMatrix.h \
           CommandSurfaceAverage.h \
           CommandSurfaceBorderCreateAverage.h \
           CommandSurfaceBorderCreateParallelBorder.h \
           CommandSurfaceBorderCutter.h \
           CommandSurfaceBorderDelete.h \
           CommandSurfaceBorderDrawAroundROI.h \
           CommandSurfaceBorderDrawGeodesic.h \
           CommandSurfaceBorderDrawMetric.h \
           CommandSurfaceBorderIntersection.h \
           CommandSurfaceBorderLandmarkIdentification.h \
           CommandSurfaceBorderLengths.h \
           CommandSurfaceBorderLinkToFocus.h \
           CommandSurfaceBorderMerge.h \
           CommandSurfaceBorderNibbler.h \
           CommandSurfaceBorderProjection.h \
           CommandSurfaceBorderResample.h \
           CommandSurfaceBorderReverse.h \
           CommandSurfaceBorderSetVariability.h \
           CommandSurfaceBorderToMetric.h \
           CommandSurfaceBorderToPaint.h \
           CommandSurfaceBorderUnprojection.h \
           CommandSurfaceBorderVariability.h \
           CommandSurfaceCellCreate.h \
           CommandSurfaceCellProjection.h \
           CommandSurfaceCellUnprojection.h \
           CommandSurfaceCrossoverCheck.h \
           CommandSurfaceCurvature.h \
           CommandSurfaceDistortion.h \
           CommandSurfaceFlatMultiResMorphing.h \
           CommandSurfaceFlatten.h \
           CommandSurfaceFociAttributeAssignment.h \
           CommandSurfaceFociCreate.h \
           CommandSurfaceFociDelete.h \
           CommandSurfaceFociProjection.h \
           CommandSurfaceFociProjectionPals.h \
           CommandSurfaceFociReassignStudyNames.h \
           CommandSurfaceFociStudyValidate.h \
           CommandSurfaceFociUnprojection.h \
           CommandSurfaceInflate.h \
           CommandSurfaceInformation.h \
           CommandSurfaceGenerateInflated.h \
           CommandSurfacePlaceFociAtExtremum.h \
           CommandSurfacePlaceFociAtLimits.h \
           CommandSurfaceRegionOfInterestSelection.h \
           CommandSurfaceRegistrationPrepareSlits.h \
           CommandSurfaceRegistrationSpherical.h \
           CommandSurfaceRegistrationSphericalSpecOnly.h \
           CommandSurfaceRoiCoordReport.h \
           CommandSurfaceRoiFoldingMeasures.h \
           CommandSurfaceRoiNodeAreas.h \
           CommandSurfaceRoiShapeMeasures.h \
           CommandSurfaceRoiStatisticalReport.h \
           CommandSurfaceSmoothing.h \
           CommandSurfaceSphericalMultiResMorphing.h \
           CommandSurfaceSulcalIdentificationProbabilistic.h \
           CommandSurfaceSulcalDepth.h \
           CommandSurfaceIdentifySulci.h \
           CommandSurfaceToCArrays.h \
           CommandSurfaceToCerebralHull.h \
           CommandSurfaceToSegmentationVolume.h \
           CommandSurfaceToVolume.h \
           CommandSurfaceTopologyDisconnectNodes.h \
           CommandSurfaceTopologyNeighbors.h \
           CommandSurfaceTopologyReport.h \
           CommandSurfaceTransformToStandardView.h \
           CommandSurfacesToSegmentationVolumeMask.h \
           CommandSystemCommandExecute.h \
           CommandSystemFileCopy.h \
           CommandSystemFileDelete.h \
           CommandTransformationMatrixCreate.h \
           CommandVerify.h \
           CommandVersion.h \
           CommandVolumeAnatomyPeaks.h \
           CommandVolumeBiasCorrection.h \
           CommandVolumeBlur.h \
           CommandVolumeClassifyIntensities.h \
           CommandVolumeConvertVectorToVolume.h \
           CommandVolumeCreate.h \
           CommandVolumeCreateCorpusCallosumSlice.h \
           CommandVolumeCreateInStereotaxicSpace.h \
           CommandVolumeDilate.h \
           CommandVolumeDilateErode.h \
           CommandVolumeDilateErodeWithinMask.h \
           CommandVolumeErode.h \
           CommandVolumeEulerCount.h \
           CommandVolumeFileCombine.h \
           CommandVolumeFileMerge.h \
           CommandVolumeFillBiggestObject.h \
           CommandVolumeFillHoles.h \
           CommandVolumeFillSlice.h \
           CommandVolumeFindLimits.h \
           CommandVolumeFloodFill.h \
           CommandVolumeGradient.h \
           CommandVolumeHistogram.h \
           CommandVolumeImportRawFile.h \
           CommandVolumeInformation.h \
           CommandVolumeInformationNifti.h \
           CommandVolumeMakePlane.h \
           CommandVolumeMakeRectangle.h \
           CommandVolumeMakeShell.h \
           CommandVolumeMakeSphere.h \
           CommandVolumeMapToSurface.h \
           CommandVolumeMapToSurfacePALS.h \
           CommandVolumeMapToSurfaceROIFile.h \
           CommandVolumeMapToVtkModel.h \
           CommandVolumeMaskVolume.h \
           CommandVolumeMaskWithVolume.h \
           CommandVolumeNearToPlane.h \
           CommandVolumePadVolume.h \
           CommandVolumeProbAtlasToFunctional.h \
           CommandVolumeReplaceVectorMagnitudeWithVolume.h \
           CommandVolumeReplaceVoxelsWithVectorMagnitude.h \
           CommandVolumeRemoveIslands.h \
           CommandVolumeResample.h \
           CommandVolumeRescaleVoxels.h \
           CommandVolumeResize.h \
           CommandVolumeScale0to255.h \
           CommandVolumeScalePercent0to255.h \
           CommandVolumeSculpt.h \
           CommandVolumeSegmentation.h \
           CommandVolumeSegmentationLigase.h \
           CommandVolumeSegmentationStereotaxicSpace.h \
           CommandVolumeSegmentationToCerebralHull.h \
           CommandVolumeSetOrientation.h \
           CommandVolumeSetOrigin.h \
           CommandVolumeSetSpacing.h \
           CommandVolumeShiftAxis.h \
           CommandVolumeSmearAxis.h \
           CommandVolumeTFCE.h \
           CommandVolumeThreshold.h \
           CommandVolumeThresholdDual.h \
           CommandVolumeThresholdInverse.h \
           CommandVolumeFslToVector.h \
           CommandVolumeTopologyCorrector.h \
           CommandVolumeTopologyGraph.h \
           CommandVolumeTopologyReport.h \
           CommandVolumeVectorCombine.h \
           OffScreenOpenGLWidget.h \
           ScriptBuilderParameters.h

SOURCES += CommandBase.cxx \
           CommandCaretFileNamingUnitTesting.cxx \
           CommandCaretHelpCreateHtmlIndexFile.cxx \
           CommandColorFileAddColor.cxx \
           CommandColorFileCreateMissingColors.cxx \
           CommandConvertDataFileToCaret6.cxx \
           CommandConvertSpecFileToCaret6.cxx \
           CommandDataFileCompare.cxx \
           CommandDeformationMapApply.cxx \
           CommandDeformationMapCreate.cxx \
           CommandDeformationMapPathUpdate.cxx \
           CommandException.cxx \
           CommandExtend.cxx \
           CommandFileConvert.cxx \
           CommandFileReadTime.cxx \
           CommandFileSubstitution.cxx \
           CommandGiftiInfo.cxx \
           CommandHelp.cxx \
           CommandHelpFull.cxx \
           CommandHelpGlobalOptions.cxx \
           CommandHelpHTML.cxx \
           CommandHelpPDF.cxx \
           CommandHelpSearch.cxx \
           CommandImageCombine.cxx \
           CommandImageCompare.cxx \
           CommandImageFormatConvert.cxx \
           CommandImageInsertText.cxx \
           CommandImageResize.cxx \
           CommandImageToWebPage.cxx \
           CommandImageView.cxx \
           CommandMetricClustering.cxx \
           CommandMetricComposite.cxx \
           CommandMetricCompositeIdentifiedColumns.cxx \
           CommandMetricCorrelationCoefficientMap.cxx \
           CommandMetricFileCreate.cxx \
           CommandMetricInGroupDifference.cxx \
           CommandMetricInformation.cxx \
           CommandMetricMath.cxx \
           CommandMetricMathPostfix.cxx \
           CommandMetricMultipleCorrelationCoefficientMap.cxx \
           CommandMetricSetColumnName.cxx \
           CommandMetricSetColumnToScalar.cxx \
           CommandMetricSmoothing.cxx \
           CommandMetricStatisticsAnovaOneWay.cxx \
           CommandMetricStatisticsAnovaTwoWay.cxx \
           CommandMetricStatisticsCoordinateDifference.cxx \
           CommandMetricStatisticsInterhemisphericClusters.cxx \
           CommandMetricStatisticsKruskalWallis.cxx \
           CommandMetricStatisticsLeveneMap.cxx \
           CommandMetricStatisticsNormalization.cxx \
           CommandMetricStatisticsOneSampleTTest.cxx \
           CommandMetricStatisticsPairedTTest.cxx \
           CommandMetricStatisticsShuffledCrossCorrelationMaps.cxx \
           CommandMetricStatisticsShuffledTMap.cxx \
           CommandMetricStatisticsSubtraceGroupAverage.cxx \
           CommandMetricStatisticsTMap.cxx \
           CommandMetricStatisticsTwoSampleTTest.cxx \
           CommandMetricStatisticsZMap.cxx \
           CommandMetricTwinComparison.cxx \
           CommandMetricTwinPairedDataDiffs.cxx \
           CommandPaintAddColumns.cxx \
           CommandPaintAssignNodes.cxx \
           CommandPaintAssignNodesRelativeToLine.cxx \
           CommandPaintComposite.cxx \
           CommandPaintDilation.cxx \
           CommandPaintFileCreate.cxx \
           CommandPreferencesFileSettings.cxx \
           CommandSceneCreate.cxx \
           CommandScriptComment.cxx \
           CommandScriptConvert.cxx \
           CommandScriptRun.cxx \
           CommandScriptVariableRead.cxx \
           CommandScriptVariableSet.cxx \
           CommandShowScene.cxx \
           CommandShowSurface.cxx \
           CommandShowVolume.cxx \
           CommandSpecFileAdd.cxx \
           CommandSpecFileChangeResolution.cxx \
           CommandSpecFileClean.cxx \
           CommandSpecFileCopy.cxx \
           CommandSpecFileCreate.cxx \
           CommandSpecFileDirectoryClean.cxx \
           CommandSpecFileZip.cxx \
           CommandStatisticSetRandomSeed.cxx \
           CommandStatisticalUnitTesting.cxx \
           CommandStereotaxicSpaces.cxx \
           CommandStudyMetaDataFileDuplicates.cxx \
           CommandStudyMetaDataFileValidate.cxx \
           CommandSurfaceAffineRegression.cxx \
           CommandSurfaceAlignToStandardOrientation.cxx \
           CommandSurfaceApplyTransformationMatrix.cxx \
           CommandSurfaceAverage.cxx \
           CommandSurfaceBorderCreateAverage.cxx \
           CommandSurfaceBorderCreateParallelBorder.cxx \
           CommandSurfaceBorderCutter.cxx \
           CommandSurfaceBorderDelete.cxx \
           CommandSurfaceBorderDrawAroundROI.cxx \
           CommandSurfaceBorderDrawGeodesic.cxx \
           CommandSurfaceBorderDrawMetric.cxx \
           CommandSurfaceBorderIntersection.cxx \
           CommandSurfaceBorderLandmarkIdentification.cxx \
           CommandSurfaceBorderLengths.cxx \
           CommandSurfaceBorderLinkToFocus.cxx \
           CommandSurfaceBorderMerge.cxx \
           CommandSurfaceBorderNibbler.cxx \
           CommandSurfaceBorderProjection.cxx \
           CommandSurfaceBorderResample.cxx \
           CommandSurfaceBorderReverse.cxx \
           CommandSurfaceBorderSetVariability.cxx \
           CommandSurfaceBorderToMetric.cxx \
           CommandSurfaceBorderToPaint.cxx \
           CommandSurfaceBorderUnprojection.cxx \
           CommandSurfaceBorderVariability.cxx \
           CommandSurfaceCellCreate.cxx \
           CommandSurfaceCellProjection.cxx \
           CommandSurfaceCellUnprojection.cxx \
           CommandSurfaceCrossoverCheck.cxx \
           CommandSurfaceCurvature.cxx \
           CommandSurfaceDistortion.cxx \
           CommandSurfaceFlatMultiResMorphing.cxx \
           CommandSurfaceFlatten.cxx \
           CommandSurfaceFociAttributeAssignment.cxx \
           CommandSurfaceFociCreate.cxx \
           CommandSurfaceFociDelete.cxx \
           CommandSurfaceFociProjection.cxx \
           CommandSurfaceFociProjectionPals.cxx \
           CommandSurfaceFociReassignStudyNames.cxx \
           CommandSurfaceFociStudyValidate.cxx \
           CommandSurfaceFociUnprojection.cxx \
           CommandSurfaceGenerateInflated.cxx \
           CommandSurfaceIdentifySulci.cxx \
           CommandSurfaceInflate.cxx \
           CommandSurfaceInformation.cxx \
           CommandSurfacePlaceFociAtExtremum.cxx \
           CommandSurfacePlaceFociAtLimits.cxx \
           CommandSurfaceRegionOfInterestSelection.cxx \
           CommandSurfaceRegistrationPrepareSlits.cxx \
           CommandSurfaceRegistrationSpherical.cxx \
           CommandSurfaceRegistrationSphericalSpecOnly.cxx \
           CommandSurfaceRoiCoordReport.cxx \
           CommandSurfaceRoiFoldingMeasures.cxx \
           CommandSurfaceRoiNodeAreas.cxx \
           CommandSurfaceRoiShapeMeasures.cxx \
           CommandSurfaceRoiStatisticalReport.cxx \
           CommandSurfaceSmoothing.cxx \
           CommandSurfaceSphericalMultiResMorphing.cxx \
           CommandSurfaceSulcalDepth.cxx \
           CommandSurfaceSulcalIdentificationProbabilistic.cxx \
           CommandSurfaceToCArrays.cxx \
           CommandSurfaceToCerebralHull.cxx \
           CommandSurfaceToSegmentationVolume.cxx \
           CommandSurfaceToVolume.cxx \
           CommandSurfaceTopologyDisconnectNodes.cxx \
           CommandSurfaceTopologyNeighbors.cxx \
           CommandSurfaceTopologyReport.cxx \
           CommandSurfaceTransformToStandardView.cxx \
           CommandSurfacesToSegmentationVolumeMask.cxx \
           CommandSystemCommandExecute.cxx \
           CommandSystemFileCopy.cxx \
           CommandSystemFileDelete.cxx \
           CommandTransformationMatrixCreate.cxx \
           CommandVerify.cxx \
           CommandVersion.cxx \
           CommandVolumeAnatomyPeaks.cxx \
           CommandVolumeBiasCorrection.cxx \
           CommandVolumeBlur.cxx \
           CommandVolumeClassifyIntensities.cxx \
           CommandVolumeConvertVectorToVolume.cxx \
           CommandVolumeCreate.cxx \
           CommandVolumeCreateCorpusCallosumSlice.cxx \
           CommandVolumeCreateInStereotaxicSpace.cxx \
           CommandVolumeDilate.cxx \
           CommandVolumeDilateErode.cxx \
           CommandVolumeDilateErodeWithinMask.cxx \
           CommandVolumeErode.cxx \
           CommandVolumeEulerCount.cxx \
           CommandVolumeFileCombine.cxx \
           CommandVolumeFileMerge.cxx \
           CommandVolumeFillBiggestObject.cxx \
           CommandVolumeFillHoles.cxx \
           CommandVolumeFillSlice.cxx \
           CommandVolumeFindLimits.cxx \
           CommandVolumeFloodFill.cxx \
           CommandVolumeGradient.cxx \
           CommandVolumeHistogram.cxx \
           CommandVolumeImportRawFile.cxx \
           CommandVolumeInformation.cxx \
           CommandVolumeInformationNifti.cxx \
           CommandVolumeMakePlane.cxx \
           CommandVolumeMakeRectangle.cxx \
           CommandVolumeMakeShell.cxx \
           CommandVolumeMakeSphere.cxx \
           CommandVolumeMapToSurface.cxx \
           CommandVolumeMapToSurfacePALS.cxx \
           CommandVolumeMapToSurfaceROIFile.cxx \
           CommandVolumeMapToVtkModel.cxx \
           CommandVolumeMaskVolume.cxx \
           CommandVolumeMaskWithVolume.cxx \
           CommandVolumeNearToPlane.cxx \
           CommandVolumePadVolume.cxx \
           CommandVolumeProbAtlasToFunctional.cxx \
           CommandVolumeReplaceVectorMagnitudeWithVolume.cxx \
           CommandVolumeReplaceVoxelsWithVectorMagnitude.cxx \
           CommandVolumeRemoveIslands.cxx \
           CommandVolumeResample.cxx \
           CommandVolumeRescaleVoxels.cxx \
           CommandVolumeResize.cxx \
           CommandVolumeScale0to255.cxx \
           CommandVolumeScalePercent0to255.cxx \
           CommandVolumeSculpt.cxx \
           CommandVolumeSegmentation.cxx \
           CommandVolumeSegmentationLigase.cxx \
           CommandVolumeSegmentationStereotaxicSpace.cxx \
           CommandVolumeSegmentationToCerebralHull.cxx \
           CommandVolumeSetOrientation.cxx \
           CommandVolumeSetOrigin.cxx \
           CommandVolumeSetSpacing.cxx \
           CommandVolumeShiftAxis.cxx \
           CommandVolumeSmearAxis.cxx \
           CommandVolumeTFCE.cxx \
           CommandVolumeThreshold.cxx \
           CommandVolumeThresholdDual.cxx \
           CommandVolumeThresholdInverse.cxx \
           CommandVolumeFslToVector.cxx \
           CommandVolumeTopologyCorrector.cxx \
           CommandVolumeTopologyGraph.cxx \
           CommandVolumeTopologyReport.cxx \
           CommandVolumeVectorCombine.cxx \
           OffScreenOpenGLWidget.cxx \
           ScriptBuilderParameters.cxx