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

Method SetProcessIds

Common/DataModel/vtkDataSetAttributes.cxx:1367–1370  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1365
1366//------------------------------------------------------------------------------
1367int vtkDataSetAttributes::SetProcessIds(vtkDataArray* da)
1368{
1369 return this->SetAttribute(da, PROCESSIDS);
1370}
1371
1372//------------------------------------------------------------------------------
1373int vtkDataSetAttributes::SetActiveProcessIds(const char* name)

Callers 5

CloneInputDataMethod · 0.80
InitializeArraysMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
InitializeArraysMethod · 0.80

Calls 1

SetAttributeMethod · 0.95

Tested by

no test coverage detected