Skip to content
Snippets Groups Projects
Commit b0015451 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: missing include guards

parent 1e6a8265
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,13 @@ ...@@ -15,10 +15,13 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#ifndef otbGeometriesToGeometriesFilter_txx
#define otbGeometriesToGeometriesFilter_txx
/*===========================================================================*/ /*===========================================================================*/
/*===============================[ Includes ]================================*/ /*===============================[ Includes ]================================*/
/*===========================================================================*/ /*===========================================================================*/
#include "otbGeometriesToGeometriesFilter.h"
/*===========================================================================*/ /*===========================================================================*/
/*==================[ DefaultGeometriesToGeometriesFilter ]==================*/ /*==================[ DefaultGeometriesToGeometriesFilter ]==================*/
...@@ -111,3 +114,5 @@ void otb::TransformationFunctorDispatcher<TransformationFunctor,OGRGeometry,Fiel ...@@ -111,3 +114,5 @@ void otb::TransformationFunctorDispatcher<TransformationFunctor,OGRGeometry,Fiel
inout.SetFeature(feat); inout.SetFeature(feat);
} }
} }
#endif
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#ifndef otbGeometriesProjectionFilter_txx
#define otbGeometriesProjectionFilter_txx
/*===========================================================================*/ /*===========================================================================*/
/*===============================[ Includes ]================================*/ /*===============================[ Includes ]================================*/
...@@ -97,3 +99,5 @@ void otb::GeometriesProjectionFilter::SetOutputKeywordList(const ImageKeywordlis ...@@ -97,3 +99,5 @@ void otb::GeometriesProjectionFilter::SetOutputKeywordList(const ImageKeywordlis
this->m_OutputKeywordList = kwl; this->m_OutputKeywordList = kwl;
this->Modified(); this->Modified();
} }
#endif
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#ifndef otbScalarBufferToImageFileWriter_txx
#define otbScalarBufferToImageFileWriter_txx
#include "otbMacro.h" #include "otbMacro.h"
...@@ -122,3 +123,4 @@ ScalarBufferToImageFileWriter<TBufferType, TOutputPixelType> ...@@ -122,3 +123,4 @@ ScalarBufferToImageFileWriter<TBufferType, TOutputPixelType>
} // end namespace otb } // end namespace otb
#endif
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#ifndef otbDecisionTreeMachineLearningModelFactory_txx
#define otbDecisionTreeMachineLearningModelFactory_txx
#include "otbDecisionTreeMachineLearningModelFactory.h" #include "otbDecisionTreeMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h" #include "itkCreateObjectFunction.h"
...@@ -62,3 +65,5 @@ DecisionTreeMachineLearningModelFactory<TInputValue,TOutputValue> ...@@ -62,3 +65,5 @@ DecisionTreeMachineLearningModelFactory<TInputValue,TOutputValue>
} }
} // end namespace otb } // end namespace otb
#endif
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#ifndef otbOGRDataSourceToLabelImageFilter_txx
#define otbOGRDataSourceToLabelImageFilter_txx
#include "otbOGRDataSourceToLabelImageFilter.h" #include "otbOGRDataSourceToLabelImageFilter.h"
#include "otbOGRIOHelper.h" #include "otbOGRIOHelper.h"
...@@ -267,3 +269,5 @@ OGRDataSourceToLabelImageFilter<TOutputImage> ...@@ -267,3 +269,5 @@ OGRDataSourceToLabelImageFilter<TOutputImage>
} }
} // end namespace otb } // end namespace otb
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment