------------------------------------------------------------------------------
| 1876 | |
| 1877 | //------------------------------------------------------------------------------ |
| 1878 | void vtkDataSetAttributes::SetCopyPedigreeIds(vtkTypeBool i, int ctype) |
| 1879 | { |
| 1880 | this->SetCopyAttribute(PEDIGREEIDS, i, ctype); |
| 1881 | } |
| 1882 | |
| 1883 | //------------------------------------------------------------------------------ |
| 1884 | vtkTypeBool vtkDataSetAttributes::GetCopyPedigreeIds(int ctype) |
no test coverage detected