------------------------------------------------------------------------------
| 1293 | |
| 1294 | //------------------------------------------------------------------------------ |
| 1295 | int vtkDataSetAttributes::SetGlobalIds(vtkDataArray* da) |
| 1296 | { |
| 1297 | return this->SetAttribute(da, GLOBALIDS); |
| 1298 | } |
| 1299 | |
| 1300 | //------------------------------------------------------------------------------ |
| 1301 | int vtkDataSetAttributes::SetActiveGlobalIds(const char* name) |