* Returns the field selection object for the side set arrays. */
| 496 | * Returns the field selection object for the side set arrays. |
| 497 | */ |
| 498 | vtkDataArraySelection* GetSideSetFieldSelection() |
| 499 | { |
| 500 | return this->GetFieldSelection(EntityType::SIDESET); |
| 501 | } |
| 502 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 503 | |
| 504 | ///@{ |
nothing calls this directly
no test coverage detected