----------------------------------------------------------------------------
| 674 | |
| 675 | //---------------------------------------------------------------------------- |
| 676 | bool vtkSMTransferFunctionProxy::InvertTransferFunction(vtkSMProxy* proxy) |
| 677 | { |
| 678 | vtkSMTransferFunctionProxy* ctf = vtkSMTransferFunctionProxy::SafeDownCast(proxy); |
| 679 | return ctf ? ctf->InvertTransferFunction() : false; |
| 680 | } |
| 681 | |
| 682 | //---------------------------------------------------------------------------- |
| 683 | bool vtkSMTransferFunctionProxy::InvertTransferFunction() |
no test coverage detected