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

Method ReplaceCellAtId

Common/DataModel/vtkCellArray.cxx:1429–1432  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1427
1428//------------------------------------------------------------------------------
1429void vtkCellArray::ReplaceCellAtId(vtkIdType cellId, vtkIdList* list)
1430{
1431 this->Dispatch(ReplaceCellAtIdImpl{}, cellId, list->GetNumberOfIds(), list->GetPointer(0));
1432}
1433
1434//------------------------------------------------------------------------------
1435void vtkCellArray::ReplaceCellAtId(

Callers 15

ReplaceCellMethod · 0.95
vtkUpdateCellsV8toV9Function · 0.80
ReadLinearRingLinesMethod · 0.80
RequestDataMethod · 0.80
exitNodeMethod · 0.80
AddLassoBrushPointMethod · 0.80
SetBrushLineMethod · 0.80
InternalReplaceCellMethod · 0.80
ReplaceCurrentCellFunction · 0.80
ReplaceCellMethod · 0.80
ReorderCellsPointsMethod · 0.80
ReplaceCellAtIdFunction · 0.80

Calls 3

DispatchMethod · 0.45
GetNumberOfIdsMethod · 0.45
GetPointerMethod · 0.45

Tested by 1

TestReplaceCellAtIdFunction · 0.64