------------------------------------------------------------------------------
| 1239 | |
| 1240 | //------------------------------------------------------------------------------ |
| 1241 | int vtkDataSetAttributes::SetTangents(vtkDataArray* da) |
| 1242 | { |
| 1243 | return this->SetAttribute(da, TANGENTS); |
| 1244 | } |
| 1245 | |
| 1246 | //------------------------------------------------------------------------------ |
| 1247 | int vtkDataSetAttributes::SetActiveTangents(const char* name) |
no test coverage detected