Skip to content
Snippets Groups Projects
Commit 539a1411 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

ENH: remove unneeded ITK macros which break GCC4.9 build

parent a59db660
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
......@@ -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()
{
......
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment