------------------------------------------------------------------------------
| 1900 | |
| 1901 | //------------------------------------------------------------------------------ |
| 1902 | void vtkDataSetAttributes::SetCopyHigherOrderDegrees(vtkTypeBool i, int ctype) |
| 1903 | { |
| 1904 | this->SetCopyAttribute(HIGHERORDERDEGREES, i, ctype); |
| 1905 | } |
| 1906 | |
| 1907 | //------------------------------------------------------------------------------ |
| 1908 | vtkTypeBool vtkDataSetAttributes::GetCopyHigherOrderDegrees(int ctype) |
no test coverage detected