* Equivalent to GetInputAlgorithm(0, 0). */
| 640 | * Equivalent to GetInputAlgorithm(0, 0). |
| 641 | */ |
| 642 | vtkAlgorithm* GetInputAlgorithm() { return this->GetInputAlgorithm(0, 0); } |
| 643 | |
| 644 | /** |
| 645 | * Returns the executive associated with a particular input |
nothing calls this directly
no test coverage detected