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