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
4da32ecd
Commit
4da32ecd
authored
9 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Renaming NoDataMask application to ManageNoData following comments to RFC-7
parent
85b278f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Modules/Applications/AppImageUtils/app/CMakeLists.txt
+2
-2
2 additions, 2 deletions
Modules/Applications/AppImageUtils/app/CMakeLists.txt
Modules/Applications/AppImageUtils/app/otbManageNoData.cxx
+6
-6
6 additions, 6 deletions
Modules/Applications/AppImageUtils/app/otbManageNoData.cxx
with
8 additions
and
8 deletions
Modules/Applications/AppImageUtils/app/CMakeLists.txt
+
2
−
2
View file @
4da32ecd
...
@@ -89,6 +89,6 @@ otb_create_application(
...
@@ -89,6 +89,6 @@ otb_create_application(
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
otb_create_application
(
otb_create_application
(
NAME NoData
Mask
NAME
Manage
NoData
SOURCES otbNoData
Mask
.cxx
SOURCES otb
Manage
NoData.cxx
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
This diff is collapsed.
Click to expand it.
Modules/Applications/AppImageUtils/app/otbNoData
Mask
.cxx
→
Modules/Applications/AppImageUtils/app/otb
Manage
NoData.cxx
+
6
−
6
View file @
4da32ecd
...
@@ -26,11 +26,11 @@ namespace otb
...
@@ -26,11 +26,11 @@ namespace otb
namespace
Wrapper
namespace
Wrapper
{
{
class
NoData
Mask
:
public
Application
class
Manage
NoData
:
public
Application
{
{
public:
public:
/** Standard class typedefs. */
/** Standard class typedefs. */
typedef
NoData
Mask
Self
;
typedef
Manage
NoData
Self
;
typedef
Application
Superclass
;
typedef
Application
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
...
@@ -38,7 +38,7 @@ public:
...
@@ -38,7 +38,7 @@ public:
/** Standard macro */
/** Standard macro */
itkNewMacro
(
Self
);
itkNewMacro
(
Self
);
itkTypeMacro
(
NoData
Mask
,
otb
::
Application
);
itkTypeMacro
(
Manage
NoData
,
otb
::
Application
);
/** Filters typedef */
/** Filters typedef */
typedef
otb
::
ImageToNoDataMaskFilter
<
FloatVectorImageType
,
UInt8ImageType
>
FilterType
;
typedef
otb
::
ImageToNoDataMaskFilter
<
FloatVectorImageType
,
UInt8ImageType
>
FilterType
;
...
@@ -47,8 +47,8 @@ public:
...
@@ -47,8 +47,8 @@ public:
private:
private:
void
DoInit
()
void
DoInit
()
{
{
SetName
(
"NoData
Mask
"
);
SetName
(
"
Manage
NoData"
);
SetDescription
(
"NoData
Mask
"
);
SetDescription
(
"
Manage
NoData"
);
// Documentation
// Documentation
SetDocName
(
"No Data Mask management"
);
SetDocName
(
"No Data Mask management"
);
SetDocLongDescription
(
"This application builds a nodata mask from the no data flags found in metadata or from NaN pixels."
);
SetDocLongDescription
(
"This application builds a nodata mask from the no data flags found in metadata or from NaN pixels."
);
...
@@ -136,5 +136,5 @@ private:
...
@@ -136,5 +136,5 @@ private:
}
}
}
}
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
NoData
Mask
)
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
Manage
NoData
)
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