------------------------------------------------------------------------------
| 143 | |
| 144 | //------------------------------------------------------------------------------ |
| 145 | bool vtkGraphLayoutView::GetVertexLabelVisibility() |
| 146 | { |
| 147 | return this->GetGraphRepresentation()->GetVertexLabelVisibility(); |
| 148 | } |
| 149 | |
| 150 | //------------------------------------------------------------------------------ |
| 151 | void vtkGraphLayoutView::SetHideVertexLabelsOnInteraction(bool vis) |
nothing calls this directly
no test coverage detected