* Returns the field selection object for the edge set arrays. */
| 418 | * Returns the field selection object for the edge set arrays. |
| 419 | */ |
| 420 | vtkDataArraySelection* GetFaceSetFieldSelection() |
| 421 | { |
| 422 | return this->GetFieldSelection(EntityType::SIDESET); |
| 423 | } |
| 424 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 425 | |
| 426 | ///////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected