Public Member Functions | List of all members
pqDisplayOpacityWidget Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ pqDisplayOpacityWidget()

pqDisplayOpacityWidget::pqDisplayOpacityWidget ( QWidget *  parent = nullptr)

◆ ~pqDisplayOpacityWidget()

pqDisplayOpacityWidget::~pqDisplayOpacityWidget ( )
override

Member Function Documentation

◆ setRepresentation()

void pqDisplayOpacityWidget::setRepresentation ( pqDataRepresentation display)

Set the representation on which the scalar opacity array will be set.


The documentation for this class was generated from the following file: