------------------------------------------------------------------------------
| 367 | |
| 368 | //------------------------------------------------------------------------------ |
| 369 | void vtkGraphLayoutView::SetIconArrayName(const char* name) |
| 370 | { |
| 371 | this->GetGraphRepresentation()->SetVertexIconArrayName(name); |
| 372 | } |
| 373 | |
| 374 | //------------------------------------------------------------------------------ |
| 375 | const char* vtkGraphLayoutView::GetIconArrayName() |
nothing calls this directly
no test coverage detected