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

Method GetCopyHigherOrderDegrees

Common/DataModel/vtkDataSetAttributes.cxx:1908–1911  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1906
1907//------------------------------------------------------------------------------
1908vtkTypeBool vtkDataSetAttributes::GetCopyHigherOrderDegrees(int ctype)
1909{
1910 return this->GetCopyAttribute(HIGHERORDERDEGREES, ctype);
1911}
1912
1913//------------------------------------------------------------------------------
1914void vtkDataSetAttributes::SetCopyProcessIds(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected