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

Method SetGenerateGlobalElementIdArray

IO/Exodus/vtkExodusIIReader.cxx:5566–5569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5564}
5565
5566void vtkExodusIIReader::SetGenerateGlobalElementIdArray(vtkTypeBool x)
5567{
5568 this->Metadata->SetGenerateGlobalElementIdArray(x);
5569}
5570vtkTypeBool vtkExodusIIReader::GetGenerateGlobalElementIdArray()
5571{
5572 return this->Metadata->GetGenerateGlobalElementIdArray();

Callers 6

TestChacoReader.pyFile · 0.80
readExodusCopyFunction · 0.80
RequestDataMethod · 0.80

Calls

no outgoing calls

Tested by 4

readExodusCopyFunction · 0.64