------------------------------------------------------------------------------
| 1257 | |
| 1258 | //------------------------------------------------------------------------------ |
| 1259 | int vtkDataSetAttributes::SetTCoords(vtkDataArray* da) |
| 1260 | { |
| 1261 | return this->SetAttribute(da, TCOORDS); |
| 1262 | } |
| 1263 | |
| 1264 | //------------------------------------------------------------------------------ |
| 1265 | int vtkDataSetAttributes::SetActiveTCoords(const char* name) |
nothing calls this directly
no test coverage detected