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

Method RescaleTransferFunction

Remoting/Views/vtkSMTransferFunctionProxy.cxx:205–216  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

203
204//----------------------------------------------------------------------------
205bool vtkSMTransferFunctionProxy::RescaleTransferFunction(
206 vtkSMProxy* proxy, double rangeMin, double rangeMax, bool extend)
207{
208 vtkSMTransferFunctionProxy* tfp = vtkSMTransferFunctionProxy::SafeDownCast(proxy);
209
210 if (!tfp)
211 {
212 return false;
213 }
214
215 return tfp->RescaleTransferFunction(rangeMin, rangeMax, extend);
216}
217
218//----------------------------------------------------------------------------
219bool vtkSMTransferFunctionProxy::GetRange(double range[2])

Callers 12

SetDefaultValuesMethod · 0.45
RescaleTransferFunctionFunction · 0.45
RescaleTransferFunctionFunction · 0.45
onRangeEditedMethod · 0.45
AssignFieldToColorPresetFunction · 0.45
GenerateRGBPointsFunction · 0.45
ExecuteFunction · 0.45

Calls 15

GetControlPointsPropertyFunction · 0.85
AdjustRangeFunction · 0.85
minFunction · 0.85
maxFunction · 0.85
GetAsIntMethod · 0.80
GetSymmetricMPIModeMethod · 0.80
AllReduceMethod · 0.80
vtkNormalizeFunction · 0.70
GetNumberOfElementsMethod · 0.45
GetPropertyMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected