* Equivalent to GetInputExecutive(0, 0) */
| 651 | * Equivalent to GetInputExecutive(0, 0) |
| 652 | */ |
| 653 | vtkExecutive* GetInputExecutive() { return this->GetInputExecutive(0, 0); } |
| 654 | |
| 655 | /** |
| 656 | * Return the information object that is associated with |
nothing calls this directly
no test coverage detected