------------------------------------------------------------------------------
| 167 | |
| 168 | //------------------------------------------------------------------------------ |
| 169 | bool vtkGraphLayoutView::GetEdgeVisibility() |
| 170 | { |
| 171 | return this->GetGraphRepresentation()->GetEdgeVisibility(); |
| 172 | } |
| 173 | |
| 174 | //------------------------------------------------------------------------------ |
| 175 | void vtkGraphLayoutView::SetEdgeLabelVisibility(bool vis) |
nothing calls this directly
no test coverage detected