#include <TransferTexture.h>
Public Attributes | |
float | value |
unsigned char | dataValue |
Definition at line 20 of file TransferTexture.h.
float PlotPoint::value |
The color value, should be in the range [0-1].
Definition at line 22 of file TransferTexture.h.
Referenced by TransferFunctionPlot::LoadPlot(), TransferFunctionPlot::MouseLeftDown(), TransferFunctionPlot::MouseMove(), TransferFunctionPlot::PlotPointToScreen(), TransferFunctionPlot::ResetPlot(), and TransferFunctionPlot::ScreenToPlotPoint().
unsigned char PlotPoint::dataValue |
The data point.
Definition at line 23 of file TransferTexture.h.
Referenced by TransferFunctionPlot::LoadPlot(), TransferFunctionPlot::MouseLeftDown(), TransferFunctionPlot::MouseMove(), TransferFunctionPlot::PlotPointToScreen(), TransferFunctionPlot::ResetPlot(), and TransferFunctionPlot::ScreenToPlotPoint().