| 344 | } |
| 345 | |
| 346 | void vtkRenderedGraphRepresentation::SetVertexIconArrayName(const char* name) |
| 347 | { |
| 348 | this->ApplyVertexIcons->SetInputArrayToProcess( |
| 349 | 0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name); |
| 350 | } |
| 351 | |
| 352 | void vtkRenderedGraphRepresentation::SetEdgeIconArrayName(const char*) |
| 353 | { |