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

Method ReplaceCellPointAtId

Common/DataModel/vtkCellArray.cxx:1442–1446  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1440
1441//------------------------------------------------------------------------------
1442void vtkCellArray::ReplaceCellPointAtId(
1443 vtkIdType cellId, vtkIdType cellPointIndex, vtkIdType newPointId)
1444{
1445 this->Dispatch(ReplaceCellPointAtIdImpl{}, cellId, cellPointIndex, newPointId);
1446}
1447
1448//------------------------------------------------------------------------------
1449void vtkCellArray::ExportLegacyFormat(vtkIdTypeArray* data)

Callers 3

ReadLabelListListMethod · 0.80
SplitTileTextureMethod · 0.80
ReplaceCellPointMethod · 0.80

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected