diff --git a/Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.txx b/Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.txx index cfbacea9db8c2ffdc502e561caea6fad3f39ace1..972ad250b05c7797d4ff7a90fa30028a42f71a48 100644 --- a/Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.txx +++ b/Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.txx @@ -15,10 +15,13 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ +#ifndef otbGeometriesToGeometriesFilter_txx +#define otbGeometriesToGeometriesFilter_txx /*===========================================================================*/ /*===============================[ Includes ]================================*/ /*===========================================================================*/ +#include "otbGeometriesToGeometriesFilter.h" /*===========================================================================*/ /*==================[ DefaultGeometriesToGeometriesFilter ]==================*/ @@ -111,3 +114,5 @@ void otb::TransformationFunctorDispatcher<TransformationFunctor,OGRGeometry,Fiel inout.SetFeature(feat); } } + +#endif diff --git a/Modules/Filtering/Projection/include/otbGeometriesProjectionFilter.txx b/Modules/Filtering/Projection/include/otbGeometriesProjectionFilter.txx index b5eace98aa320e098c75e850e9e3698d87b697af..d86a0169034b5f47d375ed45a64365765e941595 100644 --- a/Modules/Filtering/Projection/include/otbGeometriesProjectionFilter.txx +++ b/Modules/Filtering/Projection/include/otbGeometriesProjectionFilter.txx @@ -15,6 +15,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ +#ifndef otbGeometriesProjectionFilter_txx +#define otbGeometriesProjectionFilter_txx /*===========================================================================*/ /*===============================[ Includes ]================================*/ @@ -97,3 +99,5 @@ void otb::GeometriesProjectionFilter::SetOutputKeywordList(const ImageKeywordlis this->m_OutputKeywordList = kwl; this->Modified(); } + +#endif diff --git a/Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx b/Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx index ecde17980088d4eba9b8cf722eaf816c863dbac7..5f79e408a5ade34f93e4d7b3882bc0ac02fd6916 100644 --- a/Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx +++ b/Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx @@ -15,7 +15,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ - +#ifndef otbScalarBufferToImageFileWriter_txx +#define otbScalarBufferToImageFileWriter_txx #include "otbMacro.h" @@ -122,3 +123,4 @@ ScalarBufferToImageFileWriter<TBufferType, TOutputPixelType> } // end namespace otb +#endif diff --git a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.txx b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.txx index 578e867366607fc2d53d43a00a5d46cd504f8f23..9e289752acf917e4015e5e0f09207aeda07bd404 100644 --- a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.txx +++ b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.txx @@ -15,6 +15,9 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ +#ifndef otbDecisionTreeMachineLearningModelFactory_txx +#define otbDecisionTreeMachineLearningModelFactory_txx + #include "otbDecisionTreeMachineLearningModelFactory.h" #include "itkCreateObjectFunction.h" @@ -62,3 +65,5 @@ DecisionTreeMachineLearningModelFactory<TInputValue,TOutputValue> } } // end namespace otb + +#endif diff --git a/Modules/Segmentation/Conversion/include/otbOGRDataSourceToLabelImageFilter.txx b/Modules/Segmentation/Conversion/include/otbOGRDataSourceToLabelImageFilter.txx index 4106b2faedb4299eb2b89421bbc9dbb9504a8bf4..a704709105277d56f305ccf6baae11bd77df121e 100644 --- a/Modules/Segmentation/Conversion/include/otbOGRDataSourceToLabelImageFilter.txx +++ b/Modules/Segmentation/Conversion/include/otbOGRDataSourceToLabelImageFilter.txx @@ -15,6 +15,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ +#ifndef otbOGRDataSourceToLabelImageFilter_txx +#define otbOGRDataSourceToLabelImageFilter_txx #include "otbOGRDataSourceToLabelImageFilter.h" #include "otbOGRIOHelper.h" @@ -267,3 +269,5 @@ OGRDataSourceToLabelImageFilter<TOutputImage> } } // end namespace otb + +#endif