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

Function GetNodeSetFieldSelection

IO/IOSS/vtkIOSSWriter.h:342–345  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

340 * Returns the field selection object for the node set arrays.
341 */
342 vtkDataArraySelection* GetNodeSetFieldSelection()
343 {
344 return this->GetFieldSelection(EntityType::NODESET);
345 }
346 /////////////////////////////////////////////////////////////////////////////////////////
347
348 /////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected