------------------------------------------------------------------------------
| 109 | |
| 110 | //------------------------------------------------------------------------------ |
| 111 | void vtkGraphLayoutView::SetVertexLabelArrayName(const char* name) |
| 112 | { |
| 113 | this->GetGraphRepresentation()->SetVertexLabelArrayName(name); |
| 114 | } |
| 115 | |
| 116 | //------------------------------------------------------------------------------ |
| 117 | const char* vtkGraphLayoutView::GetVertexLabelArrayName() |