#include <VisFlowTransferFunc.h>
Public Member Functions | |
| FlowTransferFunc () | |
| ~FlowTransferFunc () | |
| vector< Point * > & | getPoints () |
| vector< V4f > & | getTfData () |
| void | init () |
| void | setTexture () |
| Texture1D & | getTexture () |
| Vis::FlowTransferFunc::FlowTransferFunc | ( | ) |
ctor.
| Vis::FlowTransferFunc::~FlowTransferFunc | ( | ) |
dtor.
| vector< Point * > & Vis::FlowTransferFunc::getPoints | ( | ) |
Returns the keyframes.
| Texture1D & Vis::FlowTransferFunc::getTexture | ( | ) |
Returns a reference to the transfer function texture.
| vector< V4f > & Vis::FlowTransferFunc::getTfData | ( | ) |
Returns the interpolated values of the transfer function
| void Vis::FlowTransferFunc::init | ( | ) |
Initialise the transfer function.
| void Vis::FlowTransferFunc::setTexture | ( | ) |
Initialise the transfer function texture, storing the interpolated values.
1.5.7.1