------------------------------------------------------------------------------
| 1834 | |
| 1835 | //------------------------------------------------------------------------------ |
| 1836 | vtkTypeBool vtkDataSetAttributes::GetCopyTangents(int ctype) |
| 1837 | { |
| 1838 | return this->GetCopyAttribute(TANGENTS, ctype); |
| 1839 | } |
| 1840 | |
| 1841 | //------------------------------------------------------------------------------ |
| 1842 | void vtkDataSetAttributes::SetCopyTCoords(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected