------------------------------------------------------------------------------
| 1888 | |
| 1889 | //------------------------------------------------------------------------------ |
| 1890 | void vtkDataSetAttributes::SetCopyRationalWeights(vtkTypeBool i, int ctype) |
| 1891 | { |
| 1892 | this->SetCopyAttribute(RATIONALWEIGHTS, i, ctype); |
| 1893 | } |
| 1894 | |
| 1895 | //------------------------------------------------------------------------------ |
| 1896 | vtkTypeBool vtkDataSetAttributes::GetCopyRationalWeights(int ctype) |
no test coverage detected