Skip to content

Commit

Permalink
COMP: Fix compiler errors due to capitalization
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Apr 28, 2024
1 parent 17640d7 commit 1c2b396
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKApproximateSignedDistanceMapImageFilter.h>
#include <itkApproximateSignedDistanceMapImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "simplnx/Parameters/DataObjectNameParameter.hpp"
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"

#include <ITKBoundedReciprocalImageFilter.h>
#include <itkBoundedReciprocalImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/DataObjectNameParameter.hpp"
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"

#include <ITKConnectedComponentImageFilter.h>
#include <itkConnectedComponentImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKCurvatureAnisotropicDiffusionImageFilter.h>
#include <itkCurvatureAnisotropicDiffusionImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKCurvatureFlowImageFilter.h>
#include <itkCurvatureFlowImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/DataObjectNameParameter.hpp"
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"

#include <ITKDanielssonDistanceMapImageFilter.h>
#include <itkDanielssonDistanceMapImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKDoubleThresholdImageFilter.h>
#include <itkDoubleThresholdImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKGradientAnisotropicDiffusionImageFilter.h>
#include <itkGradientAnisotropicDiffusionImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKGradientMagnitudeRecursiveGaussianImageFilter.h>
#include <itkGradientMagnitudeRecursiveGaussianImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKIsoContourDistanceImageFilter.h>
#include <itkIsoContourDistanceImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKLaplacianRecursiveGaussianImageFilter.h>
#include <itkLaplacianRecursiveGaussianImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKMeanProjectionImageFilter.h>
#include <itkMeanProjectionImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKMinMaxCurvatureFlowImageFilter.h>
#include <itkMinMaxCurvatureFlowImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/DataObjectNameParameter.hpp"
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"

#include <ITKMorphologicalWatershedFromMarkersImageFilter.h>
#include <itkMorphologicalWatershedFromMarkersImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKNormalizeToConstantImageFilter.h>
#include <itkNormalizeToConstantImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKRegionalMaximaImageFilter.h>
#include <itkRegionalMaximaImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKRegionalMinimaImageFilter.h>
#include <itkRegionalMinimaImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/DataObjectNameParameter.hpp"
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"

#include <ITKSignedDanielssonDistanceMapImageFilter.h>
#include <itkSignedDanielssonDistanceMapImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/VectorParameter.hpp"

#include <ITKSmoothingRecursiveGaussianImageFilter.h>
#include <itkSmoothingRecursiveGaussianImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKStandardDeviationProjectionImageFilter.h>
#include <itkStandardDeviationProjectionImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKSumProjectionImageFilter.h>
#include <itkSumProjectionImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKThresholdMaximumConnectedComponentsImageFilter.h>
#include <itkThresholdMaximumConnectedComponentsImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"
#include "simplnx/Parameters/NumberParameter.hpp"

#include <ITKZeroCrossingImageFilter.h>
#include <itkZeroCrossingImageFilter.h>

using namespace nx::core;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <CxPybind/CxPybind.hpp>

#include <ITKImageProcessing/ITKImageProcessingPlugin.hpp>
#include <itkImageProcessing/ITKImageProcessingPlugin.hpp>

Check failure on line 3 in src/Plugins/ITKImageProcessing/wrapping/python/itkimageprocessing.cpp

View workflow job for this annotation

GitHub Actions / build (ubuntu-20.04, g++-9)

itkImageProcessing/ITKImageProcessingPlugin.hpp: No such file or directory

Check warning on line 3 in src/Plugins/ITKImageProcessing/wrapping/python/itkimageprocessing.cpp

View workflow job for this annotation

GitHub Actions / build (macos-11)

non-portable path to file '<ITKImageProcessing/ITKImageProcessingPlugin.hpp>'; specified path differs in case from file name on disk [-Wnonportable-include-path]

Check failure on line 3 in src/Plugins/ITKImageProcessing/wrapping/python/itkimageprocessing.cpp

View workflow job for this annotation

GitHub Actions / build (ubuntu-20.04, g++-10)

itkImageProcessing/ITKImageProcessingPlugin.hpp: No such file or directory

Check failure on line 3 in src/Plugins/ITKImageProcessing/wrapping/python/itkimageprocessing.cpp

View workflow job for this annotation

GitHub Actions / build (ubuntu-20.04, clang++-10)

'itkImageProcessing/ITKImageProcessingPlugin.hpp' file not found

#include "ITKImageProcessing/ITKImageProcessingFilterBinding.hpp"

Expand Down

0 comments on commit 1c2b396

Please sign in to comment.