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

Function GetNodeSetResultArrayStatus

IO/Exodus/vtkExodusIIReader.h:681–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 return this->GetObjectArrayName(NODE_SET, index);
680 }
681 int GetNodeSetResultArrayStatus(const char* name)
682 {
683 return this->GetObjectArrayStatus(NODE_SET, name);
684 }
685 void SetNodeSetResultArrayStatus(const char* name, int flag)
686 {
687 this->SetObjectArrayStatus(NODE_SET, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected