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

Method GetTransferFunction2D

Remoting/Views/vtkSMTransferFunctionManager.cxx:184–188  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

182
183//----------------------------------------------------------------------------
184vtkSMProxy* vtkSMTransferFunctionManager::GetTransferFunction2D(
185 const char* arrayName, vtkSMSessionProxyManager* pxm)
186{
187 return this->GetTransferFunction2D(arrayName, nullptr, pxm);
188}
189
190//----------------------------------------------------------------------------
191vtkSMProxy* vtkSMTransferFunctionManager::GetTransferFunction2D(

Callers 3

GetTransferFunction2DFunction · 0.45

Calls 8

SanitizeNameFunction · 0.85
FindProxyFunction · 0.85
PreInitializeProxyMethod · 0.80
NewProxyMethod · 0.45
SetLogNameMethod · 0.45
PostInitializeProxyMethod · 0.45
UpdateVTKObjectsMethod · 0.45

Tested by

no test coverage detected