------------------------------------------------------------------------------
| 1918 | |
| 1919 | //------------------------------------------------------------------------------ |
| 1920 | vtkTypeBool vtkDataSetAttributes::GetCopyProcessIds(int ctype) |
| 1921 | { |
| 1922 | return this->GetCopyAttribute(PROCESSIDS, ctype); |
| 1923 | } |
| 1924 | |
| 1925 | //------------------------------------------------------------------------------ |
| 1926 | void vtkDataSetAttributes::CopyAllocate( |
nothing calls this directly
no test coverage detected