Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6166
const char* vtkExodusIIReader::GetPartArrayName(int arrayIdx)
6167
{
6168
return this->Metadata->GetPartName(arrayIdx);
6169
}
6170
6171
int vtkExodusIIReader::GetPartArrayID(const char* name)
6172
{
Callers
1
GetPartArrayID
Method · 0.95
Calls
1
GetPartName
Method · 0.80
Tested by
no test coverage detected