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

Method GetGlobalIds

Common/DataModel/vtkDataSetAttributes.cxx:1307–1310  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1305
1306//------------------------------------------------------------------------------
1307vtkDataArray* vtkDataSetAttributes::GetGlobalIds()
1308{
1309 return this->GetAttribute(GLOBALIDS);
1310}
1311
1312//------------------------------------------------------------------------------
1313int vtkDataSetAttributes::SetPedigreeIds(vtkAbstractArray* aa)

Callers 15

XdmfToVTKAttributesMethod · 0.80
VTKToXdmfAttributesMethod · 0.80
ToJSONMethod · 0.80
CheckInputArraysMethod · 0.80
HandleGlobalIdsFunction · 0.80
HandleElementSideFunction · 0.80
GetFieldsFunction · 0.80
vtkNodeBlockFunction · 0.80
vtkEntityBlockMethod · 0.80
ModelMethod · 0.80
vtkNodeSetMethod · 0.80

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by 12

TestMergeCellsFunction · 0.64
TestGlobalIdsArrayFunction · 0.64
ValidateDatasetFunction · 0.64
ValidateDatasetFunction · 0.64
TestUnstructuredGridFunction · 0.64
TestPolyDataFunction · 0.64
AppendDatasetsAndPrintFunction · 0.64
AppendDatasetsAndPrintFunction · 0.64