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
e0fcb320
Commit
e0fcb320
authored
13 years ago
by
Jonathan Guinet
Browse files
Options
Downloads
Patches
Plain Diff
ENH: generic tags in appli documention are available.
parent
cfc466a3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/ApplicationEngine/otbWrapperApplication.h
+1
-0
1 addition, 0 deletions
Code/ApplicationEngine/otbWrapperApplication.h
Code/ApplicationEngine/otbWrapperTags.h
+45
-0
45 additions, 0 deletions
Code/ApplicationEngine/otbWrapperTags.h
with
46 additions
and
0 deletions
Code/ApplicationEngine/otbWrapperApplication.h
+
1
−
0
View file @
e0fcb320
...
...
@@ -24,6 +24,7 @@
#include
"itkObjectFactory.h"
#include
"otbWrapperTypes.h"
#include
"otbWrapperTags.h"
#include
"otbWrapperParameterGroup.h"
#include
"itkLogger.h"
...
...
This diff is collapsed.
Click to expand it.
Code/ApplicationEngine/otbWrapperTags.h
0 → 100644
+
45
−
0
View file @
e0fcb320
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbWrapperTags_h
#define __otbWrapperTags_h
namespace
otb
{
namespace
Tags
{
static
const
std
::
string
Calibration
=
"Calibration"
;
static
const
std
::
string
ChangeDetection
=
"Change Detection"
;
static
const
std
::
string
Classification
=
"Classification"
;
static
const
std
::
string
DimensionReduction
=
"Dimensionnality Reduction"
;
static
const
std
::
string
FeatureExtraction
=
"Feature Extraction"
;
static
const
std
::
string
Filter
=
"Image Filtering"
;
static
const
std
::
string
HyperSpectral
=
"Hyper Spectral"
;
static
const
std
::
string
Learning
=
"Learning"
;
static
const
std
::
string
Manip
=
"Image Manipulation"
;
static
const
std
::
string
Projection
=
"Projection"
;
static
const
std
::
string
RadiometricIndices
=
"Radiometric Indices"
;
static
const
std
::
string
Raster
=
"Raster"
;
static
const
std
::
string
Segmentation
=
"Segmentation"
;
static
const
std
::
string
Vector
=
"Vector"
;
}
// end namespace Tags
}
// end namespace otb
#endif // __otbWrapperTags_h_
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