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

Method GetHigherOrderDegrees

Common/DataModel/vtkDataSetAttributes.cxx:1361–1364  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1359
1360//------------------------------------------------------------------------------
1361vtkDataArray* vtkDataSetAttributes::GetHigherOrderDegrees()
1362{
1363 return this->GetAttribute(HIGHERORDERDEGREES);
1364}
1365
1366//------------------------------------------------------------------------------
1367int vtkDataSetAttributes::SetProcessIds(vtkDataArray* da)

Callers 6

ToJSONMethod · 0.80
vtkUpdateCellsV8toV9Function · 0.80
SetOrderFromCellDataMethod · 0.80
SetOrderFromCellDataMethod · 0.80
SetOrderFromCellDataMethod · 0.80
RequestDataMethod · 0.80

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by

no test coverage detected