------------------------------------------------------------------------------
| 109 | |
| 110 | //------------------------------------------------------------------------------ |
| 111 | bool vtkHierarchicalGraphView::GetGraphEdgeLabelVisibility() |
| 112 | { |
| 113 | return this->GetHierarchyRepresentation()->GetGraphEdgeLabelVisibility(); |
| 114 | } |
| 115 | |
| 116 | //------------------------------------------------------------------------------ |
| 117 | void vtkHierarchicalGraphView::SetGraphEdgeColorArrayName(const char* name) |
no test coverage detected