------------------------------------------------------------------------------
| 83 | |
| 84 | //------------------------------------------------------------------------------ |
| 85 | void vtkTreeAlgorithm::SetInputData(int index, vtkDataObject* input) |
| 86 | { |
| 87 | this->SetInputDataInternal(index, input); |
| 88 | } |
| 89 | |
| 90 | //------------------------------------------------------------------------------ |
| 91 | int vtkTreeAlgorithm::RequestInformation(vtkInformation* vtkNotUsed(request), |
no outgoing calls