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

Function GetEdgeSetFieldSelection

IO/IOSS/vtkIOSSWriter.h:381–384  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

379 * Returns the field selection object for the edge set arrays.
380 */
381 vtkDataArraySelection* GetEdgeSetFieldSelection()
382 {
383 return this->GetFieldSelection(EntityType::SIDESET);
384 }
385 /////////////////////////////////////////////////////////////////////////////////////////
386
387 /////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected