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

Method SetActiveHigherOrderDegrees

Common/DataModel/vtkDataSetAttributes.cxx:1355–1358  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1353
1354//------------------------------------------------------------------------------
1355int vtkDataSetAttributes::SetActiveHigherOrderDegrees(const char* name)
1356{
1357 return this->SetActiveAttribute(name, HIGHERORDERDEGREES);
1358}
1359
1360//------------------------------------------------------------------------------
1361vtkDataArray* vtkDataSetAttributes::GetHigherOrderDegrees()

Callers

nothing calls this directly

Calls 1

SetActiveAttributeMethod · 0.95

Tested by

no test coverage detected