Skip to content
Snippets Groups Projects
Commit 130ec1e5 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Remplacement d'<itk::Image> par <otb::Image>

parent afdc764a
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,12 @@ namespace otb
*/
template <class TInputPixel, class TOutputPixel>
class ITK_EXPORT ExtractROI:
public ExtractROIBase<itk::Image<TInputPixel,2> , itk::Image<TOutputPixel,2> >
public ExtractROIBase<Image<TInputPixel,2> , Image<TOutputPixel,2> >
{
public:
/** Standard class typedefs. */
typedef ExtractROI Self;
typedef ExtractROIBase<itk::Image<TInputPixel,2> , itk::Image<TOutputPixel,2> > Superclass;
typedef ExtractROIBase<Image<TInputPixel,2> , Image<TOutputPixel,2> > Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
......
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