| 276 | } |
| 277 | |
| 278 | void 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 | |
| 285 | const char* vtkQtTreeView::GetColorArrayName() |
| 286 | { |
nothing calls this directly
no test coverage detected