------------------------------------------------------------------------------
| 78 | |
| 79 | //------------------------------------------------------------------------------ |
| 80 | vtkDataRepresentation* vtkTreeAreaView::SetGraphFromInputConnection(vtkAlgorithmOutput* conn) |
| 81 | { |
| 82 | this->GetTreeAreaRepresentation()->SetInputConnection(1, conn); |
| 83 | return this->GetTreeAreaRepresentation(); |
| 84 | } |
| 85 | |
| 86 | //------------------------------------------------------------------------------ |
| 87 | vtkDataRepresentation* vtkTreeAreaView::SetGraphFromInput(vtkGraph* input) |