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
Container Registry
Model registry
Operate
Environments
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
Main Repositories
otb
Commits
5fd03fb2
Commit
5fd03fb2
authored
6 years ago
by
Manuel Grizonnet
Browse files
Options
Downloads
Patches
Plain Diff
WRG: private field HDRname is not used
parent
4c6275c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!621
Release 7.0 (master)
,
!162
Fix warnings on OTB develop branches
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Modules/IO/IOMSTAR/include/otbMSTARImageIO.h
+6
-7
6 additions, 7 deletions
Modules/IO/IOMSTAR/include/otbMSTARImageIO.h
with
6 additions
and
7 deletions
Modules/IO/IOMSTAR/include/otbMSTARImageIO.h
+
6
−
7
View file @
5fd03fb2
...
...
@@ -101,20 +101,20 @@ public:
// resolution overview.
return
1
;
}
/** Get information about overviews available into the file specified
* This imageIO didn't support overviews */
* This imageIO didn't support overviews */
std
::
vector
<
std
::
string
>
GetOverviewsInfo
()
override
{
std
::
vector
<
std
::
string
>
desc
;
return
desc
;
}
/** Provide hist about the output container to deal with complex pixel
* type (Not used here) */
void
SetOutputImagePixelType
(
bool
itkNotUsed
(
isComplexInternalPixelType
),
* type (Not used here) */
void
SetOutputImagePixelType
(
bool
itkNotUsed
(
isComplexInternalPixelType
),
bool
itkNotUsed
(
isVectorImage
))
override
{}
private
:
MSTARImageIO
(
const
Self
&
)
=
delete
;
void
operator
=
(
const
Self
&
)
=
delete
;
...
...
@@ -133,7 +133,6 @@ private:
const
char
*
MSTARname
;
/* Input MSTAR filename */
char
RAWname
[
80
];
/* Output MSTAR RAW filename */
char
HDRname
[
80
];
/* Phoenix header filename buffer */
int
outOpt
;
/* ALL data, or MAG ONLY... */
int
phlen
,
nhlen
,
mstartype
;
...
...
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