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

Function GetElementSetResultArrayName

IO/Exodus/vtkExodusIIReader.h:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731
732 int GetNumberOfElementSetResultArrays() { return this->GetNumberOfObjectArrays(ELEM_SET); }
733 const char* GetElementSetResultArrayName(int index)
734 {
735 return this->GetObjectArrayName(ELEM_SET, index);
736 }
737 int GetElementSetResultArrayStatus(const char* name)
738 {
739 return this->GetObjectArrayStatus(ELEM_SET, name);

Callers

nothing calls this directly

Calls 1

GetObjectArrayNameMethod · 0.80

Tested by

no test coverage detected