MCPcopy Create free account
hub / github.com/Kitware/VTK / SetEdgeColorArrayName

Method SetEdgeColorArrayName

Rendering/Core/vtkGraphMapper.cxx:294–299  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

292
293//------------------------------------------------------------------------------
294void vtkGraphMapper::SetEdgeColorArrayName(const char* name)
295{
296 this->SetEdgeColorArrayNameInternal(name);
297 this->EdgeMapper->SetScalarModeToUseCellFieldData();
298 this->EdgeMapper->SelectColorArray(name);
299}
300
301//------------------------------------------------------------------------------
302const char* vtkGraphMapper::GetEdgeColorArrayName()

Callers 1

vtkGraphMapperMethod · 0.95

Calls 1

SelectColorArrayMethod · 0.45

Tested by

no test coverage detected