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

Function GetElementSetFieldSelection

IO/IOSS/vtkIOSSWriter.h:459–462  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

457 * Returns the field selection object for the element set arrays.
458 */
459 vtkDataArraySelection* GetElementSetFieldSelection()
460 {
461 return this->GetFieldSelection(EntityType::SIDESET);
462 }
463 /////////////////////////////////////////////////////////////////////////////////////////
464
465 /////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected