------------------------------------------------------------------------------
| 161 | |
| 162 | //------------------------------------------------------------------------------ |
| 163 | void vtkGraphLayoutView::SetEdgeVisibility(bool vis) |
| 164 | { |
| 165 | this->GetGraphRepresentation()->SetEdgeVisibility(vis); |
| 166 | } |
| 167 | |
| 168 | //------------------------------------------------------------------------------ |
| 169 | bool vtkGraphLayoutView::GetEdgeVisibility() |
nothing calls this directly
no test coverage detected