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

Method ReplaceCell

Common/DataModel/vtkPolyData.cxx:1176–1179  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1174
1175//------------------------------------------------------------------------------
1176void vtkPolyData::ReplaceCell(vtkIdType cellId, vtkIdList* ids)
1177{
1178 this->ReplaceCell(cellId, static_cast<int>(ids->GetNumberOfIds()), ids->GetPointer(0));
1179}
1180
1181//------------------------------------------------------------------------------
1182// Replace the points defining cell "cellId" with a new set of points. This

Callers 6

ReplaceLinkedCellMethod · 0.95
CheckEdgeMethod · 0.45
InsertPointMethod · 0.45
CheckEdgeMethod · 0.45
RequestDataMethod · 0.45

Calls 7

BuildCellsMethod · 0.95
GetCellArrayInternalMethod · 0.95
GetTagMethod · 0.80
ReplaceCellAtIdMethod · 0.80
GetNumberOfIdsMethod · 0.45
GetPointerMethod · 0.45
GetCellIdMethod · 0.45

Tested by

no test coverage detected