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

Method GetCopyGlobalIds

Common/DataModel/vtkDataSetAttributes.cxx:1872–1875  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1870
1871//------------------------------------------------------------------------------
1872vtkTypeBool vtkDataSetAttributes::GetCopyGlobalIds(int ctype)
1873{
1874 return this->GetCopyAttribute(GLOBALIDS, ctype);
1875}
1876
1877//------------------------------------------------------------------------------
1878void vtkDataSetAttributes::SetCopyPedigreeIds(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected