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

Method SetGlobalIds

Common/DataModel/vtkDataSetAttributes.cxx:1295–1298  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1293
1294//------------------------------------------------------------------------------
1295int vtkDataSetAttributes::SetGlobalIds(vtkDataArray* da)
1296{
1297 return this->SetAttribute(da, GLOBALIDS);
1298}
1299
1300//------------------------------------------------------------------------------
1301int vtkDataSetAttributes::SetActiveGlobalIds(const char* name)

Callers 15

XdmfToVTKAttributesMethod · 0.80
RequestDataMethod · 0.80
EnableCellUserIdsMethod · 0.80
GetPropertyDataMethod · 0.80
RestoreMeshCacheMethod · 0.80
ReadCoordinatesMethod · 0.80
HandleGlobalIdsFunction · 0.80
GetNodalAttributesMethod · 0.80
GetElementAttributesMethod · 0.80
GetFieldsMethod · 0.80
ReadMeasuredGeometryMethod · 0.80

Calls 1

SetAttributeMethod · 0.95

Tested by 13

addGlobalIdsFunction · 0.64
TestMergeCellsFunction · 0.64
GenerateGlobalIdsFunction · 0.64
TestPointPrecisionFunction · 0.64
TestArraySerializationFunction · 0.64
CreateDatasetFunction · 0.64
CreateDatasetFunction · 0.64
TestExtractionFunction · 0.64
GraphConvertSelectionsFunction · 0.64