-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Move itk::PhasedArray3DSpecialCoordinatesImage to ITK core
Remove itk::PhasedArray3DSpecialCoordinatesImage wrapping from: InsightSoftwareConsortium/ITK#4101
- Loading branch information
Showing
14 changed files
with
13 additions
and
360 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
1 change: 0 additions & 1 deletion
1
test/Baseline/ScanConvertPhasedArray3DITKNearestNeighborTestOutput.mha.sha512
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
test/Baseline/ScanConvertPhasedArray3DITKWindowedSincTestOutput.mha.sha512
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
150 changes: 0 additions & 150 deletions
150
wrapping/itkPhasedArray3DSpecialCoordinatesImageFilters.wrap
This file was deleted.
Oops, something went wrong.
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,11 +1,19 @@ | ||
itk_wrap_include("list") | ||
itk_wrap_include("itkIndex.h") | ||
itk_wrap_include("itkImage.h") | ||
itk_wrap_include("itkCurvilinearArraySpecialCoordinatesImage.h") | ||
|
||
itk_wrap_class("itk::Spectra1DSupportWindowToMaskImageFilter" POINTER_WITH_2_SUPERCLASSES) | ||
foreach(d ${ITK_WRAP_IMAGE_DIMS}) | ||
foreach(t ${WRAP_ITK_INT}) | ||
itk_wrap_template("IlistitkIndex${d}${d}${ITKM_I${t}${d}}" "itk::Image< std::list< itk::Index< ${d} > >, ${d} >, ${ITKT_I${t}${d}}") | ||
endforeach(t) | ||
endforeach(d) | ||
|
||
foreach(d ${ITK_WRAP_IMAGE_DIMS}) | ||
foreach(t ${WRAP_ITK_INT}) | ||
itk_wrap_template("IlistitkIndex${d}${d}CASCI${ITKM_${t}}${d}" | ||
"itk::Image< std::list< itk::Index< ${d} > >, ${d} >, itk::CurvilinearArraySpecialCoordinatesImage< ${ITKT_${t}}, ${d} >") | ||
endforeach() | ||
endforeach() | ||
itk_end_wrap_class() |
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
Oops, something went wrong.