------------------------------------------------------------------------------
| 1894 | |
| 1895 | //------------------------------------------------------------------------------ |
| 1896 | vtkTypeBool vtkDataSetAttributes::GetCopyRationalWeights(int ctype) |
| 1897 | { |
| 1898 | return this->GetCopyAttribute(RATIONALWEIGHTS, ctype); |
| 1899 | } |
| 1900 | |
| 1901 | //------------------------------------------------------------------------------ |
| 1902 | void vtkDataSetAttributes::SetCopyHigherOrderDegrees(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected