* Returns the field selection object for the node set arrays. */
| 340 | * Returns the field selection object for the node set arrays. |
| 341 | */ |
| 342 | vtkDataArraySelection* GetNodeSetFieldSelection() |
| 343 | { |
| 344 | return this->GetFieldSelection(EntityType::NODESET); |
| 345 | } |
| 346 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 347 | |
| 348 | ///////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected