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 29, 2024
1 parent 6ac01c6 commit 04a028a
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>

#include "ITKImageProcessing/ITKImageProcessingFilterBinding.hpp"

Expand Down

0 comments on commit 04a028a

Please sign in to comment.