------------------------------------------------------------------------------
| 1846 | |
| 1847 | //------------------------------------------------------------------------------ |
| 1848 | vtkTypeBool vtkDataSetAttributes::GetCopyTCoords(int ctype) |
| 1849 | { |
| 1850 | return this->GetCopyAttribute(TCOORDS, ctype); |
| 1851 | } |
| 1852 | |
| 1853 | //------------------------------------------------------------------------------ |
| 1854 | void vtkDataSetAttributes::SetCopyTensors(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected