* Returns the field selection object for the face block arrays. */
| 262 | * Returns the field selection object for the face block arrays. |
| 263 | */ |
| 264 | vtkDataArraySelection* GetFaceBlockFieldSelection() |
| 265 | { |
| 266 | return this->GetFieldSelection(EntityType::FACEBLOCK); |
| 267 | } |
| 268 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 269 | |
| 270 | ///////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected