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
4d760ccc
Commit
4d760ccc
authored
Mar 05, 2015
by
Julien Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Renaming app with wrong name
parent
1db8f386
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Modules/Applications/AppImageUtils/app/CMakeLists.txt
Modules/Applications/AppImageUtils/app/CMakeLists.txt
+1
-1
Modules/Applications/AppImageUtils/app/otbPixelValue.cxx
Modules/Applications/AppImageUtils/app/otbPixelValue.cxx
+4
-4
No files found.
Modules/Applications/AppImageUtils/app/CMakeLists.txt
View file @
4d760ccc
...
...
@@ -33,7 +33,7 @@ otb_create_application(
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
otb_create_application
(
NAME Pixel
Info
NAME Pixel
Value
SOURCES otbPixelValue.cxx
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
...
...
Modules/Applications/AppImageUtils/app/otbPixelValue.cxx
View file @
4d760ccc
...
...
@@ -25,11 +25,11 @@ namespace otb
namespace
Wrapper
{
class
Pixel
Info
:
public
Application
class
Pixel
Value
:
public
Application
{
public:
/** Standard class typedefs. */
typedef
Pixel
Info
Self
;
typedef
Pixel
Value
Self
;
typedef
Application
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
...
...
@@ -40,7 +40,7 @@ public:
/** Standard macro */
itkNewMacro
(
Self
);
itkTypeMacro
(
Pixel
Info
,
otb
::
Application
);
itkTypeMacro
(
Pixel
Value
,
otb
::
Application
);
private:
void
DoInit
()
...
...
@@ -157,4 +157,4 @@ private:
}
}
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
Pixel
Info
)
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
Pixel
Value
)
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