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

Function MarkPointUses

Filters/Modeling/vtkContourLoopExtraction.cxx:216–219  ·  view source on GitHub ↗

Helper function to in place mark point usage

Source from the content-addressed store, hash-verified

214
215// Helper function to in place mark point usage
216void MarkPointUses(vtkCellArray* ca, vtkIdType numConn, PointMap& ptMap)
217{
218 ca->Dispatch(MarkUses{}, numConn, ptMap);
219}
220
221// Helper functions to clean output data
222struct UpdateUses : public vtkCellArray::DispatchUtilities

Callers 3

CleanOutputPointsFunction · 0.85
RequestDataMethod · 0.85
RequestDataMethod · 0.85

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected