------------------------------------------------------------------------------
| 122 | |
| 123 | //------------------------------------------------------------------------------ |
| 124 | const char* vtkTreeAreaView::GetEdgeLabelArrayName() |
| 125 | { |
| 126 | return this->GetTreeAreaRepresentation()->GetGraphEdgeLabelArrayName(); |
| 127 | } |
| 128 | |
| 129 | //------------------------------------------------------------------------------ |
| 130 | void vtkTreeAreaView::SetEdgeLabelVisibility(bool vis) |
nothing calls this directly
no test coverage detected