MCPcopy Create free account
hub / github.com/Kitware/VTK / GetElementBlockFieldSelection

Function GetElementBlockFieldSelection

IO/IOSS/vtkIOSSWriter.h:303–306  ·  view source on GitHub ↗

* Returns the field selection object for the element block arrays. */

Source from the content-addressed store, hash-verified

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 /////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected