------------------------------------------------------------------------------
| 1882 | |
| 1883 | //------------------------------------------------------------------------------ |
| 1884 | vtkTypeBool vtkDataSetAttributes::GetCopyPedigreeIds(int ctype) |
| 1885 | { |
| 1886 | return this->GetCopyAttribute(PEDIGREEIDS, ctype); |
| 1887 | } |
| 1888 | |
| 1889 | //------------------------------------------------------------------------------ |
| 1890 | void vtkDataSetAttributes::SetCopyRationalWeights(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected