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

Function SetFaceResultArrayStatus

IO/Exodus/vtkExodusIIReader.h:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583 return this->GetObjectArrayStatus(FACE_BLOCK, name);
584 }
585 void SetFaceResultArrayStatus(const char* name, int flag)
586 {
587 this->SetObjectArrayStatus(FACE_BLOCK, name, flag);
588 }
589
590 int GetNumberOfElementResultArrays() { return this->GetNumberOfObjectArrays(ELEM_BLOCK); }
591 const char* GetElementResultArrayName(int index)

Callers

nothing calls this directly

Calls 1

SetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected