------------------------------------------------------------------------------
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | int vtkAlgorithmOutput::GetIndex() const |
| 43 | { |
| 44 | return this->Index; |
| 45 | } |
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | vtkAlgorithm* vtkAlgorithmOutput::GetProducer() const |
no outgoing calls
no test coverage detected