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

Method SetCopyPedigreeIds

Common/DataModel/vtkDataSetAttributes.cxx:1878–1881  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1876
1877//------------------------------------------------------------------------------
1878void vtkDataSetAttributes::SetCopyPedigreeIds(vtkTypeBool i, int ctype)
1879{
1880 this->SetCopyAttribute(PEDIGREEIDS, i, ctype);
1881}
1882
1883//------------------------------------------------------------------------------
1884vtkTypeBool vtkDataSetAttributes::GetCopyPedigreeIds(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected