#include <TransferFunction.h>
Inheritance diagram for LUVis::TransferFunction:

Public Member Functions | |
| TransferFunction (PictureBox^_TransferBox) | |
| virtual void | Render () |
Protected Attributes | |
| PictureBox | TFBox |
| link to GUI | |
| Graphics | TFGraphics |
| link to GUI | |
| int | Height |
| height of the element where we render to | |
| int | Width |
| width of the element where we render to | |
| TransferFunction::TransferFunction | ( | PictureBox^ | _TransferBox | ) |
| void TransferFunction::Render | ( | ) | [virtual] |
Reimplemented in LUVis::ColorTransferFunction, and LUVis::Histogram.
int LUVis::TransferFunction::Height [protected] |
height of the element where we render to
PictureBox LUVis::TransferFunction::TFBox [protected] |
link to GUI
Graphics LUVis::TransferFunction::TFGraphics [protected] |
link to GUI
int LUVis::TransferFunction::Width [protected] |
width of the element where we render to
1.4.7