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

Method ReverseCellAtId

Common/DataModel/vtkCellArray.cxx:1423–1426  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1421
1422//------------------------------------------------------------------------------
1423void vtkCellArray::ReverseCellAtId(vtkIdType cellId)
1424{
1425 this->Dispatch(ReverseCellAtIdImpl{}, cellId);
1426}
1427
1428//------------------------------------------------------------------------------
1429void vtkCellArray::ReplaceCellAtId(vtkIdType cellId, vtkIdList* list)

Callers 4

ReverseCellMethod · 0.95
ReverseCurrentCellFunction · 0.80
ReverseCellMethod · 0.80
TestReverseCellAtIdFunction · 0.80

Calls 1

DispatchMethod · 0.45

Tested by 1

TestReverseCellAtIdFunction · 0.64