* Returns the field selection object for the edge block arrays. */
| 223 | * Returns the field selection object for the edge block arrays. |
| 224 | */ |
| 225 | vtkDataArraySelection* GetEdgeBlockFieldSelection() |
| 226 | { |
| 227 | return this->GetFieldSelection(EntityType::EDGEBLOCK); |
| 228 | } |
| 229 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 230 | |
| 231 | ///////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected