------------------------------------------------------------------------------
| 1299 | |
| 1300 | //------------------------------------------------------------------------------ |
| 1301 | int vtkDataSetAttributes::SetActiveGlobalIds(const char* name) |
| 1302 | { |
| 1303 | return this->SetActiveAttribute(name, GLOBALIDS); |
| 1304 | } |
| 1305 | |
| 1306 | //------------------------------------------------------------------------------ |
| 1307 | vtkDataArray* vtkDataSetAttributes::GetGlobalIds() |
no test coverage detected