------------------------------------------------------------------------------
| 1245 | |
| 1246 | //------------------------------------------------------------------------------ |
| 1247 | int vtkDataSetAttributes::SetActiveTangents(const char* name) |
| 1248 | { |
| 1249 | return this->SetActiveAttribute(name, TANGENTS); |
| 1250 | } |
| 1251 | |
| 1252 | //------------------------------------------------------------------------------ |
| 1253 | vtkDataArray* vtkDataSetAttributes::GetTangents() |
nothing calls this directly
no test coverage detected