Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetNumberOfMaterialArrays
Method
GetNumberOfMaterialArrays
IO/Exodus/vtkExodusIIReader.cxx:6227–6230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6225
}
6226
6227
int vtkExodusIIReader::GetNumberOfMaterialArrays()
6228
{
6229
return this->Metadata->GetNumberOfMaterials();
6230
}
6231
6232
const char* vtkExodusIIReader::GetMaterialArrayName(int arrayIdx)
6233
{
Callers
1
SetAllArrayStatus
Method · 0.95
Calls
1
GetNumberOfMaterials
Method · 0.45
Tested by
no test coverage detected