18#include <vtkTextureMapToPlane.h>
22class vtkImageAlgorithm;
37 void SetRaster(vtkImageAlgorithm *img,
double x0,
double y0,
double scalingFactor);
Definition of the VtkAlgorithmProperties class.
VtkAlgorithmProperties(QObject *parent=nullptr)
Constructor (sets default values)
void SetUserProperty(QString name, QVariant value) override
Sets a user property. This should be implemented by subclasses.
void SetRaster(vtkImageAlgorithm *img, double x0, double y0, double scalingFactor)
Sets the raster/image to be used as a texture map.
~VtkBGImageSource() override
static VtkBGImageSource * New()
Create new objects with New() because of VTKs object reference counting.
vtkTypeMacro(VtkBGImageSource, vtkTextureMapToPlane)
std::pair< double, double > _origin