------------------------------------------------------------------------------
| 130 | |
| 131 | //------------------------------------------------------------------------------ |
| 132 | vtkDataObject* vtkDataSetAlgorithm::GetInput() |
| 133 | { |
| 134 | return this->GetInput(0); |
| 135 | } |
| 136 | |
| 137 | //------------------------------------------------------------------------------ |
| 138 | vtkDataObject* vtkDataSetAlgorithm::GetInput(int port) |
nothing calls this directly
no test coverage detected