|
ParaView
|
#include <pqScalarOpacityFunction.h>


Public Member Functions | |
| pqScalarOpacityFunction (const QString &group, const QString &name, vtkSMProxy *proxy, pqServer *server, QObject *parent=NULL) | |
| virtual | ~pqScalarOpacityFunction () |
| void | setScalarRange (double min, double max) |
| Set the scalar range for the opacity function. | |
Definition at line 39 of file pqScalarOpacityFunction.h.
| pqScalarOpacityFunction::pqScalarOpacityFunction | ( | const QString & | group, |
| const QString & | name, | ||
| vtkSMProxy * | proxy, | ||
| pqServer * | server, | ||
| QObject * | parent = NULL |
||
| ) |
| virtual pqScalarOpacityFunction::~pqScalarOpacityFunction | ( | ) | [virtual] |
Set the scalar range for the opacity function.
This will rescale all the control points to fit the scalar range.
1.7.5.1