/************************************************************************
 * This file has been generated automatically from                      *
 *                                                                      *
 * src/core/raster/qgscubicrasterresampler.h                            *
 *                                                                      *
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 ************************************************************************/





class QgsCubicRasterResampler: QgsRasterResampler
{
%Docstring
Cubic Raster Resampler
%End

%TypeHeaderCode
#include "qgscubicrasterresampler.h"
%End
  public:

    QgsCubicRasterResampler();
%Docstring
Constructor for QgsCubicRasterResampler.
%End
    virtual QgsCubicRasterResampler *clone() const /Factory/;

    virtual void resample( const QImage &srcImage, QImage &dstImage );

    virtual QString type() const;

};

/************************************************************************
 * This file has been generated automatically from                      *
 *                                                                      *
 * src/core/raster/qgscubicrasterresampler.h                            *
 *                                                                      *
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 ************************************************************************/