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

Method GetPartArrayName

IO/Exodus/vtkExodusIIReader.cxx:6166–6169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6164}
6165
6166const char* vtkExodusIIReader::GetPartArrayName(int arrayIdx)
6167{
6168 return this->Metadata->GetPartName(arrayIdx);
6169}
6170
6171int vtkExodusIIReader::GetPartArrayID(const char* name)
6172{

Callers 1

GetPartArrayIDMethod · 0.95

Calls 1

GetPartNameMethod · 0.80

Tested by

no test coverage detected