MCPcopy Create free account
hub / github.com/Kitware/ParaView / InvertTransferFunction

Method InvertTransferFunction

Remoting/Views/vtkSMTransferFunctionProxy.cxx:676–680  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

ApplyPresetMethod · 0.80

Calls 14

GetControlPointsPropertyFunction · 0.85
StrictWeakOrderingClass · 0.85
GetAsIntMethod · 0.80
vtkNormalizeFunction · 0.70
GetNumberOfElementsMethod · 0.45
resizeMethod · 0.45
GetMethod · 0.45
GetDataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected