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

Function GetEdgeBlockFieldSelection

IO/IOSS/vtkIOSSWriter.h:225–228  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

223 * Returns the field selection object for the edge block arrays.
224 */
225 vtkDataArraySelection* GetEdgeBlockFieldSelection()
226 {
227 return this->GetFieldSelection(EntityType::EDGEBLOCK);
228 }
229 /////////////////////////////////////////////////////////////////////////////////////////
230
231 /////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected