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

Method GetCopyPedigreeIds

Common/DataModel/vtkDataSetAttributes.cxx:1884–1887  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1882
1883//------------------------------------------------------------------------------
1884vtkTypeBool vtkDataSetAttributes::GetCopyPedigreeIds(int ctype)
1885{
1886 return this->GetCopyAttribute(PEDIGREEIDS, ctype);
1887}
1888
1889//------------------------------------------------------------------------------
1890void vtkDataSetAttributes::SetCopyRationalWeights(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected