------------------------------------------------------------------------------
| 97 | |
| 98 | //------------------------------------------------------------------------------ |
| 99 | const char* vtkHierarchicalGraphView::GetGraphEdgeLabelArrayName() |
| 100 | { |
| 101 | return this->GetHierarchyRepresentation()->GetGraphEdgeLabelArrayName(); |
| 102 | } |
| 103 | |
| 104 | //------------------------------------------------------------------------------ |
| 105 | void vtkHierarchicalGraphView::SetGraphEdgeLabelVisibility(bool vis) |
no test coverage detected