------------------------------------------------------------------------------
| 1906 | |
| 1907 | //------------------------------------------------------------------------------ |
| 1908 | vtkTypeBool vtkDataSetAttributes::GetCopyHigherOrderDegrees(int ctype) |
| 1909 | { |
| 1910 | return this->GetCopyAttribute(HIGHERORDERDEGREES, ctype); |
| 1911 | } |
| 1912 | |
| 1913 | //------------------------------------------------------------------------------ |
| 1914 | void vtkDataSetAttributes::SetCopyProcessIds(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected