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

Function GetFaceBlockFieldSelection

IO/IOSS/vtkIOSSWriter.h:264–267  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

262 * Returns the field selection object for the face block arrays.
263 */
264 vtkDataArraySelection* GetFaceBlockFieldSelection()
265 {
266 return this->GetFieldSelection(EntityType::FACEBLOCK);
267 }
268 /////////////////////////////////////////////////////////////////////////////////////////
269
270 /////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

GetFieldSelectionMethod · 0.45

Tested by

no test coverage detected