Uses an image source to create a plane in the 3D with the given image texture mapped on it.
Definition at line 28 of file VtkBGImageSource.h.
|
| vtkTypeMacro (VtkBGImageSource, vtkTextureMapToPlane) |
|
void | SetRaster (vtkImageAlgorithm *img, double x0, double y0, double scalingFactor) |
| Sets the raster/image to be used as a texture map.
|
|
void | SetUserProperty (QString name, QVariant value) override |
| Sets a user property. This should be implemented by subclasses.
|
|
| VtkAlgorithmProperties (QObject *parent=nullptr) |
| Constructor (sets default values)
|
|
| ~VtkAlgorithmProperties () override |
|
vtkProperty * | GetProperties () const |
| Returns the vtk properties.
|
|
vtkTexture * | GetTexture () |
| Returns a texture (if one has been assigned).
|
|
void | SetTexture (vtkTexture *t) |
| Sets a texture for the VtkVisPipelineItem.
|
|
vtkLookupTable * | GetLookupTable (const QString &array_name) |
| Returns the colour lookup table (if one has been assigned).
|
|
void | RemoveLookupTable (const QString &array_name) |
| Removes the lookup table for the given scalar.
|
|
void | SetLookUpTable (const QString &array_name, vtkLookupTable *lut) |
| Sets a colour lookup table for the given scalar array of the VtkVisPipelineItem.
|
|
void | SetLookUpTable (const QString &array_name, const QString &filename) |
| Loads a predefined color lookup table from a file for the specified scalar array.
|
|
bool | GetScalarVisibility () const |
| Returns the scalar visibility.
|
|
void | SetScalarVisibility (bool on) |
| Sets the scalar visibility.
|
|
QString | GetName () const |
| Returns the name. This is set to the file path if it is a source algorithm.
|
|
void | SetName (QString name) |
| Sets the name.
|
|
bool | IsRemovable () const |
| Is this algorithm removable from the pipeline (view).
|
|
QMap< QString, QVariant > * | GetAlgorithmUserProperties () const |
| Returns a map of user properties.
|
|
QMap< QString, QList< QVariant > > * | GetAlgorithmUserVectorProperties () const |
| Returns a map of vector user properties.
|
|
QVariant | GetUserProperty (QString name) const |
| Returns the value of a user property.
|
|
virtual void | SetUserVectorProperty (QString name, QList< QVariant > values) |
| Sets a vector user property. This should be implemented by subclasses.
|
|
QList< QVariant > | GetUserVectorProperty (QString name) const |
| Returns a list of values of a vector user property.
|
|
void | SetActiveAttribute (QString name) |
| Set the active attribute.
|
|
QString | GetActiveAttribute () const |
| Returns the desired active attribute.
|
|