//////////////////////////////////////////////////////////////////////////////////// Node Block API // //////////////////////////////////////////////////////////////////////////////////// * Returns the field selection object for the element block arrays. */
| 184 | * Returns the field selection object for the element block arrays. |
| 185 | */ |
| 186 | vtkDataArraySelection* GetNodeBlockFieldSelection() |
| 187 | { |
| 188 | return this->GetFieldSelection(EntityType::NODEBLOCK); |
| 189 | } |
| 190 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 191 | |
| 192 | ///////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected