* Returns the field selection object for the element set arrays. */
| 457 | * Returns the field selection object for the element set arrays. |
| 458 | */ |
| 459 | vtkDataArraySelection* GetElementSetFieldSelection() |
| 460 | { |
| 461 | return this->GetFieldSelection(EntityType::SIDESET); |
| 462 | } |
| 463 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 464 | |
| 465 | ///////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected