pqDisplayOpacityWidget
enables a user to select the array that maps to opacity on the volume representation.
More...
#include <pqDisplayOpacityWidget.h>
Inherits QWidget.
Public Member Functions | |
pqDisplayOpacityWidget (QWidget *parent=nullptr) | |
~pqDisplayOpacityWidget () override | |
void | setRepresentation (pqDataRepresentation *display) |
Set the representation on which the scalar opacity array will be set. More... | |
pqDisplayOpacityWidget
enables a user to select the array that maps to opacity on the volume representation.
This feature is available only when the representation is rendering volumes.
This widget is composed of a pqArraySelectorWidget
to present the available arrays in a combobox and a pqIntVectorPropertyWidget
enumerates the components of the selected array in another combobox. Both these widgets are laid out horizontally.
Definition at line 26 of file pqDisplayOpacityWidget.h.
pqDisplayOpacityWidget::pqDisplayOpacityWidget | ( | QWidget * | parent = nullptr | ) |
|
override |
void pqDisplayOpacityWidget::setRepresentation | ( | pqDataRepresentation * | display | ) |
Set the representation on which the scalar opacity array will be set.