#include "TransferFunctionWidget.h"
Public Member Functions | |
virtual void | TransferPlotChanged (TransferFunctionPlot *plot)=0 |
Called when the transfer function plot changes. |
Definition at line 25 of file TransferFunctionWidget.h.
virtual void TransferPlotChangeListner::TransferPlotChanged | ( | TransferFunctionPlot * | plot | ) | [pure virtual] |
Called when the transfer function plot changes.
[in] | plot | the plot that changed. |
Implemented in RTVolumeRenderer.
Referenced by TransferFunctionPlot::RefreshListner().