------------------------------------------------------------------------------
| 159 | |
| 160 | //------------------------------------------------------------------------------ |
| 161 | vtkAlgorithm* vtkExecutive::GetAlgorithm() |
| 162 | { |
| 163 | return this->Algorithm; |
| 164 | } |
| 165 | |
| 166 | //------------------------------------------------------------------------------ |
| 167 | vtkInformationVector** vtkExecutive::GetInputInformation() |
no outgoing calls
no test coverage detected