* Returns the field selection object for the element block arrays. */
| 301 | * Returns the field selection object for the element block arrays. |
| 302 | */ |
| 303 | vtkDataArraySelection* GetElementBlockFieldSelection() |
| 304 | { |
| 305 | return this->GetFieldSelection(EntityType::ELEMENTBLOCK); |
| 306 | } |
| 307 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 308 | |
| 309 | ///////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected