------------------------------------------------------------------------------
| 115 | |
| 116 | //------------------------------------------------------------------------------ |
| 117 | const char* vtkGraphLayoutView::GetVertexLabelArrayName() |
| 118 | { |
| 119 | return this->GetGraphRepresentation()->GetVertexLabelArrayName(); |
| 120 | } |
| 121 | |
| 122 | //------------------------------------------------------------------------------ |
| 123 | void vtkGraphLayoutView::SetEdgeLabelArrayName(const char* name) |
nothing calls this directly
no test coverage detected