------------------------------------------------------------------------------
| 130 | |
| 131 | //------------------------------------------------------------------------------ |
| 132 | void vtkColorLegend::SetTransferFunction(vtkScalarsToColors* transfer) |
| 133 | { |
| 134 | this->TransferFunction = transfer; |
| 135 | } |
| 136 | |
| 137 | //------------------------------------------------------------------------------ |
| 138 | vtkScalarsToColors* vtkColorLegend::GetTransferFunction() |
no outgoing calls