-
-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Use function scoping for wrapping
Limit the scope of global variable namespace polution by using an enclosing function instead of macros.
- Loading branch information
1 parent
fe0c52f
commit dba14cd
Showing
106 changed files
with
118 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKVTK) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKFiniteDifference) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
if(ITK_USE_GPU OR NOT ITK_SOURCE_DIR) | ||
itk_wrap_module(ITKGPUFiniteDifference) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKTestKernel) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
Modules/Filtering/AnisotropicSmoothing/wrapping/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKAnisotropicSmoothing) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKAntiAlias) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKBiasCorrection) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
3 changes: 1 addition & 2 deletions
3
Modules/Filtering/BinaryMathematicalMorphology/wrapping/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKBinaryMathematicalMorphology) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKColormap) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKDistanceMap) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module("ITKFFT") | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
Modules/Filtering/GPUAnisotropicSmoothing/wrapping/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
if(ITK_USE_GPU OR NOT ITK_SOURCE_DIR) | ||
itk_wrap_module(ITKGPUAnisotropicSmoothing) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
if(ITK_USE_GPU OR NOT ITK_SOURCE_DIR) | ||
itk_wrap_module(ITKGPUImageFilterBase) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
if(ITK_USE_GPU OR NOT ITK_SOURCE_DIR) | ||
itk_wrap_module(ITKGPUSmoothing) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKImageCompare) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKImageCompose) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKImageFilterBase) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
itk_wrap_module(ITKImageFrequency) | ||
|
||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKImageGradient) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKImageIntensity) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKImageLabel) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKImageNoise) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
itk_wrap_module(ITKImageSources) | ||
|
||
itk_auto_load_submodules() | ||
|
||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKImageStatistics) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
Modules/Filtering/QuadEdgeMeshFiltering/wrapping/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKQuadEdgeMeshFiltering) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKSmoothing) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOBMP) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOBioRad) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOBruker) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIODCMTK) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOGDCM) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOGE) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOGIPL) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOHDF5) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOIPL) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOJPEG) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOJPEG2000) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOLSM) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOMINC) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOMRC) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOMeshBYU) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOMeshFreeSurfer) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
itk_wrap_module(ITKIOMeshGifti) | ||
itk_auto_load_submodules() | ||
itk_end_wrap_module() | ||
itk_auto_load_and_end_wrap_submodules() |
Oops, something went wrong.