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

Function GetSideSetFieldSelection

IO/IOSS/vtkIOSSWriter.h:498–501  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

496 * Returns the field selection object for the side set arrays.
497 */
498 vtkDataArraySelection* GetSideSetFieldSelection()
499 {
500 return this->GetFieldSelection(EntityType::SIDESET);
501 }
502 /////////////////////////////////////////////////////////////////////////////////////////
503
504 ///@{

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected