------------------------------------------------------------------------------
| 174 | |
| 175 | //------------------------------------------------------------------------------ |
| 176 | void vtkMultiBlockMergeFilter::AddInputData(vtkDataObject* input) |
| 177 | { |
| 178 | this->AddInputData(0, input); |
| 179 | } |
| 180 | |
| 181 | //------------------------------------------------------------------------------ |
| 182 | void vtkMultiBlockMergeFilter::AddInputData(int index, vtkDataObject* input) |
no outgoing calls