------------------------------------------------------------------------------
| 292 | |
| 293 | //------------------------------------------------------------------------------ |
| 294 | void vtkDataArraySelection::SetArrays(const char* const* names, int numArrays) |
| 295 | { |
| 296 | this->SetArraysWithDefault(names, numArrays, 1); |
| 297 | } |
| 298 | |
| 299 | //------------------------------------------------------------------------------ |
| 300 | void vtkDataArraySelection::SetArraysWithDefault( |
no test coverage detected