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

Function GetGlobalResultArrayStatus

IO/Exodus/vtkExodusIIReader.h:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 return this->GetObjectArrayName(GLOBAL, index);
541 }
542 int GetGlobalResultArrayStatus(const char* name)
543 {
544 return this->GetObjectArrayStatus(GLOBAL, name);
545 }
546 void SetGlobalResultArrayStatus(const char* name, int flag)
547 {
548 this->SetObjectArrayStatus(GLOBAL, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected