Skip to content
Snippets Groups Projects
Commit 83874994 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: make otbRationalTransform inheriting otb::Transform

parent f0bca92a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
#ifndef __otbRationalTransform_h
#define __otbRationalTransform_h
#include "itkTransform.h"
#include "otbTransform.h"
#include "itkMacro.h"
namespace otb
......@@ -44,11 +44,11 @@ namespace otb
template <class TScalarType = double,
unsigned int Dimension = 2>
class ITK_EXPORT RationalTransform : public itk::Transform<TScalarType, Dimension, Dimension>
class ITK_EXPORT RationalTransform : public Transform<TScalarType, Dimension, Dimension>
{
public:
/** Standard class typedefs. */
typedef itk::Transform<TScalarType, Dimension,
typedef Transform<TScalarType, Dimension,
Dimension> Superclass;
typedef RationalTransform Self;
typedef itk::SmartPointer<Self> Pointer;
......
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