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
Julien Cabieces
otb
Commits
253934eb
Commit
253934eb
authored
5 years ago
by
Julien Osman
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: Improve comments style and correct a typo
parent
e165f2a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Modules/Core/Metadata/include/otbImageMetadata.h
+14
-13
14 additions, 13 deletions
Modules/Core/Metadata/include/otbImageMetadata.h
with
14 additions
and
13 deletions
Modules/Core/Metadata/include/otbImageMetadata.h
+
14
−
13
View file @
253934eb
...
@@ -222,9 +222,10 @@ public:
...
@@ -222,9 +222,10 @@ public:
/** Format the metadata to JSON */
/** Format the metadata to JSON */
std
::
string
ToJSON
(
bool
multiline
=
false
)
const
;
std
::
string
ToJSON
(
bool
multiline
=
false
)
const
;
/** Import metadata from a string keywordlist (will skip
/** Import metadata from a string keywordlist.
* MDGeom::SensorGeometry). Returns True if all keywords were
* Will skip MDGeom::SensorGeometry).
* parsed correctly */
* Returns True if all keywords were parsed correctly.
*/
bool
FromKeywordlist
(
const
Keywordlist
&
);
bool
FromKeywordlist
(
const
Keywordlist
&
);
};
};
...
@@ -267,23 +268,23 @@ public:
...
@@ -267,23 +268,23 @@ public:
/** if all bands share the same value of a key, put it at top level */
/** if all bands share the same value of a key, put it at top level */
void
compact
();
void
compact
();
/** Export the Metadata as a list of KeywordList
/** Export the Metadata as a list of KeywordList
.
* The first KeywordList contains the metadata common to all the bands.
* The first KeywordList contains the metadata common to all the bands.
* The following KeywordList contain the metadata of the bands.
* The following KeywordList contain
s
the metadata of the bands.
*
*/
*/
void
ToKeywordlists
(
KeywordlistVector
&
)
const
;
void
ToKeywordlists
(
KeywordlistVector
&
)
const
;
/** Export the bands of the Metadata as a list of KeywordList
/** Export the bands of the Metadata as a list of KeywordList
.
* Each KeywordList contain the metadata of a band.
* Each KeywordList contain the metadata of a band.
*
*/
*/
void
ToBandKeywordlists
(
KeywordlistVector
&
)
const
;
void
ToBandKeywordlists
(
KeywordlistVector
&
)
const
;
/** Import metadata from a list of keywordlist (will skip
/** Import metadata from a list of keywordlist.
* MDGeom::SensorGeometry).
* The first KeywordList contains the metadata common to all the bands.
* The first KeywordList contains the metadata common to all the bands.
* The following KeywordList contain the metadata of the bands.
* The following KeywordList contains the metadata of the bands.
* Returns True if all keywords were
* Will skip MDGeom::SensorGeometry.
* parsed correctly */
* Returns True if all keywords were parsed correctly.
*/
bool
FromKeywordlists
(
const
KeywordlistVector
&
);
bool
FromKeywordlists
(
const
KeywordlistVector
&
);
};
};
...
...
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