------------------------------------------------------------------------------
| 1912 | |
| 1913 | //------------------------------------------------------------------------------ |
| 1914 | void vtkDataSetAttributes::SetCopyProcessIds(vtkTypeBool i, int ctype) |
| 1915 | { |
| 1916 | this->SetCopyAttribute(PROCESSIDS, i, ctype); |
| 1917 | } |
| 1918 | |
| 1919 | //------------------------------------------------------------------------------ |
| 1920 | vtkTypeBool vtkDataSetAttributes::GetCopyProcessIds(int ctype) |
no test coverage detected