------------------------------------------------------------------------------
| 134 | |
| 135 | //------------------------------------------------------------------------------ |
| 136 | bool vtkTreeAreaView::GetEdgeLabelVisibility() |
| 137 | { |
| 138 | return this->GetTreeAreaRepresentation()->GetGraphEdgeLabelVisibility(); |
| 139 | } |
| 140 | |
| 141 | //------------------------------------------------------------------------------ |
| 142 | void vtkTreeAreaView::SetAreaHoverArrayName(const char* name) |
nothing calls this directly
no test coverage detected