------------------------------------------------------------------------------
| 1353 | |
| 1354 | //------------------------------------------------------------------------------ |
| 1355 | int vtkDataSetAttributes::SetActiveHigherOrderDegrees(const char* name) |
| 1356 | { |
| 1357 | return this->SetActiveAttribute(name, HIGHERORDERDEGREES); |
| 1358 | } |
| 1359 | |
| 1360 | //------------------------------------------------------------------------------ |
| 1361 | vtkDataArray* vtkDataSetAttributes::GetHigherOrderDegrees() |
nothing calls this directly
no test coverage detected