------------------------------------------------------------------------------
| 155 | |
| 156 | //------------------------------------------------------------------------------ |
| 157 | bool vtkGraphLayoutView::GetHideVertexLabelsOnInteraction() |
| 158 | { |
| 159 | return this->GetGraphRepresentation()->GetHideVertexLabelsOnInteraction(); |
| 160 | } |
| 161 | |
| 162 | //------------------------------------------------------------------------------ |
| 163 | void vtkGraphLayoutView::SetEdgeVisibility(bool vis) |
nothing calls this directly
no test coverage detected