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

Method SetEdgeColorArrayName

Views/Infovis/vtkRenderedGraphRepresentation.cxx:539–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void vtkRenderedGraphRepresentation::SetEdgeColorArrayName(const char* name)
540{
541 this->SetEdgeColorArrayNameInternal(name);
542 this->ApplyColors->SetInputArrayToProcess(1, 0, 0, vtkDataObject::FIELD_ASSOCIATION_EDGES, name);
543 this->EdgeScalarBar->GetScalarBarActor()->SetTitle(name);
544}
545
546const char* vtkRenderedGraphRepresentation::GetEdgeColorArrayName()
547{

Callers

nothing calls this directly

Calls 3

GetScalarBarActorMethod · 0.80
SetTitleMethod · 0.45

Tested by

no test coverage detected