| 514 | } |
| 515 | |
| 516 | void vtkRenderedGraphRepresentation::SetVertexColorArrayName(const char* name) |
| 517 | { |
| 518 | this->SetVertexColorArrayNameInternal(name); |
| 519 | this->ApplyColors->SetInputArrayToProcess( |
| 520 | 0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name); |
| 521 | this->VertexScalarBar->GetScalarBarActor()->SetTitle(name); |
| 522 | } |
| 523 | |
| 524 | const char* vtkRenderedGraphRepresentation::GetVertexColorArrayName() |
| 525 | { |
no test coverage detected