------------------------------------------------------------------------------
| 121 | |
| 122 | //------------------------------------------------------------------------------ |
| 123 | void vtkGraphLayoutView::SetEdgeLabelArrayName(const char* name) |
| 124 | { |
| 125 | this->GetGraphRepresentation()->SetEdgeLabelArrayName(name); |
| 126 | } |
| 127 | |
| 128 | //------------------------------------------------------------------------------ |
| 129 | const char* vtkGraphLayoutView::GetEdgeLabelArrayName() |
nothing calls this directly
no test coverage detected