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

Method SetVertexColorArrayName

Views/Infovis/vtkRenderedGraphRepresentation.cxx:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void 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
524const char* vtkRenderedGraphRepresentation::GetVertexColorArrayName()
525{

Callers 1

Calls 3

GetScalarBarActorMethod · 0.80
SetTitleMethod · 0.45

Tested by

no test coverage detected