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

Method GetCopyProcessIds

Common/DataModel/vtkDataSetAttributes.cxx:1920–1923  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1918
1919//------------------------------------------------------------------------------
1920vtkTypeBool vtkDataSetAttributes::GetCopyProcessIds(int ctype)
1921{
1922 return this->GetCopyAttribute(PROCESSIDS, ctype);
1923}
1924
1925//------------------------------------------------------------------------------
1926void vtkDataSetAttributes::CopyAllocate(

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected