Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
e1e085dd
Commit
e1e085dd
authored
Nov 20, 2020
by
Guillaume Pasero
Committed by
Thibaut ROMAIN
Apr 26, 2021
Browse files
WRG: clean unused typedefs
parent
57adf572
Changes
1
Show whitespace changes
Inline
Side-by-side
Modules/Filtering/ImageManipulation/include/otbResetMarginFilter.hxx
View file @
e1e085dd
...
...
@@ -22,11 +22,8 @@
#define otbResetMarginFilter_hxx
#include
"otbResetMarginFilter.h"
#include
"otbInterval.h"
#include
"otbMacro.h"
#include
"otbLogHelpers.h"
#include
"itkImageScanlineConstIterator.h"
#include
"itkImageScanlineIterator.h"
#include
"itkProgressReporter.h"
#include
<algorithm>
#include
<cassert>
...
...
@@ -53,9 +50,6 @@ ResetMarginFilter<TImage>
OutputImageRegionType
const
&
outputRegionForThread
,
itk
::
ThreadIdType
threadId
)
{
using
InputIterator
=
itk
::
ImageScanlineConstIterator
<
InputImageType
const
>
;
using
OutputIterator
=
itk
::
ImageScanlineIterator
<
OutputImageType
>
;
auto
const
*
input
=
this
->
GetInput
();
auto
*
output
=
this
->
GetOutput
();
assert
(
input
);
...
...
Write
Preview
Supports
Markdown
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