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

BUG: missing include guards

parent b0015451
No related branches found
No related tags found
No related merge requests found
Showing
with 48 additions and 0 deletions
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbBoostMachineLearningModelFactory_txx
#define otbBoostMachineLearningModelFactory_txx
#include "otbBoostMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h"
......@@ -62,3 +65,5 @@ BoostMachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbGradientBoostedTreeMachineLearningModelFactory_txx
#define otbGradientBoostedTreeMachineLearningModelFactory_txx
#include "otbGradientBoostedTreeMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h"
......@@ -62,3 +65,5 @@ GradientBoostedTreeMachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbKNearestNeighborsMachineLearningModelFactory_txx
#define otbKNearestNeighborsMachineLearningModelFactory_txx
#include "otbKNearestNeighborsMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h"
......@@ -62,3 +65,5 @@ KNearestNeighborsMachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbLibSVMMachineLearningModelFactory_txx
#define otbLibSVMMachineLearningModelFactory_txx
#include "otbLibSVMMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h"
......@@ -62,3 +65,5 @@ LibSVMMachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbMachineLearningModelFactory_txx
#define otbMachineLearningModelFactory_txx
#include "otbMachineLearningModelFactory.h"
#include "otbConfigure.h"
......@@ -212,3 +215,5 @@ MachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbNeuralNetworkMachineLearningModelFactory_txx
#define otbNeuralNetworkMachineLearningModelFactory_txx
#include "otbNeuralNetworkMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h"
......@@ -62,3 +65,5 @@ NeuralNetworkMachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbNormalBayesMachineLearningModelFactory_txx
#define otbNormalBayesMachineLearningModelFactory_txx
#include "otbNormalBayesMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h"
......@@ -62,3 +65,5 @@ NormalBayesMachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbRandomForestsMachineLearningModelFactory_txx
#define otbRandomForestsMachineLearningModelFactory_txx
#include "otbRandomForestsMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h"
......@@ -62,3 +65,5 @@ RandomForestsMachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,9 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbSVMMachineLearningModelFactory_txx
#define otbSVMMachineLearningModelFactory_txx
#include "otbSVMMachineLearningModelFactory.h"
#include "itkCreateObjectFunction.h"
......@@ -62,3 +65,5 @@ SVMMachineLearningModelFactory<TInputValue,TOutputValue>
}
} // end namespace otb
#endif
......@@ -15,6 +15,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef otbRasterizeVectorDataFilter_txx
#define otbRasterizeVectorDataFilter_txx
#include "otbRasterizeVectorDataFilter.h"
#include "otbOGRIOHelper.h"
......@@ -209,3 +211,4 @@ RasterizeVectorDataFilter<TVectorData, TInputImage, TOutputImage>
} // 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