------------------------------------------------------------------------------
| 1365 | |
| 1366 | //------------------------------------------------------------------------------ |
| 1367 | int vtkDataSetAttributes::SetProcessIds(vtkDataArray* da) |
| 1368 | { |
| 1369 | return this->SetAttribute(da, PROCESSIDS); |
| 1370 | } |
| 1371 | |
| 1372 | //------------------------------------------------------------------------------ |
| 1373 | int vtkDataSetAttributes::SetActiveProcessIds(const char* name) |
no test coverage detected