* Equivalent to GetInputInformation(0, 0) */
| 666 | * Equivalent to GetInputInformation(0, 0) |
| 667 | */ |
| 668 | vtkInformation* GetInputInformation() { return this->GetInputInformation(0, 0); } |
| 669 | |
| 670 | /** |
| 671 | * Return the information object that is associated with |
nothing calls this directly
no test coverage detected