* Returns the field selection object for the edge set arrays. */
| 379 | * Returns the field selection object for the edge set arrays. |
| 380 | */ |
| 381 | vtkDataArraySelection* GetEdgeSetFieldSelection() |
| 382 | { |
| 383 | return this->GetFieldSelection(EntityType::SIDESET); |
| 384 | } |
| 385 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 386 | |
| 387 | ///////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected