From 6365d71b987fd255ee62d0f1f449b9d34fb427d3 Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Sat, 22 Feb 2020 12:26:26 -0600 Subject: [PATCH] BUG: Wrapping bugs prevented building Several file name mis-matches caused configuration (and ultimately wrapping) to fail. --- wrapping/CMakeLists.txt | 27 ++++++++++--------- ...MorphologicalOpeningFeatureGenerator.wrap} | 0 2 files changed, 14 insertions(+), 13 deletions(-) rename wrapping/{itkMorphologicalOpeningFeatureGenerator => itkMorphologicalOpeningFeatureGenerator.wrap} (100%) diff --git a/wrapping/CMakeLists.txt b/wrapping/CMakeLists.txt index 298939a..dbdc8c4 100644 --- a/wrapping/CMakeLists.txt +++ b/wrapping/CMakeLists.txt @@ -7,12 +7,12 @@ set(WRAPPER_SUBMODULE_ORDER itkCannyEdgesDistanceFeatureGenerator itkCannyEdgesFeatureGenerator itkConfidenceConnectedSegmentationModule - itkConnectedreoldSegmentationModule - itkDescoteauxeetnessFeatureGenerator - itkDescoteauxeetnessImageFilter - itkFastMaringAndGeodesicActiveContourLevelSetSegmentationModule - itkFastMaringAndapeDetectionLevelSetSegmentationModule - itkFastMaringSegmentationModule + itkConnectedThresholdSegmentationModule + itkDescoteauxSheetnessFeatureGenerator + itkDescoteauxSheetnessImageFilter + itkFastMarchingAndGeodesicActiveContourLevelSetSegmentationModule + itkFastMarchingAndShapeDetectionLevelSetSegmentationModule + itkFastMarchingSegmentationModule itkFeatureAggregator itkFeatureGenerator itkFrangiTubularnessFeatureGenerator @@ -24,12 +24,12 @@ set(WRAPPER_SUBMODULE_ORDER itkIsotropicResamplerImageFilter itkLandmarksReader itkLesionSegmentationImageFilter8 - itkLesionSegmentationMeod + itkLesionSegmentationMethod itkLocalStructureImageFilter itkLungWallFeatureGenerator itkMaximumFeatureAggregator itkMinimumFeatureAggregator - itkMorologicalOpenningFeatureGenerator + itkMorphologicalOpeningFeatureGenerator itkRegionCompetitionImageFilter itkRegionGrowingSegmentationModule itkSatoLocalStructureFeatureGenerator @@ -37,12 +37,13 @@ set(WRAPPER_SUBMODULE_ORDER itkSatoVesselnessSigmoidFeatureGenerator itkSegmentationModule itkSegmentationVolumeEstimator - itkapeDetectionLevelSetSegmentationModule + itkShapeDetectionLevelSetSegmentationModule itkSigmoidFeatureGenerator - itkSingleaseLevelSetSegmentationModule - itkVesselEancingDiffusion3DImageFilter - itkVotingBinaroleFillFloodingImageFilter - itkWeitedSumFeatureAggregator) + itkSinglePhaseLevelSetSegmentationModule + itkVesselEnhancingDiffusion3DImageFilter + itkVotingBinaryHoleFillFloodingImageFilter + itkWeightedSumFeatureAggregator + ) itk_auto_load_submodules() itk_end_wrap_module() diff --git a/wrapping/itkMorphologicalOpeningFeatureGenerator b/wrapping/itkMorphologicalOpeningFeatureGenerator.wrap similarity index 100% rename from wrapping/itkMorphologicalOpeningFeatureGenerator rename to wrapping/itkMorphologicalOpeningFeatureGenerator.wrap