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

Method SetCopyGlobalIds

Common/DataModel/vtkDataSetAttributes.cxx:1866–1869  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1864
1865//------------------------------------------------------------------------------
1866void vtkDataSetAttributes::SetCopyGlobalIds(vtkTypeBool i, int ctype)
1867{
1868 this->SetCopyAttribute(GLOBALIDS, i, ctype);
1869}
1870
1871//------------------------------------------------------------------------------
1872vtkTypeBool vtkDataSetAttributes::GetCopyGlobalIds(int ctype)

Callers 4

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95
RequestDataMethod · 0.80
ExtractSelectedPointsMethod · 0.80

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected