------------------------------------------------------------------------------
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | vtkAlgorithm* vtkAlgorithmOutput::GetProducer() const |
| 49 | { |
| 50 | return this->Producer; |
| 51 | } |
| 52 | |
| 53 | //------------------------------------------------------------------------------ |
| 54 | void vtkAlgorithmOutput::SetProducer(vtkAlgorithm* producer) |
no outgoing calls
no test coverage detected