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

Function GetFaceSetFieldSelection

IO/IOSS/vtkIOSSWriter.h:420–423  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

418 * Returns the field selection object for the edge set arrays.
419 */
420 vtkDataArraySelection* GetFaceSetFieldSelection()
421 {
422 return this->GetFieldSelection(EntityType::SIDESET);
423 }
424 /////////////////////////////////////////////////////////////////////////////////////////
425
426 /////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected