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

Method SetHigherOrderDegrees

Common/DataModel/vtkDataSetAttributes.cxx:1349–1352  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1347
1348//------------------------------------------------------------------------------
1349int vtkDataSetAttributes::SetHigherOrderDegrees(vtkDataArray* da)
1350{
1351 return this->SetAttribute(da, HIGHERORDERDEGREES);
1352}
1353
1354//------------------------------------------------------------------------------
1355int vtkDataSetAttributes::SetActiveHigherOrderDegrees(const char* name)

Calls 1

SetAttributeMethod · 0.95