------------------------------------------------------------------------------
| 85 | |
| 86 | //------------------------------------------------------------------------------ |
| 87 | vtkDataRepresentation* vtkTreeAreaView::SetGraphFromInput(vtkGraph* input) |
| 88 | { |
| 89 | this->GetTreeAreaRepresentation()->SetInputData(1, input); |
| 90 | return this->GetTreeAreaRepresentation(); |
| 91 | } |
| 92 | |
| 93 | //------------------------------------------------------------------------------ |
| 94 | void vtkTreeAreaView::SetAreaLabelArrayName(const char* name) |
nothing calls this directly
no test coverage detected