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

Method SetColorArrayName

Views/Qt/vtkQtTreeView.cxx:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void vtkQtTreeView::SetColorArrayName(const char* name)
279{
280 this->SetColorArrayNameInternal(name);
281 this->ApplyColors->SetInputArrayToProcess(
282 0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name);
283}
284
285const char* vtkQtTreeView::GetColorArrayName()
286{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected