------------------------------------------------------------------------------
| 128 | |
| 129 | //------------------------------------------------------------------------------ |
| 130 | void vtkTreeAreaView::SetEdgeLabelVisibility(bool vis) |
| 131 | { |
| 132 | this->GetTreeAreaRepresentation()->SetGraphEdgeLabelVisibility(vis); |
| 133 | } |
| 134 | |
| 135 | //------------------------------------------------------------------------------ |
| 136 | bool vtkTreeAreaView::GetEdgeLabelVisibility() |
no test coverage detected