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

Method SetActiveGlobalIds

Common/DataModel/vtkDataSetAttributes.cxx:1301–1304  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1299
1300//------------------------------------------------------------------------------
1301int vtkDataSetAttributes::SetActiveGlobalIds(const char* name)
1302{
1303 return this->SetActiveAttribute(name, GLOBALIDS);
1304}
1305
1306//------------------------------------------------------------------------------
1307vtkDataArray* vtkDataSetAttributes::GetGlobalIds()

Callers 2

ReadAttributesMethod · 0.80
UnstructuredExecuteMethod · 0.80

Calls 1

SetActiveAttributeMethod · 0.95

Tested by

no test coverage detected