An non-owning implementation of iATransferFunction (that is, a container for color- and opacity transfer functions stored elsewhere)
More...
#include <iATransferFunctionPtrs.h>
|
| | iATransferFunctionPtrs (vtkColorTransferFunction *ctf, vtkPiecewiseFunction *otf) |
| |
| vtkColorTransferFunction * | colorTF () override |
| |
| vtkPiecewiseFunction * | opacityTF () override |
| |
| void | resetFunctions () override |
| |
| virtual | ~iATransferFunction () |
| |
| void | ensureValidity (double range[2]) |
| | make sure the contained transfer function matches the given range, adapt TF if necessary in order to better encapsulate modification, this would probably better not be allowed here
|
| |
An non-owning implementation of iATransferFunction (that is, a container for color- and opacity transfer functions stored elsewhere)
◆ iATransferFunctionPtrs()
| iATransferFunctionPtrs::iATransferFunctionPtrs |
( |
vtkColorTransferFunction * | ctf, |
|
|
vtkPiecewiseFunction * | otf ) |
◆ colorTF()
| vtkColorTransferFunction * iATransferFunctionPtrs::colorTF |
( |
| ) |
|
|
overridevirtual |
◆ opacityTF()
| vtkPiecewiseFunction * iATransferFunctionPtrs::opacityTF |
( |
| ) |
|
|
overridevirtual |
◆ resetFunctions()
| void iATransferFunctionPtrs::resetFunctions |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: