------------------------------------------------------------------------------
| 1263 | |
| 1264 | //------------------------------------------------------------------------------ |
| 1265 | int vtkDataSetAttributes::SetActiveTCoords(const char* name) |
| 1266 | { |
| 1267 | return this->SetActiveAttribute(name, TCOORDS); |
| 1268 | } |
| 1269 | |
| 1270 | //------------------------------------------------------------------------------ |
| 1271 | vtkDataArray* vtkDataSetAttributes::GetTCoords() |
no test coverage detected