------------------------------------------------------------------------------
| 1335 | |
| 1336 | //------------------------------------------------------------------------------ |
| 1337 | int vtkDataSetAttributes::SetActiveRationalWeights(const char* name) |
| 1338 | { |
| 1339 | return this->SetActiveAttribute(name, RATIONALWEIGHTS); |
| 1340 | } |
| 1341 | |
| 1342 | //------------------------------------------------------------------------------ |
| 1343 | vtkDataArray* vtkDataSetAttributes::GetRationalWeights() |
nothing calls this directly
no test coverage detected