Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
4a2691ff
Commit
4a2691ff
authored
Jun 07, 2018
by
Victor Poughon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Replace ITK_NULLPTR by nullptr
parent
64983845
Changes
315
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
315 changed files
with
964 additions
and
964 deletions
+964
-964
Examples/Filtering/GeometriesChangeSpatialReference.cxx
Examples/Filtering/GeometriesChangeSpatialReference.cxx
+3
-3
Examples/Filtering/GeometriesFilter.cxx
Examples/Filtering/GeometriesFilter.cxx
+3
-3
Examples/IO/OGRWrappersExample.cxx
Examples/IO/OGRWrappersExample.cxx
+1
-1
Examples/Learning/SEMModelEstimatorExample.cxx
Examples/Learning/SEMModelEstimatorExample.cxx
+2
-2
Examples/Learning/SOMExample.cxx
Examples/Learning/SOMExample.cxx
+1
-1
Examples/Projections/OrthoRectificationExample.cxx
Examples/Projections/OrthoRectificationExample.cxx
+2
-2
Examples/Projections/SensorModelExample.cxx
Examples/Projections/SensorModelExample.cxx
+2
-2
Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx
Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx
+3
-3
Examples/Tutorials/OrthoFusion.cxx
Examples/Tutorials/OrthoFusion.cxx
+2
-2
Modules/Adapters/CurlAdapters/src/otbCurlHelper.cxx
Modules/Adapters/CurlAdapters/src/otbCurlHelper.cxx
+1
-1
Modules/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h
...s/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h
+3
-3
Modules/Adapters/GdalAdapters/include/otbOGRHelpers.h
Modules/Adapters/GdalAdapters/include/otbOGRHelpers.h
+2
-2
Modules/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
Modules/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
+3
-3
Modules/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
...ters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
+1
-1
Modules/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx
...les/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx
+6
-6
Modules/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx
Modules/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx
+1
-1
Modules/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
...Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
+8
-8
Modules/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx
...Adapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx
+2
-2
Modules/Adapters/OSSIMAdapters/src/otbDEMConvertAdapter.cxx
Modules/Adapters/OSSIMAdapters/src/otbDEMConvertAdapter.cxx
+1
-1
Modules/Adapters/OSSIMAdapters/src/otbDEMHandler.cxx
Modules/Adapters/OSSIMAdapters/src/otbDEMHandler.cxx
+4
-4
Modules/Adapters/OSSIMAdapters/src/otbDateTimeAdapter.cxx
Modules/Adapters/OSSIMAdapters/src/otbDateTimeAdapter.cxx
+1
-1
Modules/Adapters/OSSIMAdapters/src/otbEllipsoidAdapter.cxx
Modules/Adapters/OSSIMAdapters/src/otbEllipsoidAdapter.cxx
+1
-1
Modules/Adapters/OSSIMAdapters/src/otbGeometricSarSensorModelAdapter.cxx
...s/OSSIMAdapters/src/otbGeometricSarSensorModelAdapter.cxx
+3
-3
Modules/Adapters/OSSIMAdapters/src/otbImageKeywordlist.cxx
Modules/Adapters/OSSIMAdapters/src/otbImageKeywordlist.cxx
+3
-3
Modules/Adapters/OSSIMAdapters/src/otbMapProjectionAdapter.cxx
...es/Adapters/OSSIMAdapters/src/otbMapProjectionAdapter.cxx
+10
-10
Modules/Adapters/OSSIMAdapters/src/otbPlatformPositionAdapter.cxx
...Adapters/OSSIMAdapters/src/otbPlatformPositionAdapter.cxx
+3
-3
Modules/Adapters/OSSIMAdapters/src/otbSarSensorModelAdapter.cxx
...s/Adapters/OSSIMAdapters/src/otbSarSensorModelAdapter.cxx
+7
-7
Modules/Adapters/OSSIMAdapters/src/otbSensorModelAdapter.cxx
Modules/Adapters/OSSIMAdapters/src/otbSensorModelAdapter.cxx
+17
-17
Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx
...tions/AppClassification/app/otbComputeConfusionMatrix.cxx
+1
-1
Modules/Applications/AppClassification/app/otbComputeOGRLayersFeaturesStatistics.cxx
...ssification/app/otbComputeOGRLayersFeaturesStatistics.cxx
+2
-2
Modules/Applications/AppClassification/app/otbOGRLayerClassifier.cxx
...lications/AppClassification/app/otbOGRLayerClassifier.cxx
+3
-3
Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
...ions/AppDescriptors/app/otbHomologousPointsExtraction.cxx
+2
-2
Modules/Applications/AppImageUtils/app/otbExtractROI.cxx
Modules/Applications/AppImageUtils/app/otbExtractROI.cxx
+1
-1
Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx
...lications/AppProjection/app/otbGenerateRPCSensorModel.cxx
+1
-1
Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx
...s/Applications/AppProjection/app/otbRefineSensorModel.cxx
+1
-1
Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx
.../Applications/AppSegmentation/app/otbLSMSSegmentation.cxx
+3
-3
Modules/Applications/AppSegmentation/app/otbLSMSVectorization.cxx
...Applications/AppSegmentation/app/otbLSMSVectorization.cxx
+4
-4
Modules/Applications/AppSegmentation/app/otbSegmentation.cxx
Modules/Applications/AppSegmentation/app/otbSegmentation.cxx
+2
-2
Modules/Applications/AppStereo/app/otbStereoFramework.cxx
Modules/Applications/AppStereo/app/otbStereoFramework.cxx
+3
-3
Modules/Core/CommandLineParser/include/otbCommandLineArgumentParser.h
.../CommandLineParser/include/otbCommandLineArgumentParser.h
+2
-2
Modules/Core/CommandLineParser/src/otbCommandLineArgumentParser.cxx
...re/CommandLineParser/src/otbCommandLineArgumentParser.cxx
+1
-1
Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.txx
.../Common/include/otbImageAndVectorImageOperationFilter.txx
+1
-1
Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.txx
...mmon/include/otbImageToModulusAndDirectionImageFilter.txx
+2
-2
Modules/Core/Common/include/otbImportImageFilter.txx
Modules/Core/Common/include/otbImportImageFilter.txx
+1
-1
Modules/Core/Common/include/otbModelComponentBase.txx
Modules/Core/Common/include/otbModelComponentBase.txx
+6
-6
Modules/Core/Common/src/otbConfigurationManager.cxx
Modules/Core/Common/src/otbConfigurationManager.cxx
+1
-1
Modules/Core/Common/src/otbExtendedFilenameHelper.cxx
Modules/Core/Common/src/otbExtendedFilenameHelper.cxx
+1
-1
Modules/Core/Common/src/otbFilterWatcherBase.cxx
Modules/Core/Common/src/otbFilterWatcherBase.cxx
+1
-1
Modules/Core/Common/src/otbSystem.cxx
Modules/Core/Common/src/otbSystem.cxx
+2
-2
Modules/Core/Common/src/otbWriterWatcherBase.cxx
Modules/Core/Common/src/otbWriterWatcherBase.cxx
+1
-1
Modules/Core/Common/test/otbSystemTest.cxx
Modules/Core/Common/test/otbSystemTest.cxx
+2
-2
Modules/Core/ImageBase/src/otbImageIOBase.cxx
Modules/Core/ImageBase/src/otbImageIOBase.cxx
+1
-1
Modules/Core/ImageBase/test/otbMultiChannelExtractROI.cxx
Modules/Core/ImageBase/test/otbMultiChannelExtractROI.cxx
+2
-2
Modules/Core/ImageBase/test/otbMultiToMonoChannelExtractROI.cxx
...s/Core/ImageBase/test/otbMultiToMonoChannelExtractROI.cxx
+1
-1
Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx
...erpolation/include/otbBSplineInterpolateImageFunction.txx
+1
-1
Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.txx
...erpolation/include/otbGenericInterpolateImageFunction.txx
+7
-7
Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h
Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h
+1
-1
Modules/Core/LabelMap/include/otbAttributesMapLabelObjectWithClassLabel.h
...elMap/include/otbAttributesMapLabelObjectWithClassLabel.h
+1
-1
Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.txx
...belMap/include/otbImageToLabelMapWithAttributesFilter.txx
+2
-2
Modules/Core/LabelMap/include/otbLabelMapSource.txx
Modules/Core/LabelMap/include/otbLabelMapSource.txx
+1
-1
Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.txx
...s/Core/LabelMap/include/otbLabelMapToSampleListFilter.txx
+1
-1
Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h
...es/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h
+1
-1
Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.txx
...ore/LabelMap/include/otbShapeAttributesLabelMapFilter.txx
+1
-1
Modules/Core/ObjectList/include/otbImageListSource.txx
Modules/Core/ObjectList/include/otbImageListSource.txx
+1
-1
Modules/Core/ObjectList/include/otbImageListToImageFilter.txx
...les/Core/ObjectList/include/otbImageListToImageFilter.txx
+1
-1
Modules/Core/ObjectList/include/otbImageListToImageListFilter.txx
...Core/ObjectList/include/otbImageListToImageListFilter.txx
+1
-1
Modules/Core/ObjectList/include/otbImageListToSingleImageFilter.txx
...re/ObjectList/include/otbImageListToSingleImageFilter.txx
+1
-1
Modules/Core/ObjectList/include/otbImageToImageListFilter.txx
...les/Core/ObjectList/include/otbImageToImageListFilter.txx
+1
-1
Modules/Core/ObjectList/include/otbObjectListSource.txx
Modules/Core/ObjectList/include/otbObjectListSource.txx
+1
-1
Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.txx
...re/ObjectList/include/otbObjectListToObjectListFilter.txx
+1
-1
Modules/Core/PointSet/include/otbImageToPointSetFilter.txx
Modules/Core/PointSet/include/otbImageToPointSetFilter.txx
+1
-1
Modules/Core/PointSet/include/otbPointSetSource.txx
Modules/Core/PointSet/include/otbPointSetSource.txx
+1
-1
Modules/Core/PointSet/include/otbPointSetToPointSetFilter.txx
...les/Core/PointSet/include/otbPointSetToPointSetFilter.txx
+1
-1
Modules/Core/SpatialObjects/include/otbLineSpatialObject.h
Modules/Core/SpatialObjects/include/otbLineSpatialObject.h
+2
-2
Modules/Core/SpatialObjects/include/otbLineSpatialObject.txx
Modules/Core/SpatialObjects/include/otbLineSpatialObject.txx
+1
-1
Modules/Core/SpatialObjects/include/otbSpatialObjectSource.txx
...es/Core/SpatialObjects/include/otbSpatialObjectSource.txx
+1
-1
Modules/Core/SpatialObjects/include/otbSpatialObjectToImageDrawingFilter.txx
...lObjects/include/otbSpatialObjectToImageDrawingFilter.txx
+1
-1
Modules/Core/Streaming/src/otbPipelineMemoryPrintCalculator.cxx
...s/Core/Streaming/src/otbPipelineMemoryPrintCalculator.cxx
+1
-1
Modules/Core/Transform/include/otbCompositeTransform.txx
Modules/Core/Transform/include/otbCompositeTransform.txx
+2
-2
Modules/Core/Transform/include/otbGenericMapProjection.txx
Modules/Core/Transform/include/otbGenericMapProjection.txx
+1
-1
Modules/Core/Transform/include/otbGenericRSTransform.txx
Modules/Core/Transform/include/otbGenericRSTransform.txx
+8
-8
Modules/Core/Transform/src/otbGeoInformationConversion.cxx
Modules/Core/Transform/src/otbGeoInformationConversion.cxx
+3
-3
Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx
Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx
+2
-2
Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx
Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx
+2
-2
Modules/Core/Transform/test/otbGenericRSTransform.cxx
Modules/Core/Transform/test/otbGenericRSTransform.cxx
+4
-4
Modules/Core/Transform/test/otbGenericRSTransformWithSRID.cxx
...les/Core/Transform/test/otbGenericRSTransformWithSRID.cxx
+2
-2
Modules/Core/VectorDataBase/include/otbDataNode.txx
Modules/Core/VectorDataBase/include/otbDataNode.txx
+1
-1
Modules/Core/VectorDataBase/include/otbDataNodeImageFunction.txx
.../Core/VectorDataBase/include/otbDataNodeImageFunction.txx
+1
-1
Modules/Core/VectorDataBase/include/otbDataNodeVectorDataFunction.txx
.../VectorDataBase/include/otbDataNodeVectorDataFunction.txx
+1
-1
Modules/Core/VectorDataBase/include/otbVectorDataIOBase.h
Modules/Core/VectorDataBase/include/otbVectorDataIOBase.h
+1
-1
Modules/Core/VectorDataBase/include/otbVectorDataProperties.h
...les/Core/VectorDataBase/include/otbVectorDataProperties.h
+1
-1
Modules/Core/VectorDataBase/include/otbVectorDataSource.txx
Modules/Core/VectorDataBase/include/otbVectorDataSource.txx
+1
-1
Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx
Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx
+2
-2
Modules/Core/VectorDataBase/test/otbPolygon.cxx
Modules/Core/VectorDataBase/test/otbPolygon.cxx
+1
-1
Modules/Detection/ObjectDetection/include/otbLabeledSampleLocalizationGenerator.txx
...tection/include/otbLabeledSampleLocalizationGenerator.txx
+1
-1
Modules/Detection/RoadExtraction/include/otbLikelihoodPathListFilter.txx
...on/RoadExtraction/include/otbLikelihoodPathListFilter.txx
+1
-1
Modules/Detection/RoadExtraction/include/otbModulusAndDirectionImageToImageFilter.txx
...tion/include/otbModulusAndDirectionImageToImageFilter.txx
+2
-2
Modules/Detection/RoadExtraction/test/otbAlignImageToPath.cxx
...les/Detection/RoadExtraction/test/otbAlignImageToPath.cxx
+1
-1
Modules/Detection/RoadExtraction/test/otbBreakAngularPathListFilter.cxx
...ion/RoadExtraction/test/otbBreakAngularPathListFilter.cxx
+1
-1
Modules/Detection/RoadExtraction/test/otbLikelihoodPathListFilter.cxx
...ction/RoadExtraction/test/otbLikelihoodPathListFilter.cxx
+1
-1
Modules/Detection/RoadExtraction/test/otbLinkPathListFilter.cxx
...s/Detection/RoadExtraction/test/otbLinkPathListFilter.cxx
+1
-1
Modules/Detection/RoadExtraction/test/otbRemoveTortuousPathListFilter.cxx
...n/RoadExtraction/test/otbRemoveTortuousPathListFilter.cxx
+1
-1
Modules/Detection/RoadExtraction/test/otbSimplifyPathListFilter.cxx
...tection/RoadExtraction/test/otbSimplifyPathListFilter.cxx
+1
-1
Modules/Feature/Descriptors/test/otbImageToSIFTKeyPointSetFilterOutputAscii.cxx
...ptors/test/otbImageToSIFTKeyPointSetFilterOutputAscii.cxx
+1
-1
Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.txx
...ture/Edge/include/otbHoughTransform2DLinesImageFilter.txx
+1
-1
Modules/Feature/Edge/include/otbLineDetectorImageFilterBase.txx
...s/Feature/Edge/include/otbLineDetectorImageFilterBase.txx
+4
-4
Modules/Feature/Edge/include/otbLineSegmentDetector.txx
Modules/Feature/Edge/include/otbLineSegmentDetector.txx
+1
-1
Modules/Feature/Edge/include/otbPixelSuppressionByDirectionImageFilter.txx
...dge/include/otbPixelSuppressionByDirectionImageFilter.txx
+2
-2
Modules/Feature/Textures/include/otbSFSTexturesImageFilter.txx
...es/Feature/Textures/include/otbSFSTexturesImageFilter.txx
+6
-6
Modules/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.txx
...xtures/include/otbScalarImageToAdvancedTexturesFilter.txx
+10
-10
Modules/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.txx
...res/include/otbScalarImageToHigherOrderTexturesFilter.txx
+11
-11
Modules/Feature/Textures/include/otbScalarImageToTexturesFilter.txx
...ature/Textures/include/otbScalarImageToTexturesFilter.txx
+8
-8
Modules/Feature/Textures/test/otbScalarImageToHigherOrderTexturesFilter.cxx
...xtures/test/otbScalarImageToHigherOrderTexturesFilter.cxx
+5
-5
Modules/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.txx
.../otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.txx
+2
-2
Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.txx
...clude/otbKullbackLeiblerSupervizedDistanceImageFilter.txx
+6
-6
Modules/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.txx
.../include/otbMultivariateAlterationDetectorImageFilter.txx
+2
-2
Modules/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.txx
...duction/include/otbAngularProjectionBinaryImageFilter.txx
+2
-2
Modules/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.txx
...lityReduction/include/otbAngularProjectionImageFilter.txx
+1
-1
Modules/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.txx
...yReduction/include/otbAngularProjectionSetImageFilter.txx
+1
-1
Modules/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.txx
...eduction/include/otbSparseWvltToAngleMapperListFilter.txx
+1
-1
Modules/Filtering/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.txx
...ation/include/otbBinaryFunctorNeighborhoodImageFilter.txx
+2
-2
Modules/Filtering/ImageManipulation/include/otbChangeInformationImageFilter.txx
...eManipulation/include/otbChangeInformationImageFilter.txx
+1
-1
Modules/Filtering/ImageManipulation/include/otbGridResampleImageFilter.txx
.../ImageManipulation/include/otbGridResampleImageFilter.txx
+1
-1
Modules/Filtering/ImageManipulation/include/otbMaskedIteratorDecorator.txx
.../ImageManipulation/include/otbMaskedIteratorDecorator.txx
+1
-1
Modules/Filtering/ImageManipulation/include/otbPrintableImageFilter.txx
...ing/ImageManipulation/include/otbPrintableImageFilter.txx
+1
-1
Modules/Filtering/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.h
...on/include/otbStreamingMatrixTransposeMatrixImageFilter.h
+2
-2
Modules/Filtering/ImageManipulation/test/otbChangeInformationImageFilter.cxx
...mageManipulation/test/otbChangeInformationImageFilter.cxx
+1
-1
Modules/Filtering/ImageManipulation/test/otbMaskedIteratorDecorator.cxx
...ing/ImageManipulation/test/otbMaskedIteratorDecorator.cxx
+2
-2
Modules/Filtering/ImageManipulation/test/otbRegionProjectionResampler.cxx
...g/ImageManipulation/test/otbRegionProjectionResampler.cxx
+2
-2
Modules/Filtering/Path/include/otbDrawPathListFilter.txx
Modules/Filtering/Path/include/otbDrawPathListFilter.txx
+1
-1
Modules/Filtering/Path/include/otbImageFittingPolygonListFilter.txx
...ltering/Path/include/otbImageFittingPolygonListFilter.txx
+1
-1
Modules/Filtering/Path/include/otbImageToPathListFilter.txx
Modules/Filtering/Path/include/otbImageToPathListFilter.txx
+1
-1
Modules/Filtering/Path/include/otbPathFunction.txx
Modules/Filtering/Path/include/otbPathFunction.txx
+1
-1
Modules/Filtering/Path/include/otbPathListToHistogramGenerator.txx
...iltering/Path/include/otbPathListToHistogramGenerator.txx
+1
-1
Modules/Filtering/Path/include/otbVectorizationPathListFilter.txx
...Filtering/Path/include/otbVectorizationPathListFilter.txx
+2
-2
Modules/Filtering/Path/test/otbRegionImageToRectangularPathListFilter.cxx
...g/Path/test/otbRegionImageToRectangularPathListFilter.cxx
+1
-1
Modules/Filtering/Polarimetry/test/otbMultiChannelsPolarimetricSynthesisFilter.cxx
...etry/test/otbMultiChannelsPolarimetricSynthesisFilter.cxx
+4
-4
Modules/Filtering/Polarimetry/test/otbVectorMultiChannelsPolarimetricSynthesisFilter.cxx
...est/otbVectorMultiChannelsPolarimetricSynthesisFilter.cxx
+4
-4
Modules/Filtering/Projection/include/otbGenericRSResampleImageFilter.txx
...ng/Projection/include/otbGenericRSResampleImageFilter.txx
+2
-2
Modules/Filtering/Projection/include/otbGeometriesProjectionFilter.txx
...ring/Projection/include/otbGeometriesProjectionFilter.txx
+1
-1
Modules/Filtering/Projection/include/otbImageToEnvelopeVectorDataFilter.txx
...Projection/include/otbImageToEnvelopeVectorDataFilter.txx
+1
-1
Modules/Filtering/Projection/include/otbOrthoRectificationFilter.txx
...tering/Projection/include/otbOrthoRectificationFilter.txx
+1
-1
Modules/Filtering/Projection/include/otbVectorDataTransformFilter.txx
...ering/Projection/include/otbVectorDataTransformFilter.txx
+1
-1
Modules/Filtering/Projection/src/otbGeometriesProjectionFilter.cxx
...iltering/Projection/src/otbGeometriesProjectionFilter.cxx
+1
-1
Modules/Filtering/Projection/test/otbGCPsToRPCSensorModelImageFilterAndOrtho.cxx
...ction/test/otbGCPsToRPCSensorModelImageFilterAndOrtho.cxx
+2
-2
Modules/Filtering/Projection/test/otbGenericRSResampleImageFilter.cxx
...ering/Projection/test/otbGenericRSResampleImageFilter.cxx
+1
-1
Modules/Filtering/Projection/test/otbGenericRSTransformFromImage.cxx
...tering/Projection/test/otbGenericRSTransformFromImage.cxx
+2
-2
Modules/Filtering/Projection/test/otbOrthoRectificationFilter.cxx
...Filtering/Projection/test/otbOrthoRectificationFilter.cxx
+2
-2
Modules/Filtering/Projection/test/otbSensorModel.cxx
Modules/Filtering/Projection/test/otbSensorModel.cxx
+5
-5
Modules/Filtering/Statistics/include/otbListSampleGenerator.txx
...s/Filtering/Statistics/include/otbListSampleGenerator.txx
+2
-2
Modules/Filtering/Statistics/include/otbListSampleToBalancedListSampleFilter.txx
...stics/include/otbListSampleToBalancedListSampleFilter.txx
+1
-1
Modules/Filtering/Statistics/include/otbListSampleToHistogramListGenerator.txx
...tistics/include/otbListSampleToHistogramListGenerator.txx
+1
-1
Modules/Filtering/Statistics/include/otbListSampleToListSampleFilter.txx
...ng/Statistics/include/otbListSampleToListSampleFilter.txx
+1
-1
Modules/Filtering/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.txx
...de/otbListSampleToVariableDimensionHistogramGenerator.txx
+1
-1
Modules/Filtering/VectorDataManipulation/include/otbConcatenateVectorDataFilter.txx
...taManipulation/include/otbConcatenateVectorDataFilter.txx
+2
-2
Modules/Filtering/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.txx
.../include/otbVectorDataToSpecificDescriptionFilterBase.txx
+1
-1
Modules/Filtering/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.txx
...aManipulation/include/otbVectorDataToVectorDataFilter.txx
+1
-1
Modules/Fusion/Fuzzy/src/otbFuzzyDescriptorsModelManager.cxx
Modules/Fusion/Fuzzy/src/otbFuzzyDescriptorsModelManager.cxx
+2
-2
Modules/Fusion/PanSharpening/include/otbFusionImageBase.h
Modules/Fusion/PanSharpening/include/otbFusionImageBase.h
+3
-3
Modules/Fusion/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.txx
...rpening/include/otbLmvmPanSharpeningFusionImageFilter.txx
+2
-2
Modules/Fusion/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.txx
...ng/include/otbSimpleRcsPanSharpeningFusionImageFilter.txx
+2
-2
Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.txx
...pectral/Unmixing/include/otbSparseUnmixingImageFilter.txx
+1
-1
Modules/IO/Carto/include/otbImageToOSMVectorDataGenerator.txx
...les/IO/Carto/include/otbImageToOSMVectorDataGenerator.txx
+1
-1
Modules/IO/Carto/include/otbMapFileProductWriter.txx
Modules/IO/Carto/include/otbMapFileProductWriter.txx
+1
-1
Modules/IO/Carto/src/otbOSMDataToVectorDataGenerator.cxx
Modules/IO/Carto/src/otbOSMDataToVectorDataGenerator.cxx
+4
-4
Modules/IO/IOBSQ/src/otbBSQImageIO.cxx
Modules/IO/IOBSQ/src/otbBSQImageIO.cxx
+4
-4
Modules/IO/IOGDAL/include/otbOGRVectorDataIO.h
Modules/IO/IOGDAL/include/otbOGRVectorDataIO.h
+1
-1
Modules/IO/IOGDAL/src/otbGDALDatasetWrapper.cxx
Modules/IO/IOGDAL/src/otbGDALDatasetWrapper.cxx
+3
-3
Modules/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx
Modules/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx
+6
-6
Modules/IO/IOGDAL/src/otbGDALImageIO.cxx
Modules/IO/IOGDAL/src/otbGDALImageIO.cxx
+30
-30
Modules/IO/IOGDAL/src/otbGDALOverviewsBuilder.cxx
Modules/IO/IOGDAL/src/otbGDALOverviewsBuilder.cxx
+3
-3
Modules/IO/IOGDAL/src/otbOGRIOHelper.cxx
Modules/IO/IOGDAL/src/otbOGRIOHelper.cxx
+19
-19
Modules/IO/IOGDAL/src/otbOGRVectorDataIO.cxx
Modules/IO/IOGDAL/src/otbOGRVectorDataIO.cxx
+17
-17
Modules/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
Modules/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
+5
-5
Modules/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx
Modules/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx
+2
-2
Modules/IO/IOKML/include/otbKMLVectorDataIO.h
Modules/IO/IOKML/include/otbKMLVectorDataIO.h
+1
-1
Modules/IO/IOKML/src/otbKMLVectorDataIO.cxx
Modules/IO/IOKML/src/otbKMLVectorDataIO.cxx
+18
-18
Modules/IO/IOLUM/src/otbLUMImageIO.cxx
Modules/IO/IOLUM/src/otbLUMImageIO.cxx
+5
-5
Modules/IO/IOMSTAR/src/otbMSTARImageIO.cxx
Modules/IO/IOMSTAR/src/otbMSTARImageIO.cxx
+32
-32
Modules/IO/IOONERA/src/otbONERAImageIO.cxx
Modules/IO/IOONERA/src/otbONERAImageIO.cxx
+2
-2
Modules/IO/IORAD/src/otbRADImageIO.cxx
Modules/IO/IORAD/src/otbRADImageIO.cxx
+5
-5
Modules/IO/IOTileMap/src/otbTileMapImageIO.cxx
Modules/IO/IOTileMap/src/otbTileMapImageIO.cxx
+5
-5
Modules/IO/IOXML/include/otbStatisticsXMLFileReader.txx
Modules/IO/IOXML/include/otbStatisticsXMLFileReader.txx
+6
-6
Modules/IO/IOXML/include/otbStatisticsXMLFileWriter.txx
Modules/IO/IOXML/include/otbStatisticsXMLFileWriter.txx
+2
-2
Modules/IO/ImageIO/include/otbImageFileWriter.txx
Modules/IO/ImageIO/include/otbImageFileWriter.txx
+2
-2
Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx
...s/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx
+1
-1
Modules/IO/ImageIO/src/otbImageIOFactory.cxx
Modules/IO/ImageIO/src/otbImageIOFactory.cxx
+1
-1
Modules/IO/ImageIO/test/otbImageIOFactoryNew.cxx
Modules/IO/ImageIO/test/otbImageIOFactoryNew.cxx
+2
-2
Modules/IO/ImageIO/test/otbScalarBufferToImageFileWriterTest.cxx
.../IO/ImageIO/test/otbScalarBufferToImageFileWriterTest.cxx
+1
-1
Modules/IO/KMZWriter/include/otbKmzProductWriter.txx
Modules/IO/KMZWriter/include/otbKmzProductWriter.txx
+3
-3
Modules/IO/TestKernel/include/otbTestHelper.h
Modules/IO/TestKernel/include/otbTestHelper.h
+2
-2
Modules/IO/TestKernel/src/otbTestDriver.cxx
Modules/IO/TestKernel/src/otbTestDriver.cxx
+2
-2
Modules/IO/TestKernel/src/otbTestHelper.cxx
Modules/IO/TestKernel/src/otbTestHelper.cxx
+37
-37
Modules/IO/VectorDataIO/include/otbVectorDataFileReader.txx
Modules/IO/VectorDataIO/include/otbVectorDataFileReader.txx
+1
-1
Modules/IO/VectorDataIO/include/otbVectorDataFileWriter.txx
Modules/IO/VectorDataIO/include/otbVectorDataFileWriter.txx
+3
-3
Modules/IO/VectorDataIO/src/otbVectorDataIOFactory.cxx
Modules/IO/VectorDataIO/src/otbVectorDataIOFactory.cxx
+1
-1
Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.txx
...terShafer/include/otbDSFusionOfClassifiersImageFilter.txx
+1
-1
Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.txx
...ing/DempsterShafer/include/otbJointMassOfBeliefFilter.txx
+1
-1
Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.h
...nsionalityReductionLearning/include/otbAutoencoderModel.h
+2
-2
Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.txx
...arning/include/otbDimensionalityReductionModelFactory.txx
+1
-1
Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.txx
...earning/include/otbImageDimensionalityReductionFilter.txx
+2
-2
Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.h
...ing/DimensionalityReductionLearning/include/otbPCAModel.h
+2
-2
Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.h
...ing/DimensionalityReductionLearning/include/otbSOMModel.h
+1
-1
Modules/Learning/LearningBase/include/otbGaussianModelComponent.txx
...arning/LearningBase/include/otbGaussianModelComponent.txx
+2
-2
Modules/Learning/LearningBase/include/otbImageClassificationFilter.txx
...ing/LearningBase/include/otbImageClassificationFilter.txx
+2
-2
Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.txx
...arningBase/include/otbKMeansImageClassificationFilter.txx
+1
-1
Modules/Learning/LearningBase/include/otbMachineLearningModel.h
...s/Learning/LearningBase/include/otbMachineLearningModel.h
+4
-4
Modules/Learning/LearningBase/include/otbMachineLearningModel.txx
...Learning/LearningBase/include/otbMachineLearningModel.txx
+5
-5
Modules/Learning/LearningBase/include/otbSEMClassifier.txx
Modules/Learning/LearningBase/include/otbSEMClassifier.txx
+5
-5
Modules/Learning/Markov/include/otbMRFSamplerRandomMAP.h
Modules/Learning/Markov/include/otbMRFSamplerRandomMAP.h
+6
-6
Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.txx
...es/Learning/Markov/include/otbMarkovRandomFieldFilter.txx
+2
-2
Modules/Learning/SOM/include/otbSOMImageClassificationFilter.txx
.../Learning/SOM/include/otbSOMImageClassificationFilter.txx
+1
-1
Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.txx
...ng/Sampling/include/otbOGRDataToClassStatisticsFilter.txx
+5
-5
Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.txx
...ing/Sampling/include/otbOGRDataToSamplePositionFilter.txx
+1
-1
Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.txx
...ning/Sampling/include/otbPersistentSamplingFilterBase.txx
+7
-7
Modules/Learning/Supervised/include/otbBoostMachineLearningModel.h
...earning/Supervised/include/otbBoostMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbBoostMachineLearningModel.txx
...rning/Supervised/include/otbBoostMachineLearningModel.txx
+4
-4
Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.h
.../Supervised/include/otbDecisionTreeMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.txx
...upervised/include/otbDecisionTreeMachineLearningModel.txx
+4
-4
Modules/Learning/Supervised/include/otbGradientBoostedTreeMachineLearningModel.h
...ised/include/otbGradientBoostedTreeMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbGradientBoostedTreeMachineLearningModel.txx
...ed/include/otbGradientBoostedTreeMachineLearningModel.txx
+3
-3
Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.h
...rvised/include/otbKNearestNeighborsMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.txx
...ised/include/otbKNearestNeighborsMachineLearningModel.txx
+2
-2
Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.h
...arning/Supervised/include/otbLibSVMMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx
...ning/Supervised/include/otbLibSVMMachineLearningModel.txx
+10
-10
Modules/Learning/Supervised/include/otbMachineLearningModelFactory.txx
...ing/Supervised/include/otbMachineLearningModelFactory.txx
+1
-1
Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.h
...Supervised/include/otbNeuralNetworkMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.txx
...pervised/include/otbNeuralNetworkMachineLearningModel.txx
+8
-8
Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.h
...g/Supervised/include/otbNormalBayesMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.txx
...Supervised/include/otbNormalBayesMachineLearningModel.txx
+3
-3
Modules/Learning/Supervised/include/otbOpenCVUtils.h
Modules/Learning/Supervised/include/otbOpenCVUtils.h
+1
-1
Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.h
...Supervised/include/otbRandomForestsMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.txx
...pervised/include/otbRandomForestsMachineLearningModel.txx
+4
-4
Modules/Learning/Supervised/include/otbSVMMachineLearningModel.h
.../Learning/Supervised/include/otbSVMMachineLearningModel.h
+1
-1
Modules/Learning/Supervised/include/otbSVMMachineLearningModel.txx
...earning/Supervised/include/otbSVMMachineLearningModel.txx
+4
-4
Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.h
...vised/include/otbSharkRandomForestsMachineLearningModel.h
+2
-2
Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.txx
...sed/include/otbSharkRandomForestsMachineLearningModel.txx
+5
-5
Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h
...Unsupervised/include/otbSharkKMeansMachineLearningModel.h
+2
-2
Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.txx
...supervised/include/otbSharkKMeansMachineLearningModel.txx
+5
-5
Modules/OBIA/RCC8/include/otbImageListToRCC8GraphFilter.txx
Modules/OBIA/RCC8/include/otbImageListToRCC8GraphFilter.txx
+1
-1
Modules/OBIA/RCC8/include/otbPolygonListToRCC8GraphFilter.txx
...les/OBIA/RCC8/include/otbPolygonListToRCC8GraphFilter.txx
+1
-1
Modules/OBIA/RCC8/include/otbRCC8GraphFileWriter.txx
Modules/OBIA/RCC8/include/otbRCC8GraphFileWriter.txx
+1
-1
Modules/OBIA/RCC8/include/otbRCC8GraphSource.txx
Modules/OBIA/RCC8/include/otbRCC8GraphSource.txx
+1
-1
Modules/Radiometry/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.txx
...include/otbReflectanceToSurfaceReflectanceImageFilter.txx
+2
-2
Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.txx
...clude/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.txx
+1
-1
Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx
...adiometry/OpticalCalibration/src/otbAeronetFileReader.cxx
+1
-1
Modules/Radiometry/OpticalCalibration/src/otbSpectralSensitivityReader.cxx
...y/OpticalCalibration/src/otbSpectralSensitivityReader.cxx
+2
-2
Modules/Radiometry/OpticalCalibration/test/otbSIXSTraitsTest.cxx
.../Radiometry/OpticalCalibration/test/otbSIXSTraitsTest.cxx
+1
-1
Modules/Radiometry/Simulation/include/otbReduceSpectralResponse.txx
...diometry/Simulation/include/otbReduceSpectralResponse.txx
+1
-1
Modules/Radiometry/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.txx
...tion/include/otbSurfaceReflectanceToReflectanceFilter.txx
+1
-1
Modules/Radiometry/Simulation/src/otbProspectModel.cxx
Modules/Radiometry/Simulation/src/otbProspectModel.cxx
+3
-3
Modules/Radiometry/Simulation/src/otbSailModel.cxx
Modules/Radiometry/Simulation/src/otbSailModel.cxx
+6
-6
Modules/Registration/DisparityMap/include/otbDisparityMapEstimationMethod.txx
.../DisparityMap/include/otbDisparityMapEstimationMethod.txx
+4
-4
Modules/Registration/DisparityMap/include/otbDisparityMapMedianFilter.txx
...tion/DisparityMap/include/otbDisparityMapMedianFilter.txx
+4
-4
Modules/Registration/DisparityMap/include/otbDisparityMapTo3DFilter.txx
...ration/DisparityMap/include/otbDisparityMapTo3DFilter.txx
+5
-5
Modules/Registration/DisparityMap/include/otbDisparityMapToDEMFilter.txx
...ation/DisparityMap/include/otbDisparityMapToDEMFilter.txx
+9
-9
Modules/Registration/DisparityMap/include/otbDisparityTranslateFilter.txx
...tion/DisparityMap/include/otbDisparityTranslateFilter.txx
+8
-8
Modules/Registration/DisparityMap/include/otbFineRegistrationImageFilter.txx
...n/DisparityMap/include/otbFineRegistrationImageFilter.txx
+4
-4
Modules/Registration/DisparityMap/include/otbMultiDisparityMapTo3DFilter.txx
...n/DisparityMap/include/otbMultiDisparityMapTo3DFilter.txx
+3
-3
Modules/Registration/DisparityMap/include/otbNCCRegistrationFunction.txx
...ation/DisparityMap/include/otbNCCRegistrationFunction.txx
+2
-2
Modules/Registration/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.txx
...arityMap/include/otbPixelWiseBlockMatchingImageFilter.txx
+12
-12
Modules/Registration/DisparityMap/include/otbSubPixelDisparityImageFilter.txx
.../DisparityMap/include/otbSubPixelDisparityImageFilter.txx
+9
-9
Modules/Registration/DisplacementField/include/otbPointSetWithTransformToDisplacementFieldGenerator.txx
.../otbPointSetWithTransformToDisplacementFieldGenerator.txx
+1
-1
Modules/Registration/Stereo/include/otbAdhesionCorrectionFilter.txx
...gistration/Stereo/include/otbAdhesionCorrectionFilter.txx
+6
-6
Modules/Registration/Stereo/include/otbBijectionCoherencyFilter.txx
...gistration/Stereo/include/otbBijectionCoherencyFilter.txx
+4
-4
Modules/Registration/Stereo/include/otbMulti3DMapToDEMFilter.txx
.../Registration/Stereo/include/otbMulti3DMapToDEMFilter.txx
+5
-5
Modules/Registration/Stereo/include/otbStereoSensorModelToElevationMapFilter.txx
...ereo/include/otbStereoSensorModelToElevationMapFilter.txx
+3
-3
Modules/Registration/Stereo/include/otbStereorectificationDisplacementFieldSource.txx
...include/otbStereorectificationDisplacementFieldSource.txx
+2
-2
Modules/Registration/Stereo/test/otbMulti3DMapToDEMFilter.cxx
...les/Registration/Stereo/test/otbMulti3DMapToDEMFilter.cxx
+4
-4
Modules/Segmentation/CCOBIA/test/otbConnectedComponentMuParserFunctorTest.cxx
.../CCOBIA/test/otbConnectedComponentMuParserFunctorTest.cxx
+2
-2
Modules/Segmentation/Conversion/include/otbLabelImageRegionMergingFilter.txx
...n/Conversion/include/otbLabelImageRegionMergingFilter.txx
+2
-2
Modules/Segmentation/Conversion/include/otbLabelImageRegionPruningFilter.txx
...n/Conversion/include/otbLabelImageRegionPruningFilter.txx
+2
-2
Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.txx
...Conversion/include/otbLabelImageToOGRDataSourceFilter.txx
+6
-6
Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.txx
...on/Conversion/include/otbLabelImageToVectorDataFilter.txx
+6
-6
Modules/Segmentation/Conversion/include/otbLabelMapToVectorDataFilter.txx
...tion/Conversion/include/otbLabelMapToVectorDataFilter.txx
+1
-1
Modules/Segmentation/Conversion/include/otbOGRDataSourceToLabelImageFilter.txx
...Conversion/include/otbOGRDataSourceToLabelImageFilter.txx
+3
-3
Modules/Segmentation/Conversion/include/otbPersistentImageToOGRLayerFilter.txx
...Conversion/include/otbPersistentImageToOGRLayerFilter.txx
+1
-1
Modules/Segmentation/Conversion/include/otbRasterizeVectorDataFilter.h
...ntation/Conversion/include/otbRasterizeVectorDataFilter.h
+1
-1
Modules/Segmentation/Conversion/include/otbRasterizeVectorDataFilter.txx
...ation/Conversion/include/otbRasterizeVectorDataFilter.txx
+9
-9
Modules/Segmentation/Conversion/include/otbVectorDataToLabelImageFilter.h
...tion/Conversion/include/otbVectorDataToLabelImageFilter.h
+1
-1
Modules/Segmentation/Conversion/include/otbVectorDataToLabelImageFilter.txx
...on/Conversion/include/otbVectorDataToLabelImageFilter.txx
+11
-11
Modules/Segmentation/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.txx
...n/include/otbVectorDataToLabelMapWithAttributesFilter.txx
+1
-1
Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.txx
...include/otbGeodesicMorphologyDecompositionImageFilter.txx
+2
-2
Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.txx
...otbProfileDerivativeToMultiScaleCharacteristicsFilter.txx
+1
-1
Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.txx
...GRProcessing/include/otbOGRLayerStreamStitchingFilter.txx
+2
-2
Modules/Segmentation/OGRProcessing/test/otbOGRLayerStreamStitchingFilter.cxx
...n/OGRProcessing/test/otbOGRLayerStreamStitchingFilter.cxx
+1
-1
Modules/Visualization/Ice/include/otbGlImageActor.h
Modules/Visualization/Ice/include/otbGlImageActor.h
+1
-1
Modules/Visualization/Ice/include/otbGlView.h
Modules/Visualization/Ice/include/otbGlView.h
+2
-2
Modules/Visualization/Ice/src/otbFragmentShaderRegistry.cxx
Modules/Visualization/Ice/src/otbFragmentShaderRegistry.cxx
+2
-2
Modules/Visualization/Ice/src/otbGlVectorActor.cxx
Modules/Visualization/Ice/src/otbGlVectorActor.cxx
+5
-5
Modules/Visualization/Ice/src/otbGlVersionChecker.cxx
Modules/Visualization/Ice/src/otbGlVersionChecker.cxx
+6
-6
Modules/Visualization/Ice/src/otbGlView.cxx
Modules/Visualization/Ice/src/otbGlView.cxx
+1
-1
Modules/Visualization/Ice/src/otbStandardShader.cxx
Modules/Visualization/Ice/src/otbStandardShader.cxx
+2
-2
Modules/Visualization/IceViewer/src/otbIce.cxx
Modules/Visualization/IceViewer/src/otbIce.cxx
+2
-2
Modules/Visualization/IceViewer/src/otbIceViewer.cxx
Modules/Visualization/IceViewer/src/otbIceViewer.cxx
+7
-7
Modules/Wrappers/ApplicationEngine/src/otbWrapperApplication.cxx
.../Wrappers/ApplicationEngine/src/otbWrapperApplication.cxx
+13
-13
Modules/Wrappers/ApplicationEngine/src/otbWrapperApplicationRegistry.cxx
...s/ApplicationEngine/src/otbWrapperApplicationRegistry.cxx
+6
-6
Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexInputImageParameter.cxx
...cationEngine/src/otbWrapperComplexInputImageParameter.cxx
+3
-3
Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexOutputImageParameter.cxx
...ationEngine/src/otbWrapperComplexOutputImageParameter.cxx
+1
-1
Modules/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameter.cxx
...s/ApplicationEngine/src/otbWrapperInputImageParameter.cxx
+3
-3
Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx
...licationEngine/src/otbWrapperInputProcessXMLParameter.cxx
+10
-10
Modules/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataParameter.cxx
...licationEngine/src/otbWrapperInputVectorDataParameter.cxx
+2
-2
Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputProcessXMLParameter.cxx
...icationEngine/src/otbWrapperOutputProcessXMLParameter.cxx
+5
-5
Modules/Wrappers/ApplicationEngine/src/otbWrapperParameterGroup.cxx
...appers/ApplicationEngine/src/otbWrapperParameterGroup.cxx
+3
-3
Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx
...ers/CommandLine/src/otbApplicationLauncherCommandLine.cxx
+7
-7
Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
...rappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
+3
-3
Modules/Wrappers/QtWidget/src/otbApplicationLauncherQt.cxx
Modules/Wrappers/QtWidget/src/otbApplicationLauncherQt.cxx
+1
-1
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetChoiceParameter.cxx
...appers/QtWidget/src/otbWrapperQtWidgetChoiceParameter.cxx
+4
-4
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetInputFilenameParameter.cxx
...QtWidget/src/otbWrapperQtWidgetInputFilenameParameter.cxx
+3
-3
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetInputImageParameter.cxx
...rs/QtWidget/src/otbWrapperQtWidgetInputImageParameter.cxx
+3
-3
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetInputVectorDataParameter.cxx
...Widget/src/otbWrapperQtWidgetInputVectorDataParameter.cxx
+3
-3
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetParameterFactory.cxx
...ppers/QtWidget/src/otbWrapperQtWidgetParameterFactory.cxx
+3
-3
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetParameterGroup.cxx
...rappers/QtWidget/src/otbWrapperQtWidgetParameterGroup.cxx
+3
-3
Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetProgressReport.cxx
...rappers/QtWidget/src/otbWrapperQtWidgetProgressReport.cxx
+1
-1
Modules/Wrappers/SWIG/src/python/itkPyCommand.cxx
Modules/Wrappers/SWIG/src/python/itkPyCommand.cxx
+3
-3
No files found.
Examples/Filtering/GeometriesChangeSpatialReference.cxx
View file @
4a2691ff
...
...
@@ -65,7 +65,7 @@ private:
otb
::
ogr
::
UniqueGeometryPtr
ReprojectTransformationFunctor
::
operator
()(
OGRGeometry
const
*
in
)
const
{
otb
::
ogr
::
UniqueGeometryPtr
out
(
in
?
in
->
clone
()
:
ITK_NULLPTR
);
otb
::
ogr
::
UniqueGeometryPtr
out
(
in
?
in
->
clone
()
:
nullptr
);
if
(
out
)
{
const
OGRErr
err
=
out
->
transform
(
m_reprojector
.
get
());
...
...
@@ -207,7 +207,7 @@ int main (int argc, char **argv)
otb
::
ogr
::
DataSource
::
Pointer
output
=
options
.
workingInplace
?
input
:
options
.
outputIsStdout
?
ITK_NULLPTR
:
options
.
outputIsStdout
?
nullptr
:
otb
::
ogr
::
DataSource
::
New
(
options
.
outputFile
,
otb
::
ogr
::
DataSource
::
Modes
::
Update_LayerCreateOnly
);
std
::
cout
<<
"input: "
<<
otb
::
ogr
::
version_proxy
::
GetFileListAsStringVector
(
&
input
->
ogr
())[
0
]
<<
" should be: "
<<
options
.
inputFile
<<
"
\n
"
;
if
(
output
)
...
...
@@ -234,7 +234,7 @@ int main (int argc, char **argv)
}
else
{
filter
->
UpdateOutputData
(
ITK_NULLPTR
);
filter
->
UpdateOutputData
(
nullptr
);
assert
(
filter
->
GetOutput
()
&&
"output not set"
);
filter
->
GetOutput
()
->
Print
(
std
::
cout
,
0
);
}
...
...
Examples/Filtering/GeometriesFilter.cxx
View file @
4a2691ff
...
...
@@ -35,7 +35,7 @@ struct SwapXYFunctor
typedef
OGRGeometry
TransformedElementType
;
otb
::
ogr
::
UniqueGeometryPtr
operator
()(
OGRGeometry
const
*
in
)
const
{
otb
::
ogr
::
UniqueGeometryPtr
out
(
in
?
in
->
clone
()
:
ITK_NULLPTR
);
otb
::
ogr
::
UniqueGeometryPtr
out
(
in
?
in
->
clone
()
:
nullptr
);
if
(
out
)
{
#if GDAL_VERSION_NUM >= 1900
...
...
@@ -74,7 +74,7 @@ int main (int argc, char **argv)
otb
::
ogr
::
DataSource
::
Pointer
output
=
workingInplace
?
input
:
outputIsStdout
?
ITK_NULLPTR
:
outputIsStdout
?
nullptr
:
otb
::
ogr
::
DataSource
::
New
(
outputFile
,
otb
::
ogr
::
DataSource
::
Modes
::
Update_LayerCreateOnly
);
std
::
cout
<<
"input: "
<<
otb
::
ogr
::
version_proxy
::
GetFileListAsStringVector
(
&
input
->
ogr
())[
0
]
<<
" should be: "
<<
inputFile
<<
"
\n
"
;
if
(
output
)
...
...
@@ -97,7 +97,7 @@ int main (int argc, char **argv)
}
else
{
filter
->
UpdateOutputData
(
ITK_NULLPTR
);
filter
->
UpdateOutputData
(
nullptr
);
assert
(
filter
->
GetOutput
()
&&
"output not set"
);
filter
->
GetOutput
()
->
Print
(
std
::
cout
,
0
);
}
...
...
Examples/IO/OGRWrappersExample.cxx
View file @
4a2691ff
...
...
@@ -109,7 +109,7 @@ int main(int argc, char * argv[])
otb
::
ogr
::
DataSource
::
Pointer
destination
=
otb
::
ogr
::
DataSource
::
New
(
argv
[
2
],
otb
::
ogr
::
DataSource
::
Modes
::
Update_LayerCreateOnly
);
otb
::
ogr
::
Layer
destLayer
=
destination
->
CreateLayer
(
argv
[
2
],
ITK_NULLPTR
,
wkbMultiPolygon
);
argv
[
2
],
nullptr
,
wkbMultiPolygon
);
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
...
...
Examples/Learning/SEMModelEstimatorExample.cxx
View file @
4a2691ff
...
...
@@ -102,7 +102,7 @@ int main(int argc, char * argv[])
// Software Guide : EndCodeSnippet
char
*
fileNameIn
=
argv
[
1
];
char
*
fileNameImgInit
=
ITK_NULLPTR
;
char
*
fileNameImgInit
=
nullptr
;
char
*
fileNameOut
=
argv
[
2
];
int
numberOfClasses
=
atoi
(
argv
[
3
]);
int
numberOfIteration
=
atoi
(
argv
[
4
]);
...
...
@@ -148,7 +148,7 @@ int main(int argc, char * argv[])
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
if
(
fileNameImgInit
!=
ITK_NULLPTR
)
if
(
fileNameImgInit
!=
nullptr
)
{
typedef
otb
::
ImageFileReader
<
OutputImageType
>
ImgInitReaderType
;
ImgInitReaderType
::
Pointer
segReader
=
ImgInitReaderType
::
New
();
...
...
Examples/Learning/SOMExample.cxx
View file @
4a2691ff
...
...
@@ -408,7 +408,7 @@ int main(int itkNotUsed(argc), char* argv[])
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
if
(
actMapFileName
!=
ITK_NULLPTR
)
if
(
actMapFileName
!=
nullptr
)
{
ActivationWriterType
::
Pointer
actWriter
=
ActivationWriterType
::
New
();
actWriter
->
SetFileName
(
actMapFileName
);
...
...
Examples/Projections/OrthoRectificationExample.cxx
View file @
4a2691ff
...
...
@@ -155,8 +155,8 @@ int main(int argc, char* argv[])
orthoRectifFilter
->
SetDisplacementFieldSpacing
(
gridSpacing
);
ImageType
::
PointType
origin
;
origin
[
0
]
=
strtod
(
argv
[
5
],
ITK_NULLPTR
);
origin
[
1
]
=
strtod
(
argv
[
6
],
ITK_NULLPTR
);
origin
[
0
]
=
strtod
(
argv
[
5
],
nullptr
);
origin
[
1
]
=
strtod
(
argv
[
6
],
nullptr
);
orthoRectifFilter
->
SetOutputOrigin
(
origin
);
// Software Guide : EndCodeSnippet
...
...
Examples/Projections/SensorModelExample.cxx
View file @
4a2691ff
...
...
@@ -187,8 +187,8 @@ int main(int argc, char* argv[])
spacing
[
1
]
=
-
0.00001
;
ImageType
::
PointType
origin
;
origin
[
0
]
=
strtod
(
argv
[
3
],
ITK_NULLPTR
);
//longitude
origin
[
1
]
=
strtod
(
argv
[
4
],
ITK_NULLPTR
);
//latitude
origin
[
0
]
=
strtod
(
argv
[
3
],
nullptr
);
//longitude
origin
[
1
]
=
strtod
(
argv
[
4
],
nullptr
);
//latitude
ImageType
::
RegionType
region
;
...
...
Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx
View file @
4a2691ff
...
...
@@ -133,7 +133,7 @@ public:
protected:
ImageUniqueValuesCalculator
()
{
m_Image
=
ITK_NULLPTR
;
m_Image
=
nullptr
;
}
~
ImageUniqueValuesCalculator
()
ITK_OVERRIDE
{
...
...
@@ -472,7 +472,7 @@ private:
int
main
(
int
argc
,
char
*
argv
[])
{
char
*
cmifname
=
ITK_NULLPTR
;
char
*
cmifname
=
nullptr
;
if
(
argc
!=
10
)
{
if
(
argc
==
11
)
// cloud mask filename optional parameter
...
...
@@ -807,7 +807,7 @@ int main(int argc, char *argv[])
miReader
->
UpdateOutputInformation
();
MaskImageType
::
Pointer
maskImage
=
miReader
->
GetOutput
();
if
(
cmifname
!=
ITK_NULLPTR
)
if
(
cmifname
!=
nullptr
)
{
MaskReaderType
::
Pointer
cmiReader
=
MaskReaderType
::
New
();
...
...
Examples/Tutorials/OrthoFusion.cxx
View file @
4a2691ff
...
...
@@ -142,8 +142,8 @@ int main(int argc, char* argv[])
spacing
[
1
]
=
atof
(
argv
[
11
]);
ImageType
::
PointType
origin
;
origin
[
0
]
=
strtod
(
argv
[
6
],
ITK_NULLPTR
);
origin
[
1
]
=
strtod
(
argv
[
7
],
ITK_NULLPTR
);
origin
[
0
]
=
strtod
(
argv
[
6
],
nullptr
);
origin
[
1
]
=
strtod
(
argv
[
7
],
nullptr
);
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
...
...
Modules/Adapters/CurlAdapters/src/otbCurlHelper.cxx
View file @
4a2691ff
...
...
@@ -178,7 +178,7 @@ public:
{
m_File
=
fopen
(
infname
,
"wb"
);
if
(
m_File
==
ITK_NULLPTR
)
if
(
m_File
==
nullptr
)
{
itkExceptionMacro
(
<<
" otbCurlHelper::FileResource : failed to open the file ."
<<
infname
);
}
...
...
Modules/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h
View file @
4a2691ff
...
...
@@ -283,7 +283,7 @@ public:
* \return the extent of all layers
* \throw itk::ExceptionObject if the layers extents can not be retrieved.
*/
OGREnvelope
GetGlobalExtent
(
bool
force
=
false
,
std
::
string
*
outwkt
=
ITK_NULLPTR
)
const
;
OGREnvelope
GetGlobalExtent
(
bool
force
=
false
,
std
::
string
*
outwkt
=
nullptr
)
const
;
/** Grafts data and information from one data source to another.
* \deprecated \c OGRLayer has an embedded input iterator. As a consequence,
...
...
@@ -330,7 +330,7 @@ public:
*/
Layer
CreateLayer
(
std
::
string
const
&
name
,
OGRSpatialReference
*
poSpatialRef
=
ITK_NULLPTR
,
OGRSpatialReference
*
poSpatialRef
=
nullptr
,
OGRwkbGeometryType
eGType
=
wkbUnknown
,
std
::
vector
<
std
::
string
>
const
&
papszOptions
=
std
::
vector
<
std
::
string
>
());
...
...
@@ -473,7 +473,7 @@ public:
* \see <em>Imperfect C++</em>, Matthew Wilson, Addisson-Welsey, par 24.6
*/
operator
int
boolean
::*
()
const
{
return
m_DataSource
?
&
boolean
::
i
:
ITK_NULLPTR
;
return
m_DataSource
?
&
boolean
::
i
:
nullptr
;
}
/** Flushes all changes to disk.
...
...
Modules/Adapters/GdalAdapters/include/otbOGRHelpers.h
View file @
4a2691ff
...
...
@@ -82,7 +82,7 @@ struct OTBGdalAdapters_EXPORT StringListConverter
{
m_raw
.
push_back
(
b
->
c_str
());
}
m_raw
.
push_back
(
ITK_NULLPTR
);
m_raw
.
push_back
(
nullptr
);
assert
(
CSLCount
(
const_cast
<
char
**>
(
&
m_raw
[
0
]))
==
static_cast
<
int
>
(
boost
::
size
(
strings
)));
}
/**
...
...
@@ -91,7 +91,7 @@ struct OTBGdalAdapters_EXPORT StringListConverter
char
**
to_ogr
()
const
{
return
m_raw
.
size
()
==
1
?
ITK_NULLPTR
?
nullptr
:
const_cast
<
char
**>
(
&
m_raw
[
0
]);
}
private:
...
...
Modules/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
View file @
4a2691ff
...
...
@@ -234,7 +234,7 @@ public:
*/
operator
int
boolean
::*
()
const
{
return
m_Layer
?
&
boolean
::
i
:
ITK_NULLPTR
;
return
m_Layer
?
&
boolean
::
i
:
nullptr
;
}
/** Access to raw \c OGRLayer.
...
...
@@ -336,12 +336,12 @@ public:
struct
enabler
{};
public:
feature_iter
()
:
m_Layer
(
ITK_NULLPTR
),
m_Crt
(
ITK_NULLPTR
)
{}
:
m_Layer
(
nullptr
),
m_Crt
(
nullptr
)
{}
explicit
feature_iter
(
otb
::
ogr
::
Layer
&
layer
)
:
m_Layer
(
&
layer
),
m_Crt
(
layer
.
GetNextFeature
())
{}
template
<
class
OtherValue
>
feature_iter
(
feature_iter
<
OtherValue
>
const
&
other
,
typename
boost
::
enable_if
<
boost
::
is_convertible
<
OtherValue
*
,
Value
*>
>::
type
*
=
ITK_NULLPTR
typename
boost
::
enable_if
<
boost
::
is_convertible
<
OtherValue
*
,
Value
*>
>::
type
*
=
nullptr
)
:
m_Layer
(
other
.
m_Layer
),
m_Crt
(
other
.
m_Crt
)
{}
...
...
Modules/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
View file @
4a2691ff
...
...
@@ -218,7 +218,7 @@ void otb::GeometriesToGeometriesFilter::GenerateData(void )
OGRSpatialReference
*
otb
::
GeometriesToGeometriesFilter
::
DoDefineNewLayerSpatialReference
(
ogr
::
Layer
const
&
itkNotUsed
(
source
))
const
{
return
ITK_NULLPTR
;
return
nullptr
;
}
/*virtual*/
...
...
Modules/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx
View file @
4a2691ff
...
...
@@ -44,7 +44,7 @@
bool
otb
::
ogr
::
DataSource
::
Clear
()
{
Reset
(
ITK_NULLPTR
);
Reset
(
nullptr
);
return
true
;
}
...
...
@@ -111,7 +111,7 @@ char const* DeduceDriverName(std::string filename)
boost
::
bind
(
&
ExtensionDriverAssociation
::
Matches
,
_1
,
extension
));
if
(
whichIt
==
boost
::
end
(
k_ExtensionDriverMap
))
{
return
ITK_NULLPTR
;
// nothing found
return
nullptr
;
// nothing found
}
return
whichIt
->
driverName
;
}
...
...
@@ -119,7 +119,7 @@ char const* DeduceDriverName(std::string filename)
otb
::
ogr
::
DataSource
::
DataSource
()
:
m_DataSource
(
ITK_NULLPTR
),
:
m_DataSource
(
nullptr
),
m_LayerOptions
()
,
m_OpenMode
(
Modes
::
Update_LayerUpdate
),
m_FirstModifiableLayerID
(
0
)
...
...
@@ -231,7 +231,7 @@ otb::ogr::DataSource::New(std::string const& datasourceName, Modes::type mode)
ogr
::
version_proxy
::
GDALDatasetType
*
ds
=
ogr
::
version_proxy
::
Open
(
simpleFileName
.
c_str
()
,
true
);
bool
ds_exists
=
(
ds
!=
ITK_NULLPTR
);
bool
ds_exists
=
(
ds
!=
nullptr
);
ogr
::
version_proxy
::
Close
(
ds
);
...
...
@@ -398,7 +398,7 @@ otb::ogr::Layer otb::ogr::DataSource::CreateLayer(
}
itkGenericExceptionMacro
(
<<
"GDALDataset opening mode not supported"
);
return
Layer
(
ITK_NULLPTR
,
false
);
// keep compiler happy
return
Layer
(
nullptr
,
false
);
// keep compiler happy
}
otb
::
ogr
::
Layer
otb
::
ogr
::
DataSource
::
CopyLayer
(
...
...
@@ -614,7 +614,7 @@ otb::ogr::Layer otb::ogr::DataSource::ExecuteSQL(
// Cannot use the deleter made for result sets obtained from
// GDALDataset::ExecuteSQL because it checks for non-nullity....
// *sigh*
return
otb
::
ogr
::
Layer
(
ITK_NULLPTR
,
modifiable
);
return
otb
::
ogr
::
Layer
(
nullptr
,
modifiable
);
#endif
}
return
otb
::
ogr
::
Layer
(
layer_ptr
,
*
m_DataSource
,
modifiable
);
...
...
Modules/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx
View file @
4a2691ff
...
...
@@ -279,7 +279,7 @@ OGRSpatialReference const* otb::ogr::Layer::GetSpatialRef() const
std
::
string
otb
::
ogr
::
Layer
::
GetProjectionRef
()
const
{
assert
(
m_Layer
&&
"OGRLayer not initialized"
);
char
*
wkt
=
ITK_NULLPTR
;
char
*
wkt
=
nullptr
;
OGRSpatialReference
const
*
srs
=
GetSpatialRef
();
if
(
srs
)
{
...
...
Modules/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
View file @
4a2691ff
...
...
@@ -191,7 +191,7 @@ BOOST_AUTO_TEST_CASE(OGRDataSource_shp_overwrite)
ogr
::
DataSource
::
Pointer
ds
=
ogr
::
DataSource
::
New
(
filename
,
ogr
::
DataSource
::
Modes
::
Overwrite
);
BOOST_ASSERT
(
ds
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
ITK_NULLPTR
,
wkbPoint
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
nullptr
,
wkbPoint
);
OGRFeatureDefn
&
defn
=
l
.
GetLayerDefn
();
l
.
CreateField
(
k_f0
);
l
.
CreateField
(
k_f1
);
...
...
@@ -225,7 +225,7 @@ BOOST_AUTO_TEST_CASE(OGRDataSource_shp_overwrite)
ogr
::
DataSource
::
Pointer
ds
=
ogr
::
DataSource
::
New
(
filename
,
ogr
::
DataSource
::
Modes
::
Overwrite
);
BOOST_ASSERT
(
ds
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
ITK_NULLPTR
,
wkbPoint
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
nullptr
,
wkbPoint
);
OGRFeatureDefn
&
defn
=
l
.
GetLayerDefn
();
l
.
CreateField
(
k_f0
);
l
.
CreateField
(
k_f1
);
...
...
@@ -476,7 +476,7 @@ BOOST_AUTO_TEST_CASE(OGRDataSource_sqlite_overwrite)
ogr
::
DataSource
::
Pointer
ds
=
ogr
::
DataSource
::
New
(
filename
,
ogr
::
DataSource
::
Modes
::
Overwrite
);
BOOST_ASSERT
(
ds
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
ITK_NULLPTR
,
wkbPoint
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
nullptr
,
wkbPoint
);
OGRFeatureDefn
&
defn
=
l
.
GetLayerDefn
();
l
.
CreateField
(
k_f0
);
l
.
CreateField
(
k_f1
);
...
...
@@ -510,7 +510,7 @@ BOOST_AUTO_TEST_CASE(OGRDataSource_sqlite_overwrite)
ogr
::
DataSource
::
Pointer
ds
=
ogr
::
DataSource
::
New
(
filename
,
ogr
::
DataSource
::
Modes
::
Overwrite
);
BOOST_ASSERT
(
ds
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
ITK_NULLPTR
,
wkbPoint
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
nullptr
,
wkbPoint
);
OGRFeatureDefn
&
defn
=
l
.
GetLayerDefn
();
l
.
CreateField
(
k_f0
);
l
.
CreateField
(
k_f1
);
...
...
@@ -603,7 +603,7 @@ BOOST_AUTO_TEST_CASE(OGRDataSource_sqlite_overwrite)
// Check that we can read the file
BOOST_ASSERT
(
ds
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
ITK_NULLPTR
,
wkbPoint
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
layer1
,
nullptr
,
wkbPoint
);
BOOST_CHECK_EQUAL
(
l
.
GetFeatureCount
(
true
),
0
);
// OGRFeatureDefn & defn = l.GetLayerDefn();
...
...
@@ -678,7 +678,7 @@ BOOST_AUTO_TEST_CASE(Add_n_Del_Fields)
ogr
::
FieldDefn
f5
(
*
defn
.
GetFieldDefn
(
5
));
BOOST_CHECK_EQUAL
(
f5
,
k_f5
);
BOOST_CHECK_EQUAL
(
defn
.
GetFieldDefn
(
6
),
(
void
*
)
ITK_NULLPTR
);
BOOST_CHECK_EQUAL
(
defn
.
GetFieldDefn
(
6
),
(
void
*
)
nullptr
);
}
#if GDAL_VERSION_NUM >= 1900
...
...
@@ -802,7 +802,7 @@ BOOST_AUTO_TEST_CASE(OGRDataSource_new_shp_with_features)
const
std
::
string
k_shp
=
"SomeShapeFileWithFeatures"
;
ogr
::
DataSource
::
Pointer
ds
=
ogr
::
DataSource
::
New
(
k_shp
+
".shp"
,
ogr
::
DataSource
::
Modes
::
Overwrite
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
k_one
,
ITK_NULLPTR
,
wkbPoint
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
k_one
,
nullptr
,
wkbPoint
);
OGRFeatureDefn
&
defn
=
l
.
GetLayerDefn
();
l
.
CreateField
(
k_f0
);
...
...
@@ -840,7 +840,7 @@ BOOST_AUTO_TEST_CASE(Local_Geometries)
BOOST_AUTO_TEST_CASE
(
Add_n_Read_Geometries
)
{
ogr
::
DataSource
::
Pointer
ds
=
ogr
::
DataSource
::
New
();
ogr
::
Layer
l
=
ds
->
CreateLayer
(
k_one
,
ITK_NULLPTR
,
wkbPoint
);
ogr
::
Layer
l
=
ds
->
CreateLayer
(
k_one
,
nullptr
,
wkbPoint
);
OGRFeatureDefn
&
defn
=
l
.
GetLayerDefn
();
for
(
int
u
=-
10
;
u
!=
10
;
++
u
)
{
...
...
Modules/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx
View file @
4a2691ff
...
...
@@ -45,7 +45,7 @@ int otbOGRExtendedFileNameGDALLayer(int , char* argv[])
{
auto
test
=
otb
::
ogr
::
DataSource
::
New
(
argv
[
1
]
,
otb
::
ogr
::
DataSource
::
Modes
::
Update_LayerOverwrite
);
test
->
CreateLayer
(
"2layertest"
,
ITK_NULLPTR
,
nullptr
,
wkbUnknown
);
std
::
string
error
=
CPLGetLastErrorMsg
();
if
(
error
.
find
(
"does not support layer creation option layeroption"
)
)
...
...
@@ -58,7 +58,7 @@ int otbOGRExtendedFileNameGDALLayerOption(int , char* argv[])
auto
test
=
otb
::
ogr
::
DataSource
::
New
(
argv
[
1
]
,
otb
::
ogr
::
DataSource
::
Modes
::
Update_LayerOverwrite
);
std
::
vector
<
std
::
string
>
option
{
"vectorlayeroption=OPTION"
};
test
->
CreateLayer
(
"2layertest"
,
ITK_NULLPTR
,
nullptr
,
wkbUnknown
,
option
);
std
::
string
error
=
CPLGetLastErrorMsg
();
...
...
Modules/Adapters/OSSIMAdapters/src/otbDEMConvertAdapter.cxx
View file @
4a2691ff
...
...
@@ -92,7 +92,7 @@ int DEMConvertAdapter::Convert(std::string tempFilename, std::string output)
ih
->
initialize
();
ossimRefPtr
<
ossimImageSource
>
source
=
ih
.
get
();
ossimRefPtr
<
ossimBandSelector
>
bs
=
ITK_NULLPTR
;
ossimRefPtr
<
ossimBandSelector
>
bs
=
nullptr
;
// Get the image rectangle for the rrLevel selected.
...
...
Modules/Adapters/OSSIMAdapters/src/otbDEMHandler.cxx
View file @
4a2691ff
...
...
@@ -51,15 +51,15 @@
namespace
otb
{
/** Initialize the singleton */
DEMHandler
::
Pointer
DEMHandler
::
m_Singleton
=
ITK_NULLPTR
;
DEMHandler
::
Pointer
DEMHandler
::
m_Singleton
=
nullptr
;
DEMHandler
::
Pointer
DEMHandler
::
Instance
()
{
if
(
m_Singleton
.
GetPointer
()
==
ITK_NULLPTR
)
if
(
m_Singleton
.
GetPointer
()
==
nullptr
)
{
m_Singleton
=
itk
::
ObjectFactory
<
Self
>::
Create
();
if
(
m_Singleton
.
GetPointer
()
==
ITK_NULLPTR
)
if
(
m_Singleton
.
GetPointer
()
==
nullptr
)
{
m_Singleton
=
new
DEMHandler
;
}
...
...
@@ -152,7 +152,7 @@ bool
DEMHandler
::
OpenGeoidFile
(
const
char
*
geoidFile
)
{
if
((
ossimGeoidManager
::
instance
()
->
findGeoidByShortName
(
"geoid1996"
))
==
ITK_NULLPTR
)
if
((
ossimGeoidManager
::
instance
()
->
findGeoidByShortName
(
"geoid1996"
))
==
nullptr
)
{
otbMsgDevMacro
(
<<
"Opening geoid: "
<<
geoidFile
);
ossimFilename
geoid
(
geoidFile
);
...
...
Modules/Adapters/OSSIMAdapters/src/otbDateTimeAdapter.cxx
View file @
4a2691ff
...
...
@@ -32,7 +32,7 @@ DateTimeAdapter::DateTimeAdapter()
DateTimeAdapter
::~
DateTimeAdapter
()
{
if
(
m_LocalTm
!=
ITK_NULLPTR
)
if
(
m_LocalTm
!=
nullptr
)
{
delete
m_LocalTm
;
}
...
...
Modules/Adapters/OSSIMAdapters/src/otbEllipsoidAdapter.cxx
View file @
4a2691ff
...
...
@@ -44,7 +44,7 @@ EllipsoidAdapter::EllipsoidAdapter()
EllipsoidAdapter
::~
EllipsoidAdapter
()
{