------------------------------------------------------------------------------
| 71 | |
| 72 | //------------------------------------------------------------------------------ |
| 73 | vtkDataRepresentation* vtkTreeAreaView::SetTreeFromInput(vtkTree* input) |
| 74 | { |
| 75 | this->GetTreeAreaRepresentation()->SetInputData(input); |
| 76 | return this->GetTreeAreaRepresentation(); |
| 77 | } |
| 78 | |
| 79 | //------------------------------------------------------------------------------ |
| 80 | vtkDataRepresentation* vtkTreeAreaView::SetGraphFromInputConnection(vtkAlgorithmOutput* conn) |
nothing calls this directly
no test coverage detected