------------------------------------------------------------------------------
| 1870 | |
| 1871 | //------------------------------------------------------------------------------ |
| 1872 | vtkTypeBool vtkDataSetAttributes::GetCopyGlobalIds(int ctype) |
| 1873 | { |
| 1874 | return this->GetCopyAttribute(GLOBALIDS, ctype); |
| 1875 | } |
| 1876 | |
| 1877 | //------------------------------------------------------------------------------ |
| 1878 | void vtkDataSetAttributes::SetCopyPedigreeIds(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected