------------------------------------------------------------------------------
| 149 | |
| 150 | //------------------------------------------------------------------------------ |
| 151 | void vtkGraphLayoutView::SetHideVertexLabelsOnInteraction(bool vis) |
| 152 | { |
| 153 | this->GetGraphRepresentation()->SetHideVertexLabelsOnInteraction(vis); |
| 154 | } |
| 155 | |
| 156 | //------------------------------------------------------------------------------ |
| 157 | bool vtkGraphLayoutView::GetHideVertexLabelsOnInteraction() |
nothing calls this directly
no test coverage detected