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

Function GetNodeBlockFieldSelection

IO/IOSS/vtkIOSSWriter.h:186–189  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////////////// Node Block API // //////////////////////////////////////////////////////////////////////////////////// * Returns the field selection object for the element block arrays. */

Source from the content-addressed store, hash-verified

184 * Returns the field selection object for the element block arrays.
185 */
186 vtkDataArraySelection* GetNodeBlockFieldSelection()
187 {
188 return this->GetFieldSelection(EntityType::NODEBLOCK);
189 }
190 /////////////////////////////////////////////////////////////////////////////////////////
191
192 /////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected