------------------------------------------------------------------------------
| 103 | |
| 104 | //------------------------------------------------------------------------------ |
| 105 | void vtkHierarchicalGraphView::SetGraphEdgeLabelVisibility(bool vis) |
| 106 | { |
| 107 | this->GetHierarchyRepresentation()->SetGraphEdgeLabelVisibility(vis); |
| 108 | } |
| 109 | |
| 110 | //------------------------------------------------------------------------------ |
| 111 | bool vtkHierarchicalGraphView::GetGraphEdgeLabelVisibility() |
no test coverage detected