Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
0c1cc3f4
Commit
0c1cc3f4
authored
Nov 29, 2011
by
OTB Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE
parent
83e11509
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Applications/Utils/otbConvert.cxx
Applications/Utils/otbConvert.cxx
+1
-1
Code/ApplicationEngine/otbWrapperApplication.cxx
Code/ApplicationEngine/otbWrapperApplication.cxx
+9
-9
Code/ApplicationEngine/otbWrapperDocExampleStructure.h
Code/ApplicationEngine/otbWrapperDocExampleStructure.h
+1
-1
Code/ApplicationEngine/otbWrapperInputImageParameter.cxx
Code/ApplicationEngine/otbWrapperInputImageParameter.cxx
+1
-1
No files found.
Applications/Utils/otbConvert.cxx
View file @
0c1cc3f4
...
...
@@ -98,7 +98,7 @@ private:
}
void
DoCreateParameters
()
{
{
AddParameter
(
ParameterType_InputImage
,
"in"
,
"Input image"
);
SetParameterDescription
(
"in"
,
"Input image"
);
...
...
Code/ApplicationEngine/otbWrapperApplication.cxx
View file @
0c1cc3f4
...
...
@@ -47,15 +47,15 @@ namespace Wrapper
{
Application
::
Application
()
:
m_Name
(
""
),
m_Description
(
""
),
m_Logger
(
itk
::
Logger
::
New
()),
m_ProgressSourceDescription
(
""
),
m_DocName
(
""
),
m_DocLongDescription
(
""
),
m_DocAuthors
(
""
),
m_DocLimitations
(
""
),
m_DocSeeAlso
(
""
),
:
m_Name
(
""
),
m_Description
(
""
),
m_Logger
(
itk
::
Logger
::
New
()),
m_ProgressSourceDescription
(
""
),
m_DocName
(
""
),
m_DocLongDescription
(
""
),
m_DocAuthors
(
""
),
m_DocLimitations
(
""
),
m_DocSeeAlso
(
""
),
m_DocTags
()
{
// Don't call Init from the constructor, since it calls a virtual method !
...
...
Code/ApplicationEngine/otbWrapperDocExampleStructure.h
View file @
0c1cc3f4
...
...
@@ -141,7 +141,7 @@ public:
}
itk
::
OStringStream
oss
;
oss
<<
"otbcli_"
<<
m_ApplicationName
<<
" "
;
oss
<<
"otbcli_"
<<
m_ApplicationName
<<
" "
;
for
(
unsigned
int
i
=
0
;
i
<
m_ParameterList
.
size
();
i
++
)
{
...
...
Code/ApplicationEngine/otbWrapperInputImageParameter.cxx
View file @
0c1cc3f4
...
...
@@ -161,7 +161,7 @@ InputImageParameter::GetImage()
else
{
itkExceptionMacro
(
"Cannot ask a different image type"
);
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment