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

Method SetInitialObjectArrayStatus

IO/Exodus/vtkExodusIIReader.cxx:5063–5070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5061}
5062
5063void vtkExodusIIReaderPrivate::SetInitialObjectArrayStatus(
5064 int objectType, const char* arrayName, int status)
5065{
5066 ArrayInfoType ainfo;
5067 ainfo.Name = arrayName;
5068 ainfo.Status = status;
5069 this->InitialArrayInfo[objectType].push_back(ainfo);
5070}
5071
5072int vtkExodusIIReaderPrivate::GetNumberOfObjectAttributes(int otyp, int oi)
5073{

Callers 1

SetObjectArrayStatusMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected