Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
1c5cd434
Commit
1c5cd434
authored
13 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
COMP: allow importing ossimPluginProjectionFactory and ossimOgcWktTranslator from the outside
parent
0b1940bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Utilities/otbossimplugins/gdal/ossimOgcWktTranslator.h
+2
-1
2 additions, 1 deletion
Utilities/otbossimplugins/gdal/ossimOgcWktTranslator.h
Utilities/otbossimplugins/ossim/ossimPluginProjectionFactory.h
+2
-1
2 additions, 1 deletion
...ties/otbossimplugins/ossim/ossimPluginProjectionFactory.h
with
4 additions
and
2 deletions
Utilities/otbossimplugins/gdal/ossimOgcWktTranslator.h
+
2
−
1
View file @
1c5cd434
...
...
@@ -19,13 +19,14 @@
#include
<ossim/base/ossimCommon.h>
#include
<ossim/base/ossimString.h>
#include
<ossimPluginConstants.h>
#include
<map>
#include
<string>
class
ossimKeywordlist
;
class
ossimOgcWktTranslator
class
OSSIM_PLUGINS_DLL
ossimOgcWktTranslator
{
public:
ossimOgcWktTranslator
();
...
...
This diff is collapsed.
Click to expand it.
Utilities/otbossimplugins/ossim/ossimPluginProjectionFactory.h
+
2
−
1
View file @
1c5cd434
...
...
@@ -9,13 +9,14 @@
#ifndef ossimPluginProjectionFactory_HEADER
#define ossimPluginProjectionFactory_HEADER
#include
<ossimPluginConstants.h>
#include
<ossim/projection/ossimProjectionFactoryBase.h>
namespace
ossimplugins
{
class
ossimPluginProjectionFactory
:
public
ossimProjectionFactoryBase
class
OSSIM_PLUGINS_DLL
ossimPluginProjectionFactory
:
public
ossimProjectionFactoryBase
{
public:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment