------------------------------------------------------------------------------
| 77 | |
| 78 | //------------------------------------------------------------------------------ |
| 79 | vtkTree* vtkTreeAlgorithm::GetOutput(int index) |
| 80 | { |
| 81 | return vtkTree::SafeDownCast(this->GetOutputDataObject(index)); |
| 82 | } |
| 83 | |
| 84 | //------------------------------------------------------------------------------ |
| 85 | void vtkTreeAlgorithm::SetInputData(int index, vtkDataObject* input) |