Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
e6b22bdf
Commit
e6b22bdf
authored
Jul 20, 2016
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: missing include guards
parent
b0015451
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
48 additions
and
0 deletions
+48
-0
Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.txx
...upervised/include/otbBoostMachineLearningModelFactory.txx
+5
-0
Modules/Learning/Supervised/include/otbGradientBoostedTreeMachineLearningModelFactory.txx
...ude/otbGradientBoostedTreeMachineLearningModelFactory.txx
+5
-0
Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.txx
...clude/otbKNearestNeighborsMachineLearningModelFactory.txx
+5
-0
Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.txx
...pervised/include/otbLibSVMMachineLearningModelFactory.txx
+5
-0
Modules/Learning/Supervised/include/otbMachineLearningModelFactory.txx
...ing/Supervised/include/otbMachineLearningModelFactory.txx
+5
-0
Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.txx
...d/include/otbNeuralNetworkMachineLearningModelFactory.txx
+5
-0
Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.txx
...sed/include/otbNormalBayesMachineLearningModelFactory.txx
+5
-0
Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.txx
...d/include/otbRandomForestsMachineLearningModelFactory.txx
+5
-0
Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.txx
.../Supervised/include/otbSVMMachineLearningModelFactory.txx
+5
-0
Modules/Segmentation/Conversion/include/otbRasterizeVectorDataFilter.txx
...ation/Conversion/include/otbRasterizeVectorDataFilter.txx
+3
-0
No files found.
Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Learning/Supervised/include/otbGradientBoostedTreeMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Learning/Supervised/include/otbMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.txx
View file @
e6b22bdf
...
...
@@ -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
Modules/Segmentation/Conversion/include/otbRasterizeVectorDataFilter.txx
View file @
e6b22bdf
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment