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

Method GetColorArray

Remoting/Views/vtkSMColorMapEditorHelper.cxx:1939–1944  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1937
1938//----------------------------------------------------------------------------
1939vtkSMColorMapEditorHelper::ColorArray vtkSMColorMapEditorHelper::GetColorArray(vtkSMProxy* proxy)
1940{
1941 const vtkSMPropertyHelper colorArray(proxy, "ColorArrayName");
1942 return std::make_pair(
1943 colorArray.GetInputArrayAssociation(), colorArray.GetInputArrayNameToProcess());
1944}
1945
1946//----------------------------------------------------------------------------
1947std::vector<vtkSMColorMapEditorHelper::ColorArray> vtkSMColorMapEditorHelper::GetBlocksColorArrays(

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected