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
1e6a8265
Commit
1e6a8265
authored
Jul 20, 2016
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: cxx don't need include guards
parent
5266f1ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
23 deletions
+0
-23
Modules/Filtering/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx
...jection/src/otbPleiadesPToXSAffineTransformCalculator.cxx
+0
-7
Modules/IO/IOGDAL/src/otbOGRVectorDataIO.cxx
Modules/IO/IOGDAL/src/otbOGRVectorDataIO.cxx
+0
-5
Modules/IO/IOTileMap/src/otbTileMapImageIOHelper.cxx
Modules/IO/IOTileMap/src/otbTileMapImageIOHelper.cxx
+0
-5
Modules/Wrappers/ApplicationEngine/src/otbWrapperDocExampleStructure.cxx
...s/ApplicationEngine/src/otbWrapperDocExampleStructure.cxx
+0
-6
No files found.
Modules/Filtering/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx
View file @
1e6a8265
...
...
@@ -15,9 +15,6 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbPleiadesPToXSAffineTransformCalculator__cxx
#define __otbPleiadesPToXSAffineTransformCalculator__cxx
#include "otbPleiadesPToXSAffineTransformCalculator.h"
#include "otbPleiadesImageMetadataInterface.h"
#include "otbDateTimeAdapter.h"
...
...
@@ -199,7 +196,3 @@ PleiadesPToXSAffineTransformCalculator
}
}
// End namespace otb
#endif
Modules/IO/IOGDAL/src/otbOGRVectorDataIO.cxx
View file @
1e6a8265
...
...
@@ -15,9 +15,6 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbOGRVectorDataIO_txx
#define __otbOGRVectorDataIO_txx
#include "otbOGRVectorDataIO.h"
#include "ogrsf_frmts.h"
...
...
@@ -336,5 +333,3 @@ OGRVectorDataIO::GetOGRDriverName(std::string name) const
}
}
// end namespace otb
#endif
Modules/IO/IOTileMap/src/otbTileMapImageIOHelper.cxx
View file @
1e6a8265
...
...
@@ -15,9 +15,6 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbTileMapImageIOHelper_cxx
#define __otbTileMapImageIOHelper_cxx
#include "otbTileMapImageIOHelper.h"
namespace
otb
{
...
...
@@ -94,5 +91,3 @@ const std::string TileMapImageIOHelper::ConvertDepthToScale(const unsigned int d
}
}
// end namespace otb
#endif
Modules/Wrappers/ApplicationEngine/src/otbWrapperDocExampleStructure.cxx
View file @
1e6a8265
...
...
@@ -15,12 +15,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbWrapperDocExampleStructure_cxx
#define __otbWrapperDocExampleStructure_cxx
#include "otbWrapperDocExampleStructure.h"
namespace
otb
{
namespace
Wrapper
...
...
@@ -227,5 +223,3 @@ DocExampleStructure::GenerateHtmlExample()
}
// End namespace Wrapper
}
// 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