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

Function MapControlPointsToLogSpace

Remoting/Views/vtkSMTransferFunctionProxy.h:97–101  ·  view source on GitHub ↗

@{ * Safely call MapControlPointsToLogSpace() after casting the proxy to the * appropriate type. */

Source from the content-addressed store, hash-verified

95 * appropriate type.
96 */
97 static bool MapControlPointsToLogSpace(vtkSMProxy* proxy, bool inverse = false)
98 {
99 vtkSMTransferFunctionProxy* self = vtkSMTransferFunctionProxy::SafeDownCast(proxy);
100 return self ? self->MapControlPointsToLogSpace(inverse) : false;
101 }
102 ///@}
103
104 /**

Callers 3

useLogScaleClickedMethod · 0.85

Calls 1

Tested by

no test coverage detected