| 181 | } |
| 182 | |
| 183 | void vtkQtListView::SetColorArrayName(const char* name) |
| 184 | { |
| 185 | this->SetColorArrayNameInternal(name); |
| 186 | this->ApplyColors->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_ROWS, name); |
| 187 | } |
| 188 | |
| 189 | const char* vtkQtListView::GetColorArrayName() |
| 190 | { |
no test coverage detected