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

Method GetGenerateGlobalElementIdArray

IO/Exodus/vtkExodusIIReader.cxx:5570–5573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5568 this->Metadata->SetGenerateGlobalElementIdArray(x);
5569}
5570vtkTypeBool vtkExodusIIReader::GetGenerateGlobalElementIdArray()
5571{
5572 return this->Metadata->GetGenerateGlobalElementIdArray();
5573}
5574
5575void vtkExodusIIReader::SetGenerateGlobalNodeIdArray(vtkTypeBool x)
5576{

Callers 3

SetUpEmptyGridMethod · 0.80
SetUpEmptyGridMethod · 0.80
RequestDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected