------------------------------------------------------------------------------
| 98 | |
| 99 | //------------------------------------------------------------------------------ |
| 100 | const char* vtkTreeAreaView::GetLabelPriorityArrayName() |
| 101 | { |
| 102 | return this->GetTreeAreaRepresentation()->GetAreaLabelPriorityArrayName(); |
| 103 | } |
| 104 | |
| 105 | //------------------------------------------------------------------------------ |
| 106 | void vtkTreeAreaView::SetLabelPriorityArrayName(const char* name) |
nothing calls this directly
no test coverage detected