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

Function UpdatePointUses

Filters/Modeling/vtkContourLoopExtraction.cxx:237–240  ·  view source on GitHub ↗

Helper function to in place update point numbering

Source from the content-addressed store, hash-verified

235
236// Helper function to in place update point numbering
237void UpdatePointUses(vtkCellArray* ca, vtkIdType numConn, PointMap& ptMap)
238{
239 ca->Dispatch(UpdateUses{}, numConn, ptMap);
240}
241
242// Discard unused points; renumber output polylines and polygons.
243// Performs this operation in place.

Callers 1

CleanOutputPointsFunction · 0.85

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected