------------------------------------------------------------------------------
| 47 | |
| 48 | //------------------------------------------------------------------------------ |
| 49 | vtkDataObject* vtkExplicitStructuredGridAlgorithm::GetInput() |
| 50 | { |
| 51 | return this->GetInput(0); |
| 52 | } |
| 53 | |
| 54 | //------------------------------------------------------------------------------ |
| 55 | vtkDataObject* vtkExplicitStructuredGridAlgorithm::GetInput(int port) |
no test coverage detected