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

Method SetOrderFromCellData

Common/DataModel/vtkHigherOrderHexahedron.cxx:730–734  ·  view source on GitHub ↗

\brief Set the degree of the cell, given a vtkDataSet and cellId */

Source from the content-addressed store, hash-verified

728/**\brief Set the degree of the cell, given a vtkDataSet and cellId
729 */
730void vtkHigherOrderHexahedron::SetOrderFromCellData(
731 vtkCellData* cell_data, vtkIdType numPts, vtkIdType cell_id)
732{
733 vtkHigherOrderHexahedron::SetOrderFromCellData(cell_data, numPts, cell_id, this->Order);
734}
735
736void vtkHigherOrderHexahedron::SetOrderFromCellData(
737 vtkCellData* cell_data, vtkIdType numPts, vtkIdType cell_id, int* order)

Callers 1

PrepareApproxDataMethod · 0.95

Calls 3

GetHigherOrderDegreesMethod · 0.80
roundFunction · 0.50
GetTupleMethod · 0.45

Tested by

no test coverage detected