------------------------------------------------------------------------------
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
| 36 | void vtkAlgorithmOutput::SetIndex(int index) |
| 37 | { |
| 38 | this->Index = index; |
| 39 | } |
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | int vtkAlgorithmOutput::GetIndex() const |
no outgoing calls
no test coverage detected