18#include <vtkTextureMapToPlane.h>
22class vtkImageAlgorithm;
37 void SetRaster(vtkImageAlgorithm *img,
double x0,
double y0,
double scalingFactor);
Definition of the VtkAlgorithmProperties class.
Contains properties for the visualization of objects as VtkVisPipelineItems.
Uses an image source to create a plane in the 3D with the given image texture mapped on it.
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