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

Method SetCopyHigherOrderDegrees

Common/DataModel/vtkDataSetAttributes.cxx:1902–1905  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1900
1901//------------------------------------------------------------------------------
1902void vtkDataSetAttributes::SetCopyHigherOrderDegrees(vtkTypeBool i, int ctype)
1903{
1904 this->SetCopyAttribute(HIGHERORDERDEGREES, i, ctype);
1905}
1906
1907//------------------------------------------------------------------------------
1908vtkTypeBool vtkDataSetAttributes::GetCopyHigherOrderDegrees(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected