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

Function SaveColorMap

Remoting/Views/vtkSMTransferFunctionProxy.h:191–195  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

189 * type.
190 */
191 static bool SaveColorMap(vtkSMProxy* proxy, vtkPVXMLElement* xml)
192 {
193 vtkSMTransferFunctionProxy* self = vtkSMTransferFunctionProxy::SafeDownCast(proxy);
194 return self ? self->SaveColorMap(xml) : false;
195 }
196 ///@}
197
198 /**

Callers

nothing calls this directly

Calls 1

SaveColorMapMethod · 0.80

Tested by

no test coverage detected