TransferFunction chart view widget.
More...
#include <pqTransferFunctionChartViewWidget.h>
List of all members.
Detailed Description
TransferFunction chart view widget.
Definition at line 55 of file pqTransferFunctionChartViewWidget.h.
Constructor & Destructor Documentation
| pqTransferFunctionChartViewWidget::pqTransferFunctionChartViewWidget |
( |
QWidget * |
parent = NULL | ) |
|
| virtual pqTransferFunctionChartViewWidget::~pqTransferFunctionChartViewWidget |
( |
| ) |
[virtual] |
Member Function Documentation
| virtual void pqTransferFunctionChartViewWidget::addPlot |
( |
vtkPlot * |
plot | ) |
[virtual] |
| QList<vtkPlot*> pqTransferFunctionChartViewWidget::plots |
( |
| ) |
const |
template<class T >
| QList<T*> pqTransferFunctionChartViewWidget::plots |
( |
| ) |
const |
| QList<vtkPlot*> pqTransferFunctionChartViewWidget::lookupTablePlots |
( |
| ) |
const |
| QList<vtkPlot*> pqTransferFunctionChartViewWidget::colorTransferFunctionPlots |
( |
| ) |
const |
| QList<vtkPlot*> pqTransferFunctionChartViewWidget::opacityFunctionPlots |
( |
| ) |
const |
| void pqTransferFunctionChartViewWidget::setLookuptTableToPlots |
( |
vtkLookupTable * |
lut | ) |
|
| void pqTransferFunctionChartViewWidget::setOpacityFunctionToPlots |
( |
vtkPiecewiseFunction * |
opacityTF | ) |
|
| void pqTransferFunctionChartViewWidget::setPiecewiseFunctionToPlots |
( |
vtkPiecewiseFunction * |
piecewiseTF | ) |
|
| bool pqTransferFunctionChartViewWidget::bordersVisible |
( |
| ) |
const |
| void pqTransferFunctionChartViewWidget::setBordersVisible |
( |
bool |
show | ) |
|
| void pqTransferFunctionChartViewWidget::validBounds |
( |
double |
bounds[4] | ) |
const |
| void pqTransferFunctionChartViewWidget::setValidBounds |
( |
double |
bounds[4] | ) |
|
| void pqTransferFunctionChartViewWidget::setPlotsUserBounds |
( |
double * |
bounds | ) |
|
| void pqTransferFunctionChartViewWidget::chartBounds |
( |
double * |
bounds | ) |
const |
Return the chart bounds for the 4 chart axes.
bounds must be an array of 8 doubles. If no bounds is provided by the user, compute the bounds for the 4 chart axes from the vtkPlots bounds.
| void pqTransferFunctionChartViewWidget::setChartUserBounds |
( |
double * |
bounds | ) |
|
| void pqTransferFunctionChartViewWidget::chartUserBounds |
( |
double * |
bounds | ) |
const |
| virtual void pqTransferFunctionChartViewWidget::setAxesToChartBounds |
( |
| ) |
[virtual] |
Set the chart axes to chart bounds.
| QString pqTransferFunctionChartViewWidget::title |
( |
| ) |
const |
Title that appears inside the view.
| void pqTransferFunctionChartViewWidget::setTitle |
( |
const QString & |
title | ) |
|
| void pqTransferFunctionChartViewWidget::clearPlots |
( |
| ) |
|
| QVTKWidget* pqTransferFunctionChartViewWidget::chartWidget |
( |
| ) |
|
| vtkChartXY* pqTransferFunctionChartViewWidget::chart |
( |
| ) |
const |
Utility function that returns the view chart.
It can be used for customizing the chart display options (axes, legend...)
| void pqTransferFunctionChartViewWidget::plotAdded |
( |
vtkPlot * |
plot | ) |
[signal] |
| void pqTransferFunctionChartViewWidget::currentPointEdited |
( |
| ) |
[signal] |
| void pqTransferFunctionChartViewWidget::editPoint |
( |
| ) |
[slot] |
| void pqTransferFunctionChartViewWidget::resetView |
( |
| ) |
[slot] |
| void pqTransferFunctionChartViewWidget::renderView |
( |
| ) |
[slot] |
| void pqTransferFunctionChartViewWidget::chartBoundsToPlotBounds |
( |
double |
bounds[8], |
|
|
double |
plotBounds[4] |
|
) |
| const [protected] |
| vtkContextScene* pqTransferFunctionChartViewWidget::scene |
( |
| ) |
const [protected] |
The documentation for this class was generated from the following file: