| 140 | } |
| 141 | |
| 142 | void TransferFunction::AddRGBPoint(double x, double r, double g, double b) |
| 143 | { |
| 144 | m_ColorTransferFunction->AddRGBPoint(x, r, g, b); |
| 145 | } |
| 146 | |
| 147 | TransferFunction::ControlPoints &TransferFunction::GetScalarOpacityPoints() |
| 148 | { |
no outgoing calls