OTB  10.0.0
Orfeo Toolbox
otbWrapperTags.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
3  *
4  * This file is part of Orfeo Toolbox
5  *
6  * https://www.orfeo-toolbox.org/
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  */
20 
21 #ifndef otbWrapperTags_h
22 #define otbWrapperTags_h
23 
24 #include <string>
25 
26 namespace otb
27 {
28 namespace Wrapper
29 {
30 namespace Tags
31 {
32 
33 static const std::string Analysis = "Image Analysis";
34 static const std::string Calibration = "Calibration";
35 static const std::string ChangeDetection = "Change Detection";
36 static const std::string Coordinates = "Coordinates";
37 static const std::string DimensionReduction = "Dimensionality Reduction";
38 static const std::string FeatureExtraction = "Feature Extraction";
39 static const std::string Filter = "Image Filtering";
40 static const std::string Geometry = "Geometry";
41 static const std::string Hyperspectral = "Hyperspectral";
42 static const std::string Learning = "Learning";
43 static const std::string Manip = "Image Manipulation";
44 static const std::string Meta = "Image MetaData";
45 static const std::string Multi = "Image MultiResolution";
46 static const std::string Pansharpening = "Pansharpening";
47 static const std::string Raster = "Raster";
48 static const std::string SAR = "SAR";
49 static const std::string Stereo = "Stereo";
50 static const std::string Segmentation = "Segmentation";
51 static const std::string Vector = "Vector Data Manipulation";
52 static const std::string Deprecated = "Deprecated";
53 
54 } // end namespace Wrappers
55 } // end namespace Tags
56 } // end namespace otb
57 
58 #endif // otbWrapperTags_h_
static const std::string SAR
static const std::string ChangeDetection
static const std::string Learning
static const std::string Meta
static const std::string Manip
static const std::string DimensionReduction
static const std::string Hyperspectral
static const std::string Analysis
static const std::string Pansharpening
static const std::string Segmentation
static const std::string Coordinates
static const std::string Vector
static const std::string Deprecated
static const std::string Raster
static const std::string Geometry
static const std::string Calibration
static const std::string Stereo
static const std::string Filter
static const std::string Multi
static const std::string FeatureExtraction
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.