| 537 | } |
| 538 | |
| 539 | void 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 | |
| 546 | const char* vtkRenderedGraphRepresentation::GetEdgeColorArrayName() |
| 547 | { |
nothing calls this directly
no test coverage detected