------------------------------------------------------------------------------
| 1840 | |
| 1841 | //------------------------------------------------------------------------------ |
| 1842 | void vtkDataSetAttributes::SetCopyTCoords(vtkTypeBool i, int ctype) |
| 1843 | { |
| 1844 | this->SetCopyAttribute(TCOORDS, i, ctype); |
| 1845 | } |
| 1846 | |
| 1847 | //------------------------------------------------------------------------------ |
| 1848 | vtkTypeBool vtkDataSetAttributes::GetCopyTCoords(int ctype) |
no test coverage detected