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

Method SetCopyProcessIds

Common/DataModel/vtkDataSetAttributes.cxx:1914–1917  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1912
1913//------------------------------------------------------------------------------
1914void vtkDataSetAttributes::SetCopyProcessIds(vtkTypeBool i, int ctype)
1915{
1916 this->SetCopyAttribute(PROCESSIDS, i, ctype);
1917}
1918
1919//------------------------------------------------------------------------------
1920vtkTypeBool vtkDataSetAttributes::GetCopyProcessIds(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected