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

Method SetColorArrayName

Views/Qt/vtkQtTableView.cxx:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void vtkQtTableView::SetColorArrayName(const char* name)
296{
297 this->SetColorArrayNameInternal(name);
298 this->ApplyColors->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_ROWS, name);
299}
300
301const char* vtkQtTableView::GetColorArrayName()
302{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected