Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
539a1411
Commit
539a1411
authored
Apr 22, 2015
by
Jordi Inglada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: remove unneeded ITK macros which break GCC4.9 build
parent
a59db660
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
Modules/Adapters/GdalAdapters/include/otbImageReference.h
Modules/Adapters/GdalAdapters/include/otbImageReference.h
+1
-2
Modules/Filtering/Path/include/otbPolyLineImageConstIterator.h
...es/Filtering/Path/include/otbPolyLineImageConstIterator.h
+0
-3
Modules/Filtering/Path/include/otbPolyLineImageIterator.h
Modules/Filtering/Path/include/otbPolyLineImageIterator.h
+0
-3
No files found.
Modules/Adapters/GdalAdapters/include/otbImageReference.h
View file @
539a1411
...
...
@@ -19,7 +19,6 @@
#define __otbImageReference_h
#include "itkPoint.h"
#include "itkMacro.h"
namespace
otb
{
...
...
@@ -40,7 +39,7 @@ public:
enum
{
Dimension
=
2
};
/**\name Standard ITK typedefs */
//@{
itkTypeMacro
(
ImageReference
,
void
);
bool
GetDebug
()
const
{
return
m_Holder
.
GetDebug
();
...
...
Modules/Filtering/Path/include/otbPolyLineImageConstIterator.h
View file @
539a1411
...
...
@@ -70,9 +70,6 @@ public:
typedef
typename
TImage
::
PixelType
PixelType
;
typedef
typename
TImage
::
AccessorType
AccessorType
;
/** Run-time type information (and related methods). */
itkTypeMacro
(
PolyLineImageConstIterator
,
None
);
/** Get the dimension (size) of the index. */
static
unsigned
int
GetImageIteratorDimension
()
{
...
...
Modules/Filtering/Path/include/otbPolyLineImageIterator.h
View file @
539a1411
...
...
@@ -70,9 +70,6 @@ public:
typedef
typename
TImage
::
PixelType
PixelType
;
typedef
typename
TImage
::
AccessorType
AccessorType
;
/** Run-time type information (and related methods). */
itkTypeMacro
(
PolyLineImageIterator
,
PolyLineImageConstIterator
);
/** Set the pixel value */
void
Set
(
const
PixelType
&
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